From dd707bfba15f867c0401b72c882871d18d7e67b7 Mon Sep 17 00:00:00 2001 From: Concon Date: Mon, 12 Jan 2015 11:12:29 -0200 Subject: [PATCH] Correcting some wrong references to dependency versions using fixed version number. And there was a wrong tag on xml version tag. --- src/main/resources/archetype-resources/admin/pom.xml | 2 +- .../ear/src/main/application/META-INF/maven-application.xml | 2 +- src/main/resources/archetype-resources/frontend/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/archetype-resources/admin/pom.xml b/src/main/resources/archetype-resources/admin/pom.xml index ebc28b2..f7e3de6 100644 --- a/src/main/resources/archetype-resources/admin/pom.xml +++ b/src/main/resources/archetype-resources/admin/pom.xml @@ -16,7 +16,7 @@ ${groupId} core - 1.0 + ${version} javax.servlet diff --git a/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml b/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml index 1819849..a6f7bf0 100644 --- a/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml +++ b/src/main/resources/archetype-resources/ear/src/main/application/META-INF/maven-application.xml @@ -1,7 +1,7 @@ #set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) - + ${artifactId} diff --git a/src/main/resources/archetype-resources/frontend/pom.xml b/src/main/resources/archetype-resources/frontend/pom.xml index 3bfcbc0..9ab4b7d 100644 --- a/src/main/resources/archetype-resources/frontend/pom.xml +++ b/src/main/resources/archetype-resources/frontend/pom.xml @@ -17,7 +17,7 @@ ${groupId} core - 1.0 + ${version} javax.servlet