Update version to 0.2

This commit is contained in:
Claude Brisson
2024-01-28 09:39:01 +01:00
parent 95a8bccfbc
commit 8fb9543136
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
<groupId>org.jeudego.pairgoth</groupId> <groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId> <artifactId>engine-parent</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
<packaging>pom</packaging> <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 --> <!-- 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

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.jeudego.pairgoth</groupId> <groupId>org.jeudego.pairgoth</groupId>
<artifactId>engine-parent</artifactId> <artifactId>engine-parent</artifactId>
<version>0.2-SNAPSHOT</version> <version>0.2</version>
</parent> </parent>
<artifactId>view-webapp</artifactId> <artifactId>view-webapp</artifactId>

View File

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