diff options
author | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-09-15 07:33:53 +0000 |
---|---|---|
committer | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-09-15 07:33:53 +0000 |
commit | 527f2ec316c6d67498ed6dfe37a95218a2ab6f54 (patch) | |
tree | 8c37724ad56d42b99297744922921d1cfea5aadb /id/server/auth | |
parent | c0c1ccec9489440e590557090cf1a71f721a07cc (diff) | |
download | moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.tar.gz moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.tar.bz2 moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.zip |
raised version to 1.4.4
moved licenses to root folder
fixed Bug 332 and 333
slVersion changed from 1.1 to 1.2 (MOA-ID-Configuration-1.4.4.xsd)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1091 d688527b-c9ab-4aba-bd8d-4036d912da1d
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 6060956ee..d2aa59f2e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -2,14 +2,14 @@ <parent> <groupId>MOA.id</groupId> <artifactId>moa-id</artifactId> - <version>1.4.3</version> + <version>1.4.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id.server</groupId> <artifactId>moa-id-auth</artifactId> <packaging>war</packaging> - <version>1.4.3</version> + <version>1.4.4</version> <name>MOA ID-Auth WebService</name> <properties> |