diff options
| author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-06 20:54:43 +0100 | 
|---|---|---|
| committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2014-03-06 20:54:43 +0100 | 
| commit | 5fa4dd6fd8955dd601375f81b992df26757f89e4 (patch) | |
| tree | f0b9e1a9cc4b1e42e116293d5ddfa8c2d4cff01f | |
| parent | 67b1ab17d8ab539ef158ccce7d63d222251aed3e (diff) | |
| download | moa-id-spss-5fa4dd6fd8955dd601375f81b992df26757f89e4.tar.gz moa-id-spss-5fa4dd6fd8955dd601375f81b992df26757f89e4.tar.bz2 moa-id-spss-5fa4dd6fd8955dd601375f81b992df26757f89e4.zip | |
Change to MOA-SPSS version 1.5.2
| -rw-r--r-- | common/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 16 | ||||
| -rw-r--r-- | spss/handbook/clients/api/pom.xml | 4 | ||||
| -rw-r--r-- | spss/handbook/clients/pom.xml | 4 | ||||
| -rw-r--r-- | spss/handbook/clients/referencedData/pom.xml | 4 | ||||
| -rw-r--r-- | spss/handbook/clients/webservice/pom.xml | 4 | ||||
| -rw-r--r-- | spss/handbook/pom.xml | 4 | ||||
| -rw-r--r-- | spss/pom.xml | 4 | ||||
| -rw-r--r-- | spss/server/pom.xml | 4 | ||||
| -rw-r--r-- | spss/server/serverlib/pom.xml | 4 | ||||
| -rw-r--r-- | spss/server/serverws/.settings/org.eclipse.wst.common.component | 5 | ||||
| -rw-r--r-- | spss/server/serverws/pom.xml | 4 | ||||
| -rw-r--r-- | spss/server/tools/pom.xml | 4 | 
13 files changed, 30 insertions, 33 deletions
| diff --git a/common/pom.xml b/common/pom.xml index 468ecaf2d..d5d960a6d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -2,7 +2,7 @@    <parent>      <groupId>MOA</groupId>      <artifactId>MOA</artifactId> -    <version>2.0.0</version> +    <version>1.5.2</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <artifactId>moa-common</artifactId> @@ -4,7 +4,7 @@      <groupId>MOA</groupId>
      <artifactId>MOA</artifactId>
      <packaging>pom</packaging>
 -    <version>2.0.0</version>
 +    <version>1.5.2</version>
      <name>MOA</name>
      <properties>
 @@ -23,7 +23,7 @@              <modules>
                  <module>common</module>
                  <module>spss</module>
 -                <module>id</module>
 +                <!-- <module>id</module>-->
              </modules>
          </profile>
      </profiles>
 @@ -68,8 +68,8 @@                  <configuration>
                      <finalName>moa</finalName>
                      <descriptors>
 -                        <descriptor>id/assembly-auth.xml</descriptor>
 -                        <descriptor>id/assembly-proxy.xml</descriptor>                         
 +              <!--          <descriptor>id/assembly-auth.xml</descriptor>
 +                        <descriptor>id/assembly-proxy.xml</descriptor>-->                         
                          <descriptor>spss/assembly.xml</descriptor>
                          <descriptor>spss/assembly-lib.xml</descriptor>
                      </descriptors>
 @@ -192,15 +192,15 @@              <dependency>
                  <groupId>MOA</groupId>
                  <artifactId>moa-common</artifactId>
 -                <version>2.0.0</version>
 +                <version>1.5.2</version>
                  <scope>compile</scope>
              </dependency>
 -            <dependency>
 +            <!-- <dependency>
                  <groupId>MOA.id.server</groupId>
                  <artifactId>moa-id-lib</artifactId>
                  <version>2.0-RC1</version>
                  <scope>compile</scope>
 -            </dependency>
 +            </dependency>-->
              <dependency>
                  <groupId>MOA.spss.server</groupId>
                  <artifactId>moa-spss-lib</artifactId>
 @@ -210,7 +210,7 @@              <dependency>
                  <groupId>MOA</groupId>
                  <artifactId>moa-common</artifactId>
 -                <version>2.0.0</version>
 +                <version>1.5.2</version>
                  <type>test-jar</type>
                  <scope>test</scope>
              </dependency>
 diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml index 442d4fdb7..5a978964b 100644 --- a/spss/handbook/clients/api/pom.xml +++ b/spss/handbook/clients/api/pom.xml @@ -2,14 +2,14 @@  	<parent>
  		<groupId>MOA.spss.handbook.clients</groupId>
  		<artifactId>moa-spss-handbook-clients</artifactId>
 -		<version>2.0</version>
 +		<version>1.5</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
  	<groupId>MOA.spss.handbook</groupId>
  	<artifactId>moa-spss-handbook-apiClient</artifactId>
  	<packaging>jar</packaging>
 -	<version>2.0</version>
 +	<version>1.5</version>
  	<name>MOA SP/SS Handbook API Client</name>
  	<properties>
 diff --git a/spss/handbook/clients/pom.xml b/spss/handbook/clients/pom.xml index 3b3bfd6b2..5a4ab81c8 100644 --- a/spss/handbook/clients/pom.xml +++ b/spss/handbook/clients/pom.xml @@ -3,14 +3,14 @@    <parent>
      <groupId>MOA.spss.handbook</groupId>
      <artifactId>moa-spss-handbook</artifactId>
 -    <version>2.0</version>
 +    <version>1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>MOA.spss.handbook.clients</groupId>
    <artifactId>moa-spss-handbook-clients</artifactId>
    <packaging>pom</packaging>
 -  <version>2.0</version>
 +  <version>1.5</version>
    <name>MOA SP/SS Handbook Clients</name>
    <modules>
 diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index 8e0378bd6..9a8a3b68e 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/pom.xml @@ -3,14 +3,14 @@    <parent>
      <groupId>MOA.spss.handbook.clients</groupId>
      <artifactId>moa-spss-handbook-clients</artifactId>
 -    <version>2.0</version>
 +    <version>1.5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>MOA.spss.handbook</groupId>
    <artifactId>moa-spss-handbook-referencedData</artifactId>
    <packaging>war</packaging>
 -  <version>2.0</version>
 +  <version>1.5</version>
    <name>MOA SP/SS Handbook Referenced Data</name>
    <properties>
 diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml index bc1859408..4221e6cc1 100644 --- a/spss/handbook/clients/webservice/pom.xml +++ b/spss/handbook/clients/webservice/pom.xml @@ -2,14 +2,14 @@  	<parent>
  		<groupId>MOA.spss.handbook.clients</groupId>
  		<artifactId>moa-spss-handbook-clients</artifactId>
 -		<version>2.0</version>
 +		<version>1.5</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
  	<groupId>MOA.spss.handbook.clients</groupId>
  	<artifactId>moa-spss-handbook-webserviceClient</artifactId>
  	<packaging>jar</packaging>
 -	<version>2.0</version>
 +	<version>1.5</version>
  	<name>MOA SP/SS Handbook WebService Client</name>
  	<properties>
 diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml index 5e476d5c1..9caf5c181 100644 --- a/spss/handbook/pom.xml +++ b/spss/handbook/pom.xml @@ -3,14 +3,14 @@    <parent>
      <groupId>MOA</groupId>
      <artifactId>spss</artifactId>
 -    <version>2.0.x</version>
 +    <version>1.5.x</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>MOA.spss.handbook</groupId>
    <artifactId>moa-spss-handbook</artifactId>
    <packaging>pom</packaging>
 -  <version>2.0</version>
 +  <version>1.5</version>
    <name>MOA SP/SS Handbook</name>
    <modules>
 diff --git a/spss/pom.xml b/spss/pom.xml index 799286889..936c800e4 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -3,14 +3,14 @@      <parent>          <groupId>MOA</groupId>          <artifactId>MOA</artifactId> -        <version>2.0.0</version> +        <version>1.5.2</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>MOA</groupId>      <artifactId>spss</artifactId>      <packaging>pom</packaging> -    <version>2.0.x</version> +    <version>1.5.x</version>      <name>MOA SP/SS</name>      <properties> diff --git a/spss/server/pom.xml b/spss/server/pom.xml index b5e1b32c1..a78496017 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -3,14 +3,14 @@      <parent>
          <groupId>MOA</groupId>
          <artifactId>spss</artifactId>
 -        <version>2.0.x</version>
 +        <version>1.5.x</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
      <groupId>MOA.spss</groupId>
      <artifactId>moa-spss</artifactId>
      <packaging>pom</packaging>
 -    <version>2.0.x</version>
 +    <version>1.5.x</version>
      <name>MOA SP/SS Server</name>
      <modules>
 diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 1c756d4d4..2a6fd382f 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -2,14 +2,14 @@  	<parent>
  		<groupId>MOA.spss</groupId>
  		<artifactId>moa-spss</artifactId>
 -		<version>2.0.x</version>
 +		<version>1.5.x</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
  	<groupId>MOA.spss.server</groupId>
  	<artifactId>moa-spss-lib</artifactId>
  	<packaging>jar</packaging>
 -	<version>2.0.0</version>
 +	<version>1.5.2</version>
  	<name>MOA SP/SS API</name>
  	<properties>
 diff --git a/spss/server/serverws/.settings/org.eclipse.wst.common.component b/spss/server/serverws/.settings/org.eclipse.wst.common.component index ffe4d38a0..463d07fe3 100644 --- a/spss/server/serverws/.settings/org.eclipse.wst.common.component +++ b/spss/server/serverws/.settings/org.eclipse.wst.common.component @@ -2,10 +2,7 @@    <wb-module deploy-name="moa-spss-ws">
          <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
          <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
 -        <dependent-module archiveName="moa-spss-lib-2.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-spss-lib/moa-spss-lib">
 -            <dependency-type>uses</dependency-type>
 -        </dependent-module>
 -        <dependent-module archiveName="moa-common-2.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common">
 +        <dependent-module archiveName="moa-common-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common">
              <dependency-type>uses</dependency-type>
          </dependent-module>
      <property name="java-output-path" value="/target/classes"/>
 diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index b8a04eba4..4372c76d0 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -3,14 +3,14 @@      <parent>          <groupId>MOA.spss</groupId>          <artifactId>moa-spss</artifactId> -        <version>2.0.x</version> +        <version>1.5.x</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <groupId>MOA.spss.server</groupId>      <artifactId>moa-spss-ws</artifactId>      <packaging>war</packaging> -    <version>2.0.0</version> +    <version>1.5.2</version>      <name>MOA SP/SS WebService</name>      <properties> diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml index 48e0a998c..19d72a380 100644 --- a/spss/server/tools/pom.xml +++ b/spss/server/tools/pom.xml @@ -2,14 +2,14 @@    <parent>      <groupId>MOA.spss</groupId>      <artifactId>moa-spss</artifactId> -    <version>2.0.x</version> +    <version>1.5.x</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>MOA.spss.server</groupId>    <artifactId>moa-spss-tools</artifactId>    <packaging>jar</packaging> -  <version>2.0.0</version> +  <version>1.5.2</version>    <name>MOA SP/SS Tools</name>    <properties> | 
