Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bf2robot committed Feb 10, 2023
1 parent 6e425c7 commit 7d909c2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bf2</groupId>
<artifactId>kas-fleetshard</artifactId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bf2</groupId>
<artifactId>kas-fleetshard</artifactId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-common</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bf2</groupId>
<artifactId>kas-fleetshard</artifactId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-operator</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kas-fleetshard</artifactId>
<groupId>org.bf2</groupId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-perf</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<scm>
<connection>scm:git:git://github.com/bf2fc6cc711aee1a0c2a/kas-fleetshard.git</connection>
<developerConnection>scm:git:git@github.com:bf2fc6cc711aee1a0c2a/kas-fleetshard.git</developerConnection>
<tag>HEAD</tag>
<tag>0.33.1</tag>
</scm>

<groupId>org.bf2</groupId>
<artifactId>kas-fleetshard</artifactId>
<packaging>pom</packaging>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>

<properties>
<!-- things we don't need from basepom -->
Expand Down
2 changes: 1 addition & 1 deletion sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bf2</groupId>
<artifactId>kas-fleetshard</artifactId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-sync</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion systemtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kas-fleetshard</artifactId>
<groupId>org.bf2</groupId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<artifactId>kas-fleetshard-systemtest</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kas-fleetshard</artifactId>
<groupId>org.bf2</groupId>
<version>0.33.1-SNAPSHOT</version>
<version>0.33.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 7d909c2

Please sign in to comment.