Skip to content

Commit

Permalink
Prepared release of 2.0.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoeder committed Dec 17, 2023
1 parent 1c5c314 commit 25ab24d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion analysis-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.hobbit</groupId>
<artifactId>parent</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<relativePath>../parent-pom</relativePath>
</parent>
<artifactId>analysis-component</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hobbit-gui/gui-serverbackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.hobbit</groupId>
<artifactId>parent</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<relativePath>../../parent-pom</relativePath>
</parent>
<artifactId>gui-serverbackend</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hobbit</groupId>
<artifactId>parent</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<packaging>pom</packaging>

<!-- PROPERTIES -->
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.hobbit</groupId>
<artifactId>core</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
</dependency>
<!-- RabbitMQ -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion platform-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.hobbit</groupId>
<artifactId>parent</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<relativePath>../parent-pom</relativePath>
</parent>
<artifactId>platform-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform-storage/storage-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.hobbit</groupId>
<artifactId>parent</artifactId>
<version>2.0.17-SNAPSHOT</version>
<version>2.0.17</version>
<relativePath>../../parent-pom</relativePath>
</parent>
<artifactId>storage-service</artifactId>
Expand Down

0 comments on commit 25ab24d

Please sign in to comment.