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 2014/07/10 09:54:47 UTC

git commit: Upgrade Struts to 2.3.18-SNAPSHOT

Repository: struts-examples
Updated Branches:
  refs/heads/develop 111b1a7c3 -> a405aa4f3


Upgrade Struts to 2.3.18-SNAPSHOT


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

Branch: refs/heads/develop
Commit: a405aa4f30a77d0b1d426906c730b85cc99466a0
Parents: 111b1a7
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Thu Jul 10 09:54:35 2014 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Thu Jul 10 09:54:35 2014 +0200

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 themes_override/pom.xml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/a405aa4f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c7bde1..fafd69d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <struts2.version>2.3.16.1</struts2.version>
+        <struts2.version>2.3.18-SNAPSHOT</struts2.version>
 
         <log4j.version>1.2.17</log4j.version>
 

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/a405aa4f/themes_override/pom.xml
----------------------------------------------------------------------
diff --git a/themes_override/pom.xml b/themes_override/pom.xml
index b0e33cc..6a34507 100644
--- a/themes_override/pom.xml
+++ b/themes_override/pom.xml
@@ -3,16 +3,11 @@
          xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
-<!--
-    FIXME: this is temporary solution to use the latest snapshot version
     <parent>
         <groupId>struts.apache.org</groupId>
         <artifactId>struts2examples</artifactId>
         <version>1.0.0</version>
     </parent>
--->
-    <groupId>struts.apache.org</groupId>
-    <version>1.0.0</version>
 
     <artifactId>themes_override</artifactId>