Skip to content

Commit

Permalink
Merge pull request #207 from FIUS/versionBump/2.3.7
Browse files Browse the repository at this point in the history
Version bump/2.3.7
  • Loading branch information
graefjk authored Sep 30, 2023
2 parents 5658f5a + 6468965 commit 243260c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>ICGE-Log</artifactId>
<name>ICGE Log</name>
Expand Down
2 changes: 1 addition & 1 deletion ICGE-ManualStart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>ICGE-ManualStart</artifactId>
<name>ICGE Manual Start</name>
Expand Down
2 changes: 1 addition & 1 deletion ICGE-Simulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>ICGE-Simulation</artifactId>
<name>ICGE Simulation</name>
Expand Down
2 changes: 1 addition & 1 deletion ICGE-Ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>ICGE-Ui</artifactId>
<name>ICGE Ui</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>${artifactId}</artifactId>
<name>${name}</name>
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.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-Snapshot</version>
</parent>
<artifactId>ICGE-build-tools</artifactId>
<name>ICGE build tools</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/mario/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>ICGE Example: Mario Simulator</name>
<properties>
<java.version>11</java.version>
<icge.version>2.3.7-Snapshot</icge.version>
<icge.version>2.3.8-Snapshot</icge.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
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.uni-stuttgart.informatik.fius</groupId>
<artifactId>ICGE</artifactId>
<version>2.3.7-Snapshot</version>
<version>2.3.8-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.7-Snapshot</icge.version>
<icge.version>2.3.8-Snapshot</icge.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down

0 comments on commit 243260c

Please sign in to comment.