From 2f04eb81c732b3442d629525aeb9817de9b4d83d Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Fri, 29 Jan 2021 09:33:12 +0100 Subject: [PATCH] change version to 3.8.0-SNAPSHOT --- CityDoctorParent/CityDoctorCheckResult/pom.xml | 2 +- CityDoctorParent/CityDoctorEdge/pom.xml | 2 +- CityDoctorParent/CityDoctorModel/pom.xml | 2 +- CityDoctorParent/CityDoctorValidation/pom.xml | 2 +- CityDoctorParent/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CityDoctorParent/CityDoctorCheckResult/pom.xml b/CityDoctorParent/CityDoctorCheckResult/pom.xml index 3ba2f10..cdf7253 100644 --- a/CityDoctorParent/CityDoctorCheckResult/pom.xml +++ b/CityDoctorParent/CityDoctorCheckResult/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <artifactId>CityDoctorCheckResult</artifactId> diff --git a/CityDoctorParent/CityDoctorEdge/pom.xml b/CityDoctorParent/CityDoctorEdge/pom.xml index d674595..b5392c2 100644 --- a/CityDoctorParent/CityDoctorEdge/pom.xml +++ b/CityDoctorParent/CityDoctorEdge/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <artifactId>CityDoctorEdge</artifactId> diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml index 0fd0fc9..947e7c8 100644 --- a/CityDoctorParent/CityDoctorModel/pom.xml +++ b/CityDoctorParent/CityDoctorModel/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <properties> diff --git a/CityDoctorParent/CityDoctorValidation/pom.xml b/CityDoctorParent/CityDoctorValidation/pom.xml index b6bc3f1..72a8e32 100644 --- a/CityDoctorParent/CityDoctorValidation/pom.xml +++ b/CityDoctorParent/CityDoctorValidation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.hft.stuttgart</groupId> <artifactId>CityDoctorParent</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <artifactId>CityDoctorValidation</artifactId> <name>CityDoctorValidation</name> diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index 7ac74eb..29e6276 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.7.0</version> + <version>3.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>CityDoctorParent</name> -- GitLab