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 2015/05/26 18:17:55 UTC

struts git commit: Uses proper version of parent

Repository: struts
Updated Branches:
  refs/heads/master ffe0e20ed -> c5cf86a41


Uses proper version of parent


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

Branch: refs/heads/master
Commit: c5cf86a419fb19adf12bd67356fe3fb7345eeff4
Parents: ffe0e20
Author: Lukasz Lenart <lu...@apache.org>
Authored: Tue May 26 18:12:05 2015 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Tue May 26 18:12:25 2015 +0200

----------------------------------------------------------------------
 bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/c5cf86a4/bom/pom.xml
----------------------------------------------------------------------
diff --git a/bom/pom.xml b/bom/pom.xml
index a4b9cca..bd234e4 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -10,7 +10,7 @@
     </parent>
 
     <artifactId>struts2-bom</artifactId>
-    <version>2.3.25-SNAPSHOT</version>
+    <version>2.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Struts 2 Bill of Materials</name>
@@ -25,7 +25,7 @@
     </licenses>
 
     <properties>
-        <struts-version.version>2.3.25-SNAPSHOT</struts-version.version>
+        <struts-version.version>2.5-SNAPSHOT</struts-version.version>
     </properties>
 
     <build>