diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml index 8709f0037e0754769142b5720fd749ef6391299c..3e0736e1eff901f603859f7f6a7b69e40fdd020d 100644 --- a/alfa-client/pom.xml +++ b/alfa-client/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.4.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index b6afe2d3a4d7339a1c25c39c1c4059b9df4a8409..eda3946052b903b1166816beb5cfba4c3aedc3e4 100644 --- a/alfa-server/pom.xml +++ b/alfa-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.4.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index a2284925d85d8c11eb95d9e0d62000b39beff891..8e0ba5597280596e8136d67133bd29f5a984e00a 100644 --- a/alfa-service/pom.xml +++ b/alfa-service/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.4.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/alfa-xdomea/pom.xml b/alfa-xdomea/pom.xml index 8d1d8a4764b2b228237571d5190861f5dbaedbc8..bb9c408a2f677ca439cb3bb90dddc3f89263d603 100644 --- a/alfa-xdomea/pom.xml +++ b/alfa-xdomea/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.4.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>alfa-xdomea</artifactId> diff --git a/pom.xml b/pom.xml index f9baf4dfecd683a3945a95e7fb76fbdcdce135c3..abe84bef639fda890da5c7a371243f6ab58e73bb 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.4.0</version> + <version>2.5.0-SNAPSHOT</version> <name>Alfa Parent</name> <packaging>pom</packaging> @@ -159,4 +159,4 @@ <url>https://nexus.ozg-sh.de/repository/ozg-snapshots/</url> </snapshotRepository> </distributionManagement> -</project> \ No newline at end of file +</project>