Fix verison upgrade

This commit is contained in:
Claude Brisson
2024-12-02 15:01:19 +01:00
parent 7833a1d325
commit f32bbc85f8
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId>
<version>0.17</version>
<version>0.18</version>
</parent>
<artifactId>api-webapp</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId>
<version>0.17</version>
<version>0.18</version>
</parent>
<artifactId>application</artifactId>
<packaging>pom</packaging>

View File

@@ -5,7 +5,7 @@
<groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId>
<version>0.17</version>
<version>0.18</version>
<packaging>pom</packaging>
<!-- CB: Temporary add my repository, while waiting for SSE Java server module author to incorporate my PR or for me to fork it -->

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId>
<version>0.17</version>
<version>0.18</version>
</parent>
<artifactId>webserver</artifactId>
<packaging>jar</packaging>