You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2016/06/09 18:26:32 UTC

struts-site git commit: Use version 2.5 for parent struts-parent artifact

Repository: struts-site
Updated Branches:
  refs/heads/master cf4663937 -> 3997ae6c9


Use version 2.5 for parent struts-parent artifact


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

Branch: refs/heads/master
Commit: 3997ae6c99ecb5e6cd4cb7eaef22623dcde259dc
Parents: cf46639
Author: Johannes Geppert <po...@jgeppert.com>
Authored: Thu Jun 9 20:26:10 2016 +0200
Committer: Johannes Geppert <po...@jgeppert.com>
Committed: Thu Jun 9 20:26:10 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/3997ae6c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d84e2d7..a6adde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-parent</artifactId>
-        <version>2.3.16.1</version>
+        <version>2.5</version>
     </parent>
 
     <artifactId>struts2-docs</artifactId>