Skip to content

Commit

Permalink
[maven-release-plugin] prepare release operator-0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 7, 2024
1 parent 25214b4 commit 7187403
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion migration-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>kaap</artifactId>
<groupId>com.datastax.oss</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion operator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>kaap</artifactId>
<groupId>com.datastax.oss</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>kaap</artifactId>
<groupId>com.datastax.oss</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.datastax.oss</groupId>
<artifactId>kaap</artifactId>
<packaging>pom</packaging>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
<modules>
<module>operator-common</module>
<module>operator</module>
Expand All @@ -33,7 +33,7 @@
<developerConnection>
scm:git:git@github.com:datastax/kaap.git
</developerConnection>
<tag>HEAD</tag>
<tag>operator-0.3.0</tag>
</scm>
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>kaap</artifactId>
<groupId>com.datastax.oss</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 7187403

Please sign in to comment.