Skip to content

Commit

Permalink
build: set correct version numbers for 16.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Jan 20, 2023
1 parent f88cecc commit b6cc3db
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.2.1-SNAPSHOT</version>
<version>16.2.0</version>
<name>SHOGun</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shogun-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>

<artifactId>shogun-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>

<artifactId>shogun-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-gs-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>

<artifactId>shogun-gs-interceptor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>

<artifactId>shogun-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shogun-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>shogun</artifactId>
<groupId>de.terrestris</groupId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion shogun-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>de.terrestris</groupId>
<artifactId>shogun</artifactId>
<version>16.1.2-SNAPSHOT</version>
<version>16.2.0</version>
</parent>

<artifactId>shogun-proxy</artifactId>
Expand Down

0 comments on commit b6cc3db

Please sign in to comment.