From 19b70e628aaf9a08fa887efbd320202a6032c749 Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Thu, 23 Jan 2025 15:03:34 +0100 Subject: [PATCH] Build: Update version number --- CityDoctorParent/CityDoctorCheckResult/pom.xml | 2 +- CityDoctorParent/CityDoctorEdge/pom.xml | 2 +- CityDoctorParent/CityDoctorModel/pom.xml | 2 +- CityDoctorParent/CityDoctorValidation/pom.xml | 2 +- CityDoctorParent/Extensions/CityDoctorAutoPro/pom.xml | 2 +- CityDoctorParent/Extensions/CityDoctorGUI/pom.xml | 2 +- CityDoctorParent/Extensions/CityDoctorHealer/pom.xml | 3 +-- CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml | 2 +- CityDoctorParent/Extensions/CityDoctorHealerGenetic/pom.xml | 2 +- CityDoctorParent/pom.xml | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CityDoctorParent/CityDoctorCheckResult/pom.xml b/CityDoctorParent/CityDoctorCheckResult/pom.xml index 1e0b0ee..e9cd99d 100644 --- a/CityDoctorParent/CityDoctorCheckResult/pom.xml +++ b/CityDoctorParent/CityDoctorCheckResult/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> </parent> <artifactId>CityDoctorCheckResult</artifactId> <dependencies> diff --git a/CityDoctorParent/CityDoctorEdge/pom.xml b/CityDoctorParent/CityDoctorEdge/pom.xml index a0f2075..42f23ac 100644 --- a/CityDoctorParent/CityDoctorEdge/pom.xml +++ b/CityDoctorParent/CityDoctorEdge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> </parent> <artifactId>CityDoctorEdge</artifactId> <dependencies> diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml index fb82f40..9e06192 100644 --- a/CityDoctorParent/CityDoctorModel/pom.xml +++ b/CityDoctorParent/CityDoctorModel/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> </parent> <properties> <versionString>${project.version}-${git.commit.id.abbrev}</versionString> diff --git a/CityDoctorParent/CityDoctorValidation/pom.xml b/CityDoctorParent/CityDoctorValidation/pom.xml index ed95f44..9e02463 100644 --- a/CityDoctorParent/CityDoctorValidation/pom.xml +++ b/CityDoctorParent/CityDoctorValidation/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> </parent> <artifactId>CityDoctorValidation</artifactId> <name>CityDoctorValidation</name> diff --git a/CityDoctorParent/Extensions/CityDoctorAutoPro/pom.xml b/CityDoctorParent/Extensions/CityDoctorAutoPro/pom.xml index 0961ad7..77f8811 100644 --- a/CityDoctorParent/Extensions/CityDoctorAutoPro/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorAutoPro/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>CityDoctorAutoPro</artifactId> diff --git a/CityDoctorParent/Extensions/CityDoctorGUI/pom.xml b/CityDoctorParent/Extensions/CityDoctorGUI/pom.xml index 1992c9e..5c39e47 100644 --- a/CityDoctorParent/Extensions/CityDoctorGUI/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorGUI/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>CityDoctorGUI</artifactId> diff --git a/CityDoctorParent/Extensions/CityDoctorHealer/pom.xml b/CityDoctorParent/Extensions/CityDoctorHealer/pom.xml index 69468d1..20dcac1 100644 --- a/CityDoctorParent/Extensions/CityDoctorHealer/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorHealer/pom.xml @@ -4,11 +4,10 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>CityDoctorHealer</artifactId> - <dependencies> <dependency> <groupId>de.hft.stuttgart</groupId> diff --git a/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml b/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml index 1b51334..3933cc1 100644 --- a/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>CityDoctorHealerGUI</artifactId> diff --git a/CityDoctorParent/Extensions/CityDoctorHealerGenetic/pom.xml b/CityDoctorParent/Extensions/CityDoctorHealerGenetic/pom.xml index 7707cd7..37fd33f 100644 --- a/CityDoctorParent/Extensions/CityDoctorHealerGenetic/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorHealerGenetic/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>CityDoctorHealerGenetic</artifactId> diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index 8aa1545..a0e6071 100644 --- a/CityDoctorParent/pom.xml +++ b/CityDoctorParent/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.16.0</version> + <version>3.17.0</version> <packaging>pom</packaging> <name>CityDoctorParent</name> <properties> -- GitLab