From 1be168f1b62cff9053e0696919a36d4be1f3bfe4 Mon Sep 17 00:00:00 2001 From: Michael Simon <simon@kit.edu> Date: Tue, 21 Sep 2021 14:07:23 +0200 Subject: [PATCH] Set version to 2.7.6 --- bwreg-ear/pom.xml | 10 +++++----- bwreg-entities/pom.xml | 2 +- bwreg-jpa/pom.xml | 4 ++-- bwreg-service/pom.xml | 6 +++--- bwreg-webapp/pom.xml | 8 ++++---- pom.xml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bwreg-ear/pom.xml b/bwreg-ear/pom.xml index fb2008b69..0d14157a1 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 8b2a9b989..a7ee0007b 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 9ffa4f967..61509e6fc 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 88c812990..cea160453 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 a041832ee..a83d2ea02 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 fbc40c5d0..a575ffdbb 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> -- GitLab