Skip to content

Commit a5773ab

Browse files
committed
[maven-release-plugin] prepare release 3.0
1 parent 35a7842 commit a5773ab

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

bootique-kafka-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.kafka</groupId>
2626
<artifactId>bootique-kafka-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0</version>
2828
</parent>
2929
<artifactId>bootique-kafka-base</artifactId>
3030
<packaging>jar</packaging>

bootique-kafka-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.kafka</groupId>
2626
<artifactId>bootique-kafka-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0</version>
2828
</parent>
2929
<artifactId>bootique-kafka-client</artifactId>
3030
<packaging>jar</packaging>

bootique-kafka-streams/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.kafka</groupId>
2626
<artifactId>bootique-kafka-parent</artifactId>
27-
<version>3.0-SNAPSHOT</version>
27+
<version>3.0</version>
2828
</parent>
2929
<artifactId>bootique-kafka-streams</artifactId>
3030
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>io.bootique.kafka</groupId>
3131
<artifactId>bootique-kafka-parent</artifactId>
32-
<version>3.0-SNAPSHOT</version>
32+
<version>3.0</version>
3333
<packaging>pom</packaging>
3434
<name>bootique-kafka-parent: Integration of various versions of Kafka clients with Bootique</name>
3535
<description>Provides integration of various versions of Kafka clients with Bootique</description>
@@ -50,7 +50,7 @@
5050
<scm>
5151
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-kafka</developerConnection>
5252
<url>https://github.com/bootique/bootique-kafka</url>
53-
<tag>HEAD</tag>
53+
<tag>3.0</tag>
5454
</scm>
5555

5656
<dependencyManagement>

0 commit comments

Comments
 (0)