diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-27 14:50:18 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-27 14:50:18 +0000 |
commit | 369cab87fd4a6f9d96cef321ec7ab88355beb17a (patch) | |
tree | 4122a782ee9a22b6f7db9b60393374e5542ec8f0 /id/server/proxy/pom.xml | |
parent | f25530edb01126ad44bb5910a2ac0ba454f89379 (diff) | |
download | moa-id-spss-369cab87fd4a6f9d96cef321ec7ab88355beb17a.tar.gz moa-id-spss-369cab87fd4a6f9d96cef321ec7ab88355beb17a.tar.bz2 moa-id-spss-369cab87fd4a6f9d96cef321ec7ab88355beb17a.zip |
Uppdates:
* Version 1.5.2
* Added: undocumented useCondition and conditionLength configuration parameter (allows to add a saml:Conditions to the SAML assertiopn)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1273 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/proxy/pom.xml')
-rw-r--r-- | id/server/proxy/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 50cb3e054..4e7ca3d3a 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>1.5.1</version>
+ <version>1.5.2</version>
</parent>
<properties>
@@ -13,7 +13,7 @@ <groupId>MOA.id.server</groupId>
<artifactId>moa-id-proxy</artifactId>
<packaging>war</packaging>
- <version>1.5.1</version>
+ <version>1.5.2</version>
<name>MOA ID-Proxy WebService</name>
<build>
|