Skip to content

Commit

Permalink
fixing broken release going to next
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Nov 8, 2024
1 parent 05ee177 commit 97a1fcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 97a1fcf

Please sign in to comment.