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 2015/06/11 21:16:47 UTC

[10/50] [abbrv] struts-examples git commit: Sets SNAPSHOT version to allow release plugin to work

Sets SNAPSHOT version to allow release plugin to work


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

Branch: refs/heads/master
Commit: 1f6b31902f7dee950db7a94bb30d4e148c9a32b2
Parents: 0434015
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun May 3 20:44:32 2015 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun May 3 20:44:32 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1f6b3190/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0336a50..ea63abc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-apps</artifactId>
-        <version>2.3.20</version>
+        <version>2.3.20.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>struts2-blank</artifactId>