From 33a0a83c930c930be213222bc948e7280674e080 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 16 Apr 2014 13:45:00 +0200 Subject: change version to 2.0.2-Snapshot --- id/server/auth/pom.xml | 24 +++++++++++++++++++++++- id/server/idserverlib/pom.xml | 23 ++++++++++++++++++++++- id/server/moa-id-commons/pom.xml | 28 ++++++++++++++++++++++++---- id/server/pom.xml | 2 +- id/server/proxy/pom.xml | 2 +- 5 files changed, 71 insertions(+), 8 deletions(-) (limited to 'id/server') diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 618429a8e..72da9ea47 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -2,12 +2,13 @@ MOA.id moa-id - 2.0.1 + 2.0.x 4.0.0 MOA.id.server moa-id-auth + ${moa-id-version} war MOA ID-Auth WebService @@ -26,7 +27,27 @@ + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + moa-id.properties + + + + + org.apache.maven.plugins maven-war-plugin @@ -58,6 +79,7 @@ + diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 285a5da9c..5ce26814a 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -3,12 +3,13 @@ MOA.id moa-id - 2.0.1 + 2.0.x 4.0.0 MOA.id.server moa-id-lib + ${moa-id-version} jar MOA ID API @@ -270,7 +271,26 @@ + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/moa-id.properties + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -339,6 +359,7 @@ + diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 6c2e12c65..2fd8c4483 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -4,11 +4,12 @@ MOA.id moa-id - 2.0.1 + 2.0.x moa-id-commons moa-id-commons MOA.id.server + ${moa-id-version} @@ -127,6 +128,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -227,9 +229,9 @@ - - - + + + org.eclipse.m2e @@ -261,6 +263,24 @@ + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/moa-id.properties + + + + + diff --git a/id/server/pom.xml b/id/server/pom.xml index d748c01eb..bbaac8e5e 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -4,7 +4,7 @@ MOA id - 2.0.1 + 2.0.x 4.0.0 diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index e47b31144..ff6608451 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -2,7 +2,7 @@ MOA.id moa-id - 2.0.1 + 2.0.x -- cgit v1.2.3