diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-01 10:30:41 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-01 10:30:41 +0200 | 
| commit | 015f4cba570eef962eb0c5951a36959623f7cd0e (patch) | |
| tree | 956f77de3a1e8f140718e4fbb05c5b10b3e1d5a7 | |
| parent | 4c8933e8f1a6221da53591c9be68841b1ca90a28 (diff) | |
| download | moa-id-spss-015f4cba570eef962eb0c5951a36959623f7cd0e.tar.gz moa-id-spss-015f4cba570eef962eb0c5951a36959623f7cd0e.tar.bz2 moa-id-spss-015f4cba570eef962eb0c5951a36959623f7cd0e.zip | |
fix maven dependency moa-3.x
| -rw-r--r-- | id/server/stork2-commons/pom.xml | 2 | ||||
| -rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index a989ea946..20b5c7619 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -3,7 +3,7 @@  	<parent>      <groupId>MOA.id</groupId>      <artifactId>moa-id</artifactId> -    <version>2.x</version> +    <version>3.x</version>    </parent>	  	<modelVersion>4.0.0</modelVersion>  	<groupId>eu.stork</groupId> diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index ee4a61f3a..6e013370a 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.x</version>
 +		<version>3.x</version>
  	</parent>
  	<modelVersion>4.0.0</modelVersion>
 | 
