From e0b56bc97ad2e18bd490f007d966c6f6e658cdd1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 16 May 2014 12:46:57 +0200 Subject: update versions --- spss/assembly-lib.xml | 4 ++-- spss/assembly.xml | 4 ++-- spss/handbook/clients/api/pom.xml | 23 ++++++++++++++++++++++- spss/handbook/clients/pom.xml | 23 ++++++++++++++++++++++- spss/handbook/clients/referencedData/pom.xml | 22 ++++++++++++++++++++-- spss/handbook/clients/webservice/pom.xml | 23 ++++++++++++++++++++++- spss/handbook/pom.xml | 23 ++++++++++++++++++++++- spss/pom.xml | 26 ++++++++++++++++++++++++-- spss/server/pom.xml | 24 +++++++++++++++++++++++- spss/server/serverlib/pom.xml | 24 +++++++++++++++++++++--- spss/server/serverws/pom.xml | 22 ++++++++++++++++++++-- spss/server/tools/pom.xml | 22 ++++++++++++++++++++-- 12 files changed, 220 insertions(+), 20 deletions(-) (limited to 'spss') diff --git a/spss/assembly-lib.xml b/spss/assembly-lib.xml index 895cc97c2..d8b78d2e8 100644 --- a/spss/assembly-lib.xml +++ b/spss/assembly-lib.xml @@ -1,5 +1,5 @@ - spss-${project.version}-lib + spss-${moa-spss-version}-lib dir @@ -7,7 +7,7 @@ - moa-spss-lib-${project.version} + moa-spss-lib-${moa-spss-version} diff --git a/spss/assembly.xml b/spss/assembly.xml index 17133d090..20673b198 100644 --- a/spss/assembly.xml +++ b/spss/assembly.xml @@ -1,5 +1,5 @@ - spss-${project.version} + spss-${moa-spss-version} dir @@ -7,7 +7,7 @@ - moa-spss-${project.version} + moa-spss-${moa-spss-version} diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml index 442d4fdb7..52a96c56b 100644 --- a/spss/handbook/clients/api/pom.xml +++ b/spss/handbook/clients/api/pom.xml @@ -133,5 +133,26 @@ moa-spss-lib - + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../../../moa-id.properties + + + + + + + diff --git a/spss/handbook/clients/pom.xml b/spss/handbook/clients/pom.xml index 3b3bfd6b2..70ae70a4b 100644 --- a/spss/handbook/clients/pom.xml +++ b/spss/handbook/clients/pom.xml @@ -22,5 +22,26 @@ ${basedir}/../../../../repository - + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../../moa-id.properties + + + + + + + diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index 8e0378bd6..65f8635de 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/pom.xml @@ -33,7 +33,25 @@ - - + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../../../moa-id.properties + + + + + + + diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml index bc1859408..95f2c5173 100644 --- a/spss/handbook/clients/webservice/pom.xml +++ b/spss/handbook/clients/webservice/pom.xml @@ -132,5 +132,26 @@ moa-spss-lib - + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../../../moa-id.properties + + + + + + + diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml index 5e476d5c1..e9323a55f 100644 --- a/spss/handbook/pom.xml +++ b/spss/handbook/pom.xml @@ -20,5 +20,26 @@ ${basedir}/../../../repository - + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + + diff --git a/spss/pom.xml b/spss/pom.xml index abc8de527..5954b9b0a 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -3,11 +3,10 @@ MOA MOA - 2.0.2 + 2.x 4.0.0 - MOA spss pom 2.0.x @@ -22,4 +21,27 @@ handbook + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../moa-id.properties + + + + + + + + diff --git a/spss/server/pom.xml b/spss/server/pom.xml index b5e1b32c1..08e740cd3 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -10,7 +10,6 @@ MOA.spss moa-spss pom - 2.0.x MOA SP/SS Server @@ -23,4 +22,27 @@ ${basedir}/../../repository + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../moa-id.properties + + + + + + + + diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 42cf5bfc9..fb95746da 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -9,7 +9,7 @@ MOA.spss.server moa-spss-lib jar - 2.0.1 + ${moa-spss-version} MOA SP/SS API @@ -175,9 +175,27 @@ + + + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + - - org.apache.maven.plugins maven-jar-plugin diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 4f09e940d..ac06946a4 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -66,9 +66,27 @@ - - + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + + MOA.spss.server diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml index acc06ff38..880eac2c1 100644 --- a/spss/server/tools/pom.xml +++ b/spss/server/tools/pom.xml @@ -80,7 +80,25 @@ 1.5 - - + + org.codehaus.mojo + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + ${basedir}/../../../moa-id.properties + + + + + + + -- cgit v1.2.3