diff options
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 7904ca02d..67d2e1abd 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.8</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id.server</groupId> <artifactId>moa-id-auth</artifactId> <packaging>war</packaging> - <version>1.4.8</version> + <version>1.5.0</version> <name>MOA ID-Auth WebService</name> <properties> |