aboutsummaryrefslogtreecommitdiff
path: root/id/server
diff options
context:
space:
mode:
authorkstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d>2011-09-30 07:39:29 +0000
committerkstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d>2011-09-30 07:39:29 +0000
commit22597803f471751da6ecef1cb66fca8b833a69ec (patch)
treebe3807991760bd957d7a5bacface6d336a32a604 /id/server
parent9b0b76abd6bdd88383e465117086d65268c25562 (diff)
downloadmoa-id-spss-22597803f471751da6ecef1cb66fca8b833a69ec.tar.gz
moa-id-spss-22597803f471751da6ecef1cb66fca8b833a69ec.tar.bz2
moa-id-spss-22597803f471751da6ecef1cb66fca8b833a69ec.zip
Update Versionsnummer auf 1.5.1
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1215 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server')
-rw-r--r--id/server/auth/pom.xml4
-rw-r--r--id/server/idserverlib/pom.xml4
-rw-r--r--id/server/pom.xml4
-rw-r--r--id/server/proxy/pom.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index 67d2e1abd..e1aeb2802 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -2,14 +2,14 @@
<parent>
<groupId>MOA.id</groupId>
<artifactId>moa-id</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-auth</artifactId>
<packaging>war</packaging>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<name>MOA ID-Auth WebService</name>
<properties>
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index eb21c2fd3..9b266e00e 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -2,14 +2,14 @@
<parent>
<groupId>MOA.id</groupId>
<artifactId>moa-id</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>
<packaging>jar</packaging>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<name>MOA ID API</name>
<properties>
diff --git a/id/server/pom.xml b/id/server/pom.xml
index 9ab2ca01f..72a47385c 100644
--- a/id/server/pom.xml
+++ b/id/server/pom.xml
@@ -4,14 +4,14 @@
<parent>
<groupId>MOA</groupId>
<artifactId>id</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>MOA.id</groupId>
<artifactId>moa-id</artifactId>
<packaging>pom</packaging>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<name>MOA ID Server</name>
<modules>
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml
index 14f0f8d54..50cb3e054 100644
--- a/id/server/proxy/pom.xml
+++ b/id/server/proxy/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>MOA.id</groupId>
<artifactId>moa-id</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1</version>
</parent>
<properties>
@@ -13,7 +13,7 @@
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-proxy</artifactId>
<packaging>war</packaging>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<name>MOA ID-Proxy WebService</name>
<build>