From e0b56bc97ad2e18bd490f007d966c6f6e658cdd1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 16 May 2014 12:46:57 +0200 Subject: update versions --- id/ConfigWebTool/pom.xml | 8 ++---- id/assembly-auth.xml | 6 ++--- id/assembly-proxy.xml | 6 ++--- id/oa/pom.xml | 6 ++--- id/pom.xml | 11 +++------ id/server/auth/pom.xml | 8 ++---- id/server/idserverlib/pom.xml | 10 +++----- id/server/moa-id-commons/pom.xml | 48 +++++++++++++++++------------------- id/server/pom.xml | 25 ++++++++++++++++++- id/server/proxy/pom.xml | 21 +++++++++++++++- id/server/stork2-commons/pom.xml | 23 ++++++++++++++++- id/server/stork2-saml-engine/pom.xml | 23 ++++++++++++++++- 12 files changed, 130 insertions(+), 65 deletions(-) (limited to 'id') diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 9b3c70ea0..89ec121c2 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -3,7 +3,7 @@ MOA id - 2.0.x + 2.x 4.0.0 @@ -141,7 +141,6 @@ - @@ -156,15 +155,12 @@ - ${basedir}/moa-id.properties + ${basedir}/../../moa-id.properties - - - org.apache.maven.plugins maven-war-plugin diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index 87a5b6495..370fbc32b 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -1,5 +1,5 @@ - id-auth-${project.version} + id-auth-${moa-id-version} dir @@ -7,7 +7,7 @@ - moa-id-auth-${project.version} + moa-id-auth-${moa-id-version} @@ -43,7 +43,7 @@ / history.txt - readme_${project.version}.txt + readme_${moa-id-version}.txt diff --git a/id/assembly-proxy.xml b/id/assembly-proxy.xml index e9d070f45..d43783e69 100644 --- a/id/assembly-proxy.xml +++ b/id/assembly-proxy.xml @@ -1,5 +1,5 @@ - id-proxy-${project.version} + id-proxy-${moa-id-proxy-version} dir @@ -7,7 +7,7 @@ - moa-id-proxy-${project.version} + moa-id-proxy-${moa-id-proxy-version} @@ -27,7 +27,7 @@ / history.txt - readme_${project.version}.txt + readme_${moa-id-proxy-version}.txt diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 4ee0b750d..d015d5c83 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -4,7 +4,7 @@ MOA id - 2.0.x + 2.x 4.0.0 @@ -33,7 +33,6 @@ oa - org.codehaus.mojo @@ -47,7 +46,7 @@ - ${basedir}/moa-id.properties + ${basedir}/../../moa-id.properties @@ -62,7 +61,6 @@ - diff --git a/id/pom.xml b/id/pom.xml index fc018ffa3..78ee829ba 100644 --- a/id/pom.xml +++ b/id/pom.xml @@ -3,12 +3,11 @@ MOA MOA - 2.0.2 + 2.x 4.0.0 id - 2.0.x pom MOA ID @@ -25,7 +24,6 @@ - org.codehaus.mojo @@ -39,15 +37,12 @@ - ${basedir}/moa-id.properties + ${basedir}/../moa-id.properties - - - maven-enforcer-plugin 1.1.1 @@ -80,7 +75,7 @@ - + diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 5fe2aa739..cbc147c0a 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -2,7 +2,7 @@ MOA.id moa-id - 2.0.x + 2.x 4.0.0 @@ -27,7 +27,6 @@ - @@ -42,15 +41,12 @@ - moa-id.properties + ${basedir}/../../../moa-id.properties - - - org.apache.maven.plugins maven-war-plugin diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 6a58f8bc8..f1518951f 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -3,7 +3,7 @@ MOA.id moa-id - 2.0.x + 2.x 4.0.0 @@ -271,7 +271,6 @@ - org.codehaus.mojo @@ -285,15 +284,13 @@ - ${basedir}/moa-id.properties + ${basedir}/../../../moa-id.properties - - - + org.apache.maven.plugins maven-compiler-plugin @@ -302,6 +299,7 @@ 1.6 + org.apache.maven.plugins maven-javadoc-plugin diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 1831d0e1c..4b2ae6536 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -4,7 +4,7 @@ MOA.id moa-id - 2.0.x + 2.x moa-id-commons moa-id-commons @@ -195,7 +195,7 @@ - + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + org.eclipse.m2e @@ -272,25 +289,6 @@ - - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-2 - - - initialize - - read-project-properties - - - - ${basedir}/moa-id.properties - - - - - - \ No newline at end of file diff --git a/id/server/pom.xml b/id/server/pom.xml index bbaac8e5e..cd2f82e84 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -4,7 +4,7 @@ MOA id - 2.0.x + 2.x 4.0.0 @@ -26,4 +26,27 @@ ${basedir}/../../repository + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../moa-id.properties + + + + + + + + diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index ff6608451..dbae5ca30 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -2,7 +2,7 @@ MOA.id moa-id - 2.0.x + 2.x @@ -26,6 +26,25 @@ + + 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 diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index c1dd27924..e74f702a8 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -3,7 +3,7 @@ MOA.id moa-id - 2.0.1 + 2.x 4.0.0 eu.stork @@ -145,6 +145,27 @@ + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + org.apache.maven.plugins maven-javadoc-plugin diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index b9620a782..5a6621f12 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -3,7 +3,7 @@ MOA.id moa-id - 2.0.1 + 2.x 4.0.0 @@ -151,9 +151,30 @@ true + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + org.apache.maven.plugins maven-source-plugin -- cgit v1.2.3