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/09/29 09:07:05 UTC

struts-annotations git commit: [maven-release-plugin] prepare for next development iteration

Repository: struts-annotations
Updated Branches:
  refs/heads/master b7f08b840 -> fd5554e30


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: fd5554e30ff373de0fa5bdd3b4d32327cfffcd13
Parents: b7f08b8
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Tue Sep 29 09:07:01 2015 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Tue Sep 29 09:07:01 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/struts-annotations/blob/fd5554e3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 963d7e6..bf7ebc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts-annotations</artifactId>
-  <version>1.0.6</version>
+  <version>1.0.7-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Struts Annotations</name>
   <url>http://struts.apache.org</url>
@@ -21,7 +21,7 @@
     <connection>scm:git:git://git.apache.org/struts-annotations.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-annotations.git</developerConnection>
     <url>http://git.apache.org/struts-annotations.git</url>
-    <tag>STRUTS_ANNOTATIONS_1_0_6</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>