Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing broken release going to next #36

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2024-11-06
## [1.0.2] - 2024-11-08
### Added
* Support for consumer properties allowing connecting to Kafka cloud provider.

Expand Down
2 changes: 1 addition & 1 deletion drone-fly-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drone-fly-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drone-fly-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.expediagroup</groupId>
<artifactId>drone-fly-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>drone-fly-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>drone-fly-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<inceptionYear>2020</inceptionYear>
<packaging>pom</packaging>

Expand Down
Loading