diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-27 08:27:59 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-27 08:27:59 +0100 |
commit | fbef393b54c7f320502ccd5b9fade8891fe5bb33 (patch) | |
tree | d3b0d3f62666648a121e28582d3cff09b10f6c4a /id/server/stork2-saml-engine/pom.xml | |
parent | 02134974770c3f868dd3df540362f50d0083d0ff (diff) | |
parent | fbb4e4346e7f8cd5a910f72a12272c0ea3b6ba32 (diff) | |
download | moa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.tar.gz moa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.tar.bz2 moa-id-spss-fbef393b54c7f320502ccd5b9fade8891fe5bb33.zip |
Merge branch 'moa2_0_tlenz' of gitlab.iaik.tugraz.at:afitzek/moa-idspss into moa2_0_tlenz
Diffstat (limited to 'id/server/stork2-saml-engine/pom.xml')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index af6dfd21c..305d131a8 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-RC3</version>
+ <version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -19,6 +19,7 @@ <commons.version>1.4.0</commons.version>
<opensaml.version>2.6.0</opensaml.version>
<timestamp>${maven.build.timestamp}</timestamp>
+ <repositoryPath>${basedir}/../../../repository</repositoryPath>
</properties>
<version>${saml.version}</version>
<description>
|