You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/11/03 10:56:09 UTC

[3/3] struts-archetypes git commit: Uses fixed Struts version

Uses fixed Struts version


Project: http://git-wip-us.apache.org/repos/asf/struts-archetypes/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-archetypes/commit/049f0d41
Tree: http://git-wip-us.apache.org/repos/asf/struts-archetypes/tree/049f0d41
Diff: http://git-wip-us.apache.org/repos/asf/struts-archetypes/diff/049f0d41

Branch: refs/heads/master
Commit: 049f0d41dbcc1abf52983984690b395f14a4afc1
Parents: df51fa4
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Thu Nov 3 11:55:04 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Thu Nov 3 11:55:04 2016 +0100

----------------------------------------------------------------------
 pom.xml                                                            | 1 +
 .../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                 | 2 +-
 7 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75c0e4c..c865b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <supported.struts2.version>2.5.5</supported.struts2.version>
     </properties>
 
     <build>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
index 8559f18..da81dbd 100644
--- a/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-angularjs/src/main/resources/archetype-resources/pom.xml
@@ -9,7 +9,7 @@
     <name>\${artifactId}</name>
 
     <properties>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
index b432767..7694190 100644
--- a/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml
@@ -9,7 +9,7 @@
     <name>\${artifactId}</name>
 
     <properties>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
index da94717..ffbfd61 100644
--- a/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml
@@ -9,7 +9,7 @@
     <name>\${artifactId}</name>
 
     <properties>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
index 7bf5ab2..8fa84a7 100644
--- a/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-dbportlet/src/main/resources/archetype-resources/pom.xml
@@ -11,7 +11,7 @@
     <description>Struts 2 Database Portlet</description>
 
     <properties>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
index 4fe82cf..ece9bca 100644
--- a/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml
@@ -11,7 +11,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <portlet.api.version>2.0</portlet.api.version>
         <!-- plugins -->
         <plugin.compiler.version>3.0</plugin.compiler.version>

http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/049f0d41/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
index ec52441..f0f8f24 100644
--- a/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
+++ b/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml
@@ -10,7 +10,7 @@
     <description>Struts 2 Starter</description>
 
     <properties>
-        <struts2.version>${project.version}</struts2.version>
+        <struts2.version>${supported.struts2.version}</struts2.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>