diff options
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 2c123a8ec..a6395634c 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.2beta2</version> + <version>1.4.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id.server</groupId> <artifactId>moa-id-auth</artifactId> <packaging>war</packaging> - <version>1.4.2beta2</version> + <version>1.4.2</version> <name>MOA ID-Auth WebService</name> <properties> @@ -53,7 +53,7 @@ </build> <dependencies> - <!-- we need Axis 1.4 here because 1.0 is in SPSS included --> + <!-- we need Axis 1.4 here because 1.0 is included in SPSS --> <dependency> <groupId>axis</groupId> <artifactId>axis</artifactId> |