Skip to content

Commit

Permalink
Merge pull request #216 from FIUS/versionBump/2.3.8
Browse files Browse the repository at this point in the history
Version bump/2.3.8
  • Loading branch information
nk-coding authored Jul 9, 2024
2 parents 71e03d4 + 55f2ab7 commit 02054b7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ICGE-Log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
</parent>
<artifactId>icge-log</artifactId>
<name>ICGE Log</name>
Expand Down
4 changes: 2 additions & 2 deletions ICGE-ManualStart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
</parent>
<artifactId>icge-manualstart</artifactId>
<name>ICGE Manual Start</name>
<properties>
<icge.version>2.3.8</icge.version>
<icge.version>2.3.9-Snapshot</icge.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ICGE-Simulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
</parent>
<artifactId>icge-simulation</artifactId>
<name>ICGE Simulation</name>
<properties>
<icge.version>2.3.8</icge.version>
<icge.version>2.3.9-Snapshot</icge.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ICGE-Ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
</parent>
<artifactId>icge-ui</artifactId>
<name>ICGE Ui</name>
<properties>
<icge.version>2.3.8</icge.version>
<icge.version>2.3.9-Snapshot</icge.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ICGE-build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
</parent>
<artifactId>icge-build-tools</artifactId>
<name>ICGE build tools</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fius</groupId>
<artifactId>icge</artifactId>
<version>2.3.8</version>
<version>2.3.9-Snapshot</version>
<name>Introduction Course Game Engine</name>
<description>The game engine for the java intoduction course of FIUS</description>
<url>https://fius.github.io/icge2</url>
Expand All @@ -12,7 +12,7 @@
<java.version>11</java.version>
<junit.jupiter.version>5.3.1</junit.jupiter.version>
<junit.platform.version>1.1.0</junit.platform.version>
<icge.version>2.3.8</icge.version>
<icge.version>2.3.9-Snapshot</icge.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.artifactId>ICGE2</project.artifactId>
<project.groupId>project.groupId</project.groupId>
Expand Down

0 comments on commit 02054b7

Please sign in to comment.