diff --git a/bwreg-ear/pom.xml b/bwreg-ear/pom.xml index fb2008b6958b9cbdaadeb6be21a68a9ee81d9490..0d14157a14f742ce220577a7d70b282446e64be7 100644 --- a/bwreg-ear/pom.xml +++ b/bwreg-ear/pom.xml @@ -22,32 +22,32 @@ <parent> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> </parent> <dependencies> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>jar</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>ejb</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-service</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>ejb</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-webapp</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>war</type> </dependency> diff --git a/bwreg-entities/pom.xml b/bwreg-entities/pom.xml index 8b2a9b98945cfe8ccffc1043abd72f3c2c46365e..a7ee0007bdf3d6ce0853386e84acca41e9d0453a 100644 --- a/bwreg-entities/pom.xml +++ b/bwreg-entities/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> </parent> <packaging>jar</packaging> <artifactId>bwreg-entities</artifactId> diff --git a/bwreg-jpa/pom.xml b/bwreg-jpa/pom.xml index 9ffa4f967d2fd873d4b8499523489801c7823b9e..61509e6fc0b8906f30da44125c39b2f7d1138de6 100644 --- a/bwreg-jpa/pom.xml +++ b/bwreg-jpa/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> </parent> @@ -31,7 +31,7 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <scope>provided</scope> </dependency> diff --git a/bwreg-service/pom.xml b/bwreg-service/pom.xml index 88c812990e81c2fa49ba8441c134c2cc6d2427dd..cea1604539bced7ed6abfb8c9351bfb01a15f736 100644 --- a/bwreg-service/pom.xml +++ b/bwreg-service/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>bwreg</artifactId> <groupId>edu.kit.scc</groupId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> </parent> <properties> @@ -30,13 +30,13 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>ejb</type> <scope>provided</scope> </dependency> diff --git a/bwreg-webapp/pom.xml b/bwreg-webapp/pom.xml index a041832ee8393155f7f6138e58775763864317a1..a83d2ea028ed6a26a23aef5b5ab71b03ce830f9a 100644 --- a/bwreg-webapp/pom.xml +++ b/bwreg-webapp/pom.xml @@ -9,7 +9,7 @@ <parent> <artifactId>bwreg</artifactId> <groupId>edu.kit.scc</groupId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> </parent> <packaging>war</packaging> @@ -23,20 +23,20 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>ejb</type> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-service</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <type>ejb</type> <scope>provided</scope> </dependency> diff --git a/pom.xml b/pom.xml index fbc40c5d0c3bb3f55bada94a0f24d1f25828975e..a575ffdbbe8e96f262da13d87453f1d0aae0be33 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.6-SNAPSHOT</version> + <version>2.7.6</version> <packaging>pom</packaging> <name>bw Services Registration Webapp</name>