From 9118a0307ef7faab9743bf631a45e88a7d4bab86 Mon Sep 17 00:00:00 2001 From: graefjk Date: Wed, 3 Jan 2024 15:11:20 +0100 Subject: [PATCH 1/2] Bump version to 2.3.8 --- ICGE-Log/pom.xml | 2 +- ICGE-ManualStart/pom.xml | 2 +- ICGE-Simulation/pom.xml | 2 +- ICGE-Ui/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- ICGE-build-tools/pom.xml | 2 +- examples/mario/pom.xml | 2 +- pom.xml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ICGE-Log/pom.xml b/ICGE-Log/pom.xml index bcd76515..4f90ad8e 100644 --- a/ICGE-Log/pom.xml +++ b/ICGE-Log/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ICGE-Log ICGE Log diff --git a/ICGE-ManualStart/pom.xml b/ICGE-ManualStart/pom.xml index f7879553..12f50177 100644 --- a/ICGE-ManualStart/pom.xml +++ b/ICGE-ManualStart/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ICGE-ManualStart ICGE Manual Start diff --git a/ICGE-Simulation/pom.xml b/ICGE-Simulation/pom.xml index bcd82b3e..ed227f9c 100644 --- a/ICGE-Simulation/pom.xml +++ b/ICGE-Simulation/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ICGE-Simulation ICGE Simulation diff --git a/ICGE-Ui/pom.xml b/ICGE-Ui/pom.xml index e088ce3a..ae537120 100644 --- a/ICGE-Ui/pom.xml +++ b/ICGE-Ui/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ICGE-Ui ICGE Ui diff --git a/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml b/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml index 760b5c51..e255fabb 100644 --- a/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml +++ b/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ${artifactId} ${name} diff --git a/ICGE-build-tools/pom.xml b/ICGE-build-tools/pom.xml index 8e1344f0..afd0ac9b 100644 --- a/ICGE-build-tools/pom.xml +++ b/ICGE-build-tools/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 ICGE-build-tools ICGE build tools diff --git a/examples/mario/pom.xml b/examples/mario/pom.xml index 2dfc5aba..d65898bc 100644 --- a/examples/mario/pom.xml +++ b/examples/mario/pom.xml @@ -7,7 +7,7 @@ ICGE Example: Mario Simulator 11 - 2.3.8-Snapshot + 2.3.8 UTF-8 diff --git a/pom.xml b/pom.xml index b883efd1..4bf8b317 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.uni-stuttgart.informatik.fius ICGE - 2.3.8-Snapshot + 2.3.8 Introduction Course Game Engine The game engine for the java intoduction course of FIUS https://fius.github.io/ICGE2 @@ -12,7 +12,7 @@ 11 5.3.1 1.1.0 - 2.3.8-Snapshot + 2.3.8 UTF-8 From 0ff1dd9c5dc97711d69c6d5d66a428efb5eaee69 Mon Sep 17 00:00:00 2001 From: graefjk Date: Wed, 3 Jan 2024 15:11:20 +0100 Subject: [PATCH 2/2] Prepare for development on 2.3.9-Snapshot --- ICGE-Log/pom.xml | 2 +- ICGE-ManualStart/pom.xml | 2 +- ICGE-Simulation/pom.xml | 2 +- ICGE-Ui/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- ICGE-build-tools/pom.xml | 2 +- examples/mario/pom.xml | 2 +- pom.xml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ICGE-Log/pom.xml b/ICGE-Log/pom.xml index 4f90ad8e..ba2d070f 100644 --- a/ICGE-Log/pom.xml +++ b/ICGE-Log/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ICGE-Log ICGE Log diff --git a/ICGE-ManualStart/pom.xml b/ICGE-ManualStart/pom.xml index 12f50177..027a0228 100644 --- a/ICGE-ManualStart/pom.xml +++ b/ICGE-ManualStart/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ICGE-ManualStart ICGE Manual Start diff --git a/ICGE-Simulation/pom.xml b/ICGE-Simulation/pom.xml index ed227f9c..5cb5a6f0 100644 --- a/ICGE-Simulation/pom.xml +++ b/ICGE-Simulation/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ICGE-Simulation ICGE Simulation diff --git a/ICGE-Ui/pom.xml b/ICGE-Ui/pom.xml index ae537120..ac1082fe 100644 --- a/ICGE-Ui/pom.xml +++ b/ICGE-Ui/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ICGE-Ui ICGE Ui diff --git a/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml b/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml index e255fabb..b2cb61ec 100644 --- a/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml +++ b/ICGE-archetype-module/src/main/resources/archetype-resources/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ${artifactId} ${name} diff --git a/ICGE-build-tools/pom.xml b/ICGE-build-tools/pom.xml index afd0ac9b..4fed6e48 100644 --- a/ICGE-build-tools/pom.xml +++ b/ICGE-build-tools/pom.xml @@ -4,7 +4,7 @@ de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot ICGE-build-tools ICGE build tools diff --git a/examples/mario/pom.xml b/examples/mario/pom.xml index d65898bc..9a4c58f1 100644 --- a/examples/mario/pom.xml +++ b/examples/mario/pom.xml @@ -7,7 +7,7 @@ ICGE Example: Mario Simulator 11 - 2.3.8 + 2.3.9-Snapshot UTF-8 diff --git a/pom.xml b/pom.xml index 4bf8b317..bfded656 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.uni-stuttgart.informatik.fius ICGE - 2.3.8 + 2.3.9-Snapshot Introduction Course Game Engine The game engine for the java intoduction course of FIUS https://fius.github.io/ICGE2 @@ -12,7 +12,7 @@ 11 5.3.1 1.1.0 - 2.3.8 + 2.3.9-Snapshot UTF-8