From ce17a40db6ac0791c833c8424b174ac86311688b Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 23 Oct 2010 19:13:05 +0000 Subject: [PATCH] Instead hard coded project versiob used ${project.version} git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1026664 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml index 98999ba68..5d456debb 100644 --- a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ Struts 2 Blank Webapp - 2.1.8.1 + ${project.version} diff --git a/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml index 861834158..642e1cfb7 100644 --- a/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ Struts 2 Blank Convention Webapp - 2.1.8.1 + ${project.version} diff --git a/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml index 8fda48ad4..54a8ac392 100644 --- a/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml @@ -11,7 +11,7 @@ Struts 2 Database Portlet - 2.1.8.1 + ${project.version} diff --git a/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml index b3a3fbbfd..de0a6dc92 100644 --- a/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-plugin/src/main/resources/archetype-resources/pom.xml @@ -13,7 +13,7 @@ org.apache.struts struts2-core - 2.1.8.1 + ${project.version} diff --git a/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml index 5e7bde1ce..fe67230e2 100644 --- a/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml @@ -10,7 +10,7 @@ ${version} - 2.1.8.1 + ${project.version} diff --git a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml index c03043a34..04972ab56 100644 --- a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -11,7 +11,7 @@ Struts 2 Starter - 2.1.8.1 + ${project.version}