diff options
Diffstat (limited to 'id/templates/pom.xml')
-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 c7ac886fc..b7a5d537a 100644 --- a/id/templates/pom.xml +++ b/id/templates/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>MOA</groupId> <artifactId>id</artifactId> - <version>1.4.8</version> + <version>1.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>MOA.id</groupId> <artifactId>moa-id-templates</artifactId> <packaging>war</packaging> - <version>1.4.3</version> + <version>1.5.0</version> <name>MOA ID Sample Templates</name> <properties> |