Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 22, 2024
1 parent f3c1fab commit 671cb48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootique-kafka-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.kafka</groupId>
<artifactId>bootique-kafka-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-kafka-base</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-kafka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.kafka</groupId>
<artifactId>bootique-kafka-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-kafka-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-kafka-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.kafka</groupId>
<artifactId>bootique-kafka-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-kafka-streams</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>io.bootique.kafka</groupId>
<artifactId>bootique-kafka-parent</artifactId>
<version>3.0-M4</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bootique-kafka-parent: Integration of various versions of Kafka clients with Bootique</name>
<description>Provides integration of various versions of Kafka clients with Bootique</description>
Expand All @@ -48,7 +48,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-kafka</developerConnection>
<url>https://github.com/bootique/bootique-kafka</url>
<tag>3.0-M4</tag>
<tag>HEAD</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 671cb48

Please sign in to comment.