Skip to content
Snippets Groups Projects
Commit 96cb4b89 authored by Michael Simon's avatar Michael Simon
Browse files

upgrade reg-app version. Also upgrade primfaces to 6.1

closes #57
parent 921bc2af
No related branches found
No related tags found
No related merge requests found
......@@ -22,26 +22,26 @@
<parent>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
</parent>
<dependencies>
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-jpa</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-service</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-webapp</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>war</type>
</dependency>
......
......@@ -17,7 +17,7 @@
<parent>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
</parent>
<dependencyManagement>
......
......@@ -17,7 +17,7 @@
<parent>
<artifactId>bwreg</artifactId>
<groupId>edu.kit.scc</groupId>
<version>2.5.11</version>
<version>2.5.12</version>
</parent>
<properties>
......@@ -30,7 +30,7 @@
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-jpa</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
......
......@@ -15,7 +15,7 @@
<parent>
<artifactId>bwreg</artifactId>
<groupId>edu.kit.scc</groupId>
<version>2.5.11</version>
<version>2.5.12</version>
</parent>
<packaging>war</packaging>
......@@ -29,14 +29,14 @@
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-jpa</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg-service</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
......
......@@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.kit.scc</groupId>
<artifactId>bwreg</artifactId>
<version>2.5.11</version>
<version>2.5.12</version>
<packaging>pom</packaging>
<name>bw Services Registration Webapp</name>
......@@ -79,7 +79,7 @@
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>5.1</version>
<version>6.1</version>
</dependency>
<dependency>
<groupId>org.primefaces.themes</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment