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 --- common/pom.xml | 3 +-- id/ConfigWebTool/pom.xml | 39 ++++++++++++++++++++++++++++++--------- id/oa/pom.xml | 24 ++++++++++++++++++++++-- id/pom.xml | 25 +++++++++++++++++++++++-- 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 +- pom.xml | 33 +++++++++++++++++++++++++++------ spss/pom.xml | 2 +- 11 files changed, 175 insertions(+), 30 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index fffb1a460..37c083ec7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,11 +3,10 @@ MOA MOA - 2.0.1 + 2.0.2 4.0.0 moa-common - jar MOA common library diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 57aa5c794..aaadb1969 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -3,13 +3,13 @@ MOA id - 2.0.1 + 2.0.x 4.0.0 MOA.id moa-id-configuration - 1.0.1 + ${configtool-version} war MOA-ID 2.0 Configuration Tool Web based Configuration Tool for MOA-ID 2.x @@ -73,7 +73,6 @@ MOA.id.server moa-id-lib - * @@ -142,20 +141,42 @@ + - + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/moa-id.properties + + + + + + + org.apache.maven.plugins maven-war-plugin 2.4 - ${project.version} + ${configtool-version} - - - - + + + + + diff --git a/id/oa/pom.xml b/id/oa/pom.xml index b88f560fb..63533c0bc 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -4,14 +4,14 @@ MOA id - 2.0.1 + 2.0.x 4.0.0 MOA.id moa-id-oa war - 2.0.1 + ${demo-oa-version} MOA Sample OA @@ -33,7 +33,26 @@ oa + + + 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 @@ -43,6 +62,7 @@ + diff --git a/id/pom.xml b/id/pom.xml index 7bf09edfa..18631a8d1 100644 --- a/id/pom.xml +++ b/id/pom.xml @@ -3,13 +3,13 @@ MOA MOA - 2.0.1 + 2.0.2 4.0.0 id + 2.0.x pom - 2.0.1 MOA ID @@ -25,7 +25,27 @@ + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/moa-id.properties + + + + + + maven-enforcer-plugin 1.1.1 @@ -59,6 +79,7 @@ + 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 diff --git a/pom.xml b/pom.xml index 7d24ef65a..310e081ae 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,15 @@ MOA MOA pom - 2.0.1 + 2.0.2 MOA ${basedir}/repository UTF-8 + 2.0.2-Snapshot + 1.0.2-Snapshot + 2.0.1 @@ -51,15 +54,33 @@ + - + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/moa-id.properties + + + + + + org.apache.maven.plugins maven-surefire-plugin true - org.apache.maven.plugins maven-compiler-plugin @@ -100,7 +121,7 @@ - + @@ -222,13 +243,13 @@ MOA.id.server moa-id-lib - 2.0.1 + ${moa-id-version} compile MOA.id.server moa-id-commons - 2.0.1 + ${moa-id-version} compile diff --git a/spss/pom.xml b/spss/pom.xml index 165a09dba..abc8de527 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -3,7 +3,7 @@ MOA MOA - 2.0.1 + 2.0.2 4.0.0 -- cgit v1.2.3