diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-06-27 15:17:32 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-06-27 15:17:32 +0200 |
commit | 59790d25a2a3869fd3d7b86b874c4dafe21fb9d7 (patch) | |
tree | b1d7e7ca3b1de625cf13c4e13f29d8982278a21b /id/server/auth | |
parent | d8f886a98dd2c3eaec17623c4032395b54b15d62 (diff) | |
download | moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.tar.gz moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.tar.bz2 moa-id-spss-59790d25a2a3869fd3d7b86b874c4dafe21fb9d7.zip |
Change entitiesDescriptor trust lookup, changed version to 1.9.90-SNAPSHOT
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index e403c5ba7..f4e72fea4 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -9,7 +9,7 @@ <groupId>MOA.id.server</groupId> <artifactId>moa-id-auth</artifactId> <packaging>war</packaging> - <version>1.5.2</version> + <version>1.9.90-SNAPSHOT</version> <name>MOA ID-Auth WebService</name> <properties> @@ -72,7 +72,7 @@ <dependency> <groupId>MOA.id.server</groupId> <artifactId>moa-id-lib</artifactId> - <!--version>${project.version}</version --> + <version>${project.version}</version> </dependency> <!-- transitive dependencies we don't want to include into the war --> <dependency> |