Skip to content

Commit

Permalink
Updates version on sample projects
Browse files Browse the repository at this point in the history
* Update sample projects to the current snapshot version (3.2.0-SNAPSHOT)
  • Loading branch information
sobychacko committed Apr 24, 2024
1 parent d2c858e commit 5962e75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/sample-01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>kafka-sample-01</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-sample-01</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>kafka-sample-02</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-sample-02</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-03/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>kafka-sample-03</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-sample-03</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-04/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.example</groupId>
<artifactId>kafka-sample-04</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-sample-04</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/sample-05/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.example</groupId>
<artifactId>kafka-sample-05</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>

<name>kafka-sample-05</name>
<description>Kafka Sample 5</description>
Expand Down

0 comments on commit 5962e75

Please sign in to comment.