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/templates | |
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/templates')
-rw-r--r-- | id/templates/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/templates/pom.xml b/id/templates/pom.xml index 535409ece..070fbe275 100644 --- a/id/templates/pom.xml +++ b/id/templates/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>MOA</groupId> <artifactId>id</artifactId> - <version>1.5.1</version> + <version>1.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id</groupId> <artifactId>moa-id-templates</artifactId> <packaging>war</packaging> - <version>1.5.1</version> + <version>1.5.2</version> <name>MOA ID Sample Templates</name> <properties> |