diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 14:02:19 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-04-01 14:02:19 +0200 | 
| commit | 779030ed2d7091183b3faf13fec57fa270d46c3a (patch) | |
| tree | 7ec80f3fc88df276bd5986278952a8e681e6badb | |
| parent | d3e125d701cbced027c0b1da16aaaa6d3615f3cb (diff) | |
| download | moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.tar.gz moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.tar.bz2 moa-id-spss-779030ed2d7091183b3faf13fec57fa270d46c3a.zip | |
change version to 2.0.1
| -rw-r--r-- | common/pom.xml | 2 | ||||
| -rw-r--r-- | id/ConfigWebTool/pom.xml | 4 | ||||
| -rw-r--r-- | id/oa/pom.xml | 4 | ||||
| -rw-r--r-- | id/pom.xml | 4 | ||||
| -rw-r--r-- | id/server/auth/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/idserverlib/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/moa-id-commons/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/proxy/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/stork2-commons/pom.xml | 5 | ||||
| -rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 16 | ||||
| -rw-r--r-- | spss/pom.xml | 2 | ||||
| -rw-r--r-- | spss/server/serverlib/pom.xml | 2 | ||||
| -rw-r--r-- | spss/server/serverws/pom.xml | 2 | ||||
| -rw-r--r-- | spss/server/tools/pom.xml | 2 | 
16 files changed, 30 insertions, 25 deletions
| diff --git a/common/pom.xml b/common/pom.xml index b3fc943ff..fffb1a460 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@      <parent>          <groupId>MOA</groupId>          <artifactId>MOA</artifactId> -        <version>2.0.0</version> +        <version>2.0.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <artifactId>moa-common</artifactId> diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index a412858d8..1b29b68de 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -2,13 +2,13 @@  	<parent>    	<groupId>MOA</groupId>      <artifactId>id</artifactId> -    <version>2.0.0</version> +    <version>2.0.1</version>    </parent>    <modelVersion>4.0.0</modelVersion>    <groupId>MOA.id</groupId>    <artifactId>moa-id-configuration</artifactId> -  <version>1.0.0</version> +  <version>1.0.1</version>    <packaging>war</packaging>    <name>MOA-ID 2.0 Configuration Tool</name>    <description>Web based Configuration Tool for MOA-ID 2.x</description> diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 9b6f4525c..b88f560fb 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -4,14 +4,14 @@      <parent>    		<groupId>MOA</groupId>      	<artifactId>id</artifactId> -    	<version>2.0.0</version> +    	<version>2.0.1</version>    	</parent>      <modelVersion>4.0.0</modelVersion>      <groupId>MOA.id</groupId>      <artifactId>moa-id-oa</artifactId>      <packaging>war</packaging> -    <version>2.0.0</version> +    <version>2.0.1</version>      <name>MOA Sample OA</name>      <properties> diff --git a/id/pom.xml b/id/pom.xml index 6b96451fa..7bf09edfa 100644 --- a/id/pom.xml +++ b/id/pom.xml @@ -3,13 +3,13 @@      <parent>          <groupId>MOA</groupId>          <artifactId>MOA</artifactId> -        <version>2.0.0</version> +        <version>2.0.1</version>      </parent>      <modelVersion>4.0.0</modelVersion>      <artifactId>id</artifactId>      <packaging>pom</packaging> -    <version>2.0.0</version> +    <version>2.0.1</version>      <name>MOA ID</name>      <modules> diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 1f8417ea2..618429a8e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -2,7 +2,7 @@  	<parent>  		<groupId>MOA.id</groupId>  		<artifactId>moa-id</artifactId> -		<version>2.0.0</version> +		<version>2.0.1</version>  	</parent>  	<modelVersion>4.0.0</modelVersion> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 052d6d63e..ae4c57fc8 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -3,7 +3,7 @@  	<parent>
  		<groupId>MOA.id</groupId>
  		<artifactId>moa-id</artifactId>
 -		<version>2.0.0</version>
 +		<version>2.0.1</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
 diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index c8593ee5f..5da911f89 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -3,7 +3,7 @@    <parent>      <groupId>MOA.id</groupId>      <artifactId>moa-id</artifactId> -    <version>2.0.0</version> +    <version>2.0.1</version>    </parent>    <artifactId>moa-id-commons</artifactId>    <name>moa-id-commons</name> diff --git a/id/server/pom.xml b/id/server/pom.xml index ccb958508..d748c01eb 100644 --- a/id/server/pom.xml +++ b/id/server/pom.xml @@ -4,7 +4,7 @@      <parent>
          <groupId>MOA</groupId>
          <artifactId>id</artifactId>
 -        <version>2.0.0</version>
 +        <version>2.0.1</version>
      </parent>
      <modelVersion>4.0.0</modelVersion>
 diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 3d4d8c74d..e47b31144 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -2,7 +2,7 @@  	<parent>
  		<groupId>MOA.id</groupId>
  		<artifactId>moa-id</artifactId>
 -		<version>2.0.0</version>
 +		<version>2.0.1</version>
  	</parent>
  	<properties>
 diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 04b35f5f5..b13035307 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -1,5 +1,10 @@  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +	<parent> +    <groupId>MOA.id</groupId> +    <artifactId>moa-id</artifactId> +    <version>2.0.1</version> +  </parent>	  	<modelVersion>4.0.0</modelVersion>  	<groupId>eu.stork</groupId>  	<artifactId>Commons</artifactId> diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index ec328e039..e4af3d90e 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -3,7 +3,7 @@  	<parent>
  		<groupId>MOA.id</groupId>
  		<artifactId>moa-id</artifactId>
 -		<version>2.0.0</version>
 +		<version>2.0.1</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
 @@ -4,7 +4,7 @@      <groupId>MOA</groupId>
      <artifactId>MOA</artifactId>
      <packaging>pom</packaging>
 -    <version>2.0.0</version>
 +    <version>2.0.1</version>
      <name>MOA</name>
      <properties>
 @@ -47,8 +47,8 @@                      <fork>true</fork>
                      <executable>${env.BUILD_EXECUTEABLE}</executable>
                      <compilerVersion>${env.BUILD_VERSION}</compilerVersion>
 -                    <source>1.5</source>
 -                    <target>1.5</target>
 +                    <source>1.7</source>
 +                    <target>1.7</target>
                  </configuration>
              </plugin>
              <plugin>
 @@ -195,32 +195,32 @@              <dependency>
                  <groupId>MOA</groupId>
                  <artifactId>moa-common</artifactId>
 -                <version>2.0.0</version>
 +                <version>2.0.1</version>
                  <scope>compile</scope>
              </dependency>
              <dependency>
                  <groupId>MOA.id.server</groupId>
                  <artifactId>moa-id-lib</artifactId>
 -                <version>2.0.0</version>
 +                <version>2.0.1</version>
                  <scope>compile</scope>
              </dependency>
              <dependency>
                  <groupId>MOA.spss.server</groupId>
                  <artifactId>moa-spss-lib</artifactId>
 -                <version>2.0.0</version>
 +                <version>2.0.1</version>
                  <scope>compile</scope>
              </dependency>
              <dependency>
                  <groupId>MOA</groupId>
                  <artifactId>moa-common</artifactId>
 -                <version>2.0.0</version>
 +                <version>2.0.1</version>
                  <type>test-jar</type>
                  <scope>test</scope>
              </dependency>
              <dependency>
                  <groupId>MOA.spss.server</groupId>
                  <artifactId>moa-spss-tools</artifactId>
 -                <version>2.0.0</version>
 +                <version>2.0.1</version>
                  <scope>test</scope>
               </dependency>
              <dependency>
 diff --git a/spss/pom.xml b/spss/pom.xml index 799286889..165a09dba 100644 --- a/spss/pom.xml +++ b/spss/pom.xml @@ -3,7 +3,7 @@      <parent>          <groupId>MOA</groupId>          <artifactId>MOA</artifactId> -        <version>2.0.0</version> +        <version>2.0.1</version>      </parent>      <modelVersion>4.0.0</modelVersion> diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 4eb2a2218..42cf5bfc9 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -9,7 +9,7 @@  	<groupId>MOA.spss.server</groupId>
  	<artifactId>moa-spss-lib</artifactId>
  	<packaging>jar</packaging>
 -	<version>2.0.0</version>
 +	<version>2.0.1</version>
  	<name>MOA SP/SS API</name>
  	<properties>
 diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 76319b676..4f09e940d 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -10,7 +10,7 @@      <groupId>MOA.spss.server</groupId>      <artifactId>moa-spss-ws</artifactId>      <packaging>war</packaging> -    <version>2.0.0</version> +    <version>2.0.1</version>      <name>MOA SP/SS WebService</name>      <properties> diff --git a/spss/server/tools/pom.xml b/spss/server/tools/pom.xml index 503c49545..acc06ff38 100644 --- a/spss/server/tools/pom.xml +++ b/spss/server/tools/pom.xml @@ -9,7 +9,7 @@    <groupId>MOA.spss.server</groupId>    <artifactId>moa-spss-tools</artifactId>    <packaging>jar</packaging> -  <version>2.0.0</version> +  <version>2.0.1</version>    <name>MOA SP/SS Tools</name>    <properties> | 
