diff --git a/alfa-client/pom.xml b/alfa-client/pom.xml index 854ec00d432ea1ebea24ad59668c162de22bcf44..664694eecb1592ec4c192baef7052a24b0175a56 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.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/alfa-server/pom.xml b/alfa-server/pom.xml index ee48af6d0f7aa1b0f804250334a43ffde0780668..944a6deedefc917e8ec1d441f613b85b639cf175 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.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <artifactId>alfa-server</artifactId> diff --git a/alfa-service/pom.xml b/alfa-service/pom.xml index 9353c1a1c507cd69c337a40f1293ebffe8412017..470cff8d6d3aa849985fb211ac316e37b1ed350a 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.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <artifactId>alfa-service</artifactId> diff --git a/alfa-xdomea/pom.xml b/alfa-xdomea/pom.xml index b572f4474ff138e8f337e93e38dff8514a487b72..be352071d0dbfbbfd2fd21e1b3a6379e186a953f 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.8.0-SNAPSHOT</version> + <version>2.8.0</version> </parent> <artifactId>alfa-xdomea</artifactId> diff --git a/pom.xml b/pom.xml index 4be17f3b766715348c9d8a217b700df8b37e4b59..a8eae7b8eeb3395d6b8743747876bf8c385acc8c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <groupId>de.ozgcloud.alfa</groupId> <artifactId>alfa</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <name>Alfa Parent</name> <packaging>pom</packaging> @@ -50,7 +50,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <vorgang-manager.version>2.8.0-SNAPSHOT</vorgang-manager.version> + <vorgang-manager.version>2.8.0</vorgang-manager.version> <nachrichten-manager.version>2.7.0</nachrichten-manager.version> <ozgcloud-common-pdf.version>3.0.1</ozgcloud-common-pdf.version> <user-manager.version>2.2.0</user-manager.version>