From f464e8902d22dbbd13e710660d7b6655053e94bc Mon Sep 17 00:00:00 2001
From: Michael Simon <simon@kit.edu>
Date: Wed, 5 Oct 2022 07:07:44 +0200
Subject: [PATCH] change version to 2.7.7

---
 bwreg-ear/pom.xml      | 12 ++++++------
 bwreg-entities/pom.xml |  2 +-
 bwreg-jpa/pom.xml      |  4 ++--
 bwreg-lib/pom.xml      |  4 ++--
 bwreg-service/pom.xml  |  8 ++++----
 bwreg-webapp/pom.xml   | 10 +++++-----
 pom.xml                |  2 +-
 7 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/bwreg-ear/pom.xml b/bwreg-ear/pom.xml
index 1e6e732b7..e247ede4c 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 8af70e972..d6a12ff0e 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 2ed10356c..4d177dafe 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 1ef826033..e2433afcf 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 829a4c6cd..fad22f661 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 df72e0879..f3aeec707 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 c19a091ea..05c415e23 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>
 
-- 
GitLab