diff --git a/bwreg-ear/pom.xml b/bwreg-ear/pom.xml index 1e6e732b7afb6bb6b8ea3d183b7021e0696911bc..e247ede4c98c24eb60dfc1992d1b08d450b9f8a0 100644 --- a/bwreg-ear/pom.xml +++ b/bwreg-ear/pom.xml @@ -22,38 +22,38 @@ <parent> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> <dependencies> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>jar</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-lib</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>jar</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>ejb</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-service</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>ejb</type> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-webapp</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>war</type> </dependency> diff --git a/bwreg-entities/pom.xml b/bwreg-entities/pom.xml index 8af70e9725e49361bac179a420027fc3fb6fd025..d6a12ff0e364c5cbb2b5b5fb25d1bc8fbd9fa37a 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.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> <packaging>jar</packaging> <artifactId>bwreg-entities</artifactId> diff --git a/bwreg-jpa/pom.xml b/bwreg-jpa/pom.xml index 2ed10356ca645c46f53dde04ef99b43b9ac1ad04..4d177dafe7761c584833823f5bd2571551d317b8 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.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> @@ -31,7 +31,7 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> diff --git a/bwreg-lib/pom.xml b/bwreg-lib/pom.xml index 1ef82603399eea27c1ff97eb03dd53d5a1132be7..e2433afcfaf1367042c386cdbd3eb847c374e1f4 100644 --- a/bwreg-lib/pom.xml +++ b/bwreg-lib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>edu.kit.scc</groupId> <artifactId>bwreg</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> <packaging>jar</packaging> <artifactId>bwreg-lib</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> diff --git a/bwreg-service/pom.xml b/bwreg-service/pom.xml index 829a4c6cdda4299972e918be8dcc22d96691c434..fad22f661908f4bf79fb842bcd717b34a187591b 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.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> <properties> @@ -30,19 +30,19 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-lib</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>ejb</type> <scope>provided</scope> </dependency> diff --git a/bwreg-webapp/pom.xml b/bwreg-webapp/pom.xml index df72e08791d5b8eedd3f86c2dd183a4b8732adab..f3aeec7079cfd590c8cfb2780ef916de7b0c0455 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.7-SNAPSHOT</version> + <version>2.7.7</version> </parent> <packaging>war</packaging> @@ -23,26 +23,26 @@ <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-entities</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-lib</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-jpa</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>ejb</type> <scope>provided</scope> </dependency> <dependency> <groupId>edu.kit.scc</groupId> <artifactId>bwreg-service</artifactId> - <version>2.7.7-SNAPSHOT</version> + <version>2.7.7</version> <type>ejb</type> <scope>provided</scope> </dependency> diff --git a/pom.xml b/pom.xml index c19a091ea32f6574495c376964c575995ffcd680..05c415e23a58dc9d4ae33dd3acd56ce86e85077f 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.7-SNAPSHOT</version> + <version>2.7.7</version> <packaging>pom</packaging> <name>bw Services Registration Webapp</name>