Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
70a6993e
Commit
70a6993e
authored
Dec 15, 2020
by
michael.simon
Browse files
Update version to 2.7.2
parent
60c5d336
Changes
5
Hide whitespace changes
Inline
Side-by-side
bwreg-ear/pom.xml
View file @
70a6993e
...
...
@@ -22,26 +22,26 @@
<parent>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
</parent>
<dependencies>
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-jpa
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
ejb
</type>
</dependency>
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-service
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
ejb
</type>
</dependency>
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-webapp
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
war
</type>
</dependency>
...
...
bwreg-jpa/pom.xml
View file @
70a6993e
...
...
@@ -17,7 +17,7 @@
<parent>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
</parent>
<dependencyManagement>
...
...
bwreg-service/pom.xml
View file @
70a6993e
...
...
@@ -17,7 +17,7 @@
<parent>
<artifactId>
bwreg
</artifactId>
<groupId>
edu.kit.scc
</groupId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
</parent>
<properties>
...
...
@@ -30,7 +30,7 @@
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-jpa
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
ejb
</type>
<scope>
provided
</scope>
</dependency>
...
...
bwreg-webapp/pom.xml
View file @
70a6993e
...
...
@@ -9,7 +9,7 @@
<parent>
<artifactId>
bwreg
</artifactId>
<groupId>
edu.kit.scc
</groupId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
</parent>
<packaging>
war
</packaging>
...
...
@@ -23,14 +23,14 @@
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-jpa
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
ejb
</type>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg-service
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<type>
ejb
</type>
<scope>
provided
</scope>
</dependency>
...
...
pom.xml
View file @
70a6993e
...
...
@@ -7,7 +7,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
edu.kit.scc
</groupId>
<artifactId>
bwreg
</artifactId>
<version>
2.7.
1
</version>
<version>
2.7.
2
</version>
<packaging>
pom
</packaging>
<name>
bw Services Registration Webapp
</name>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment