You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/10/19 13:06:16 UTC

[18/24] git commit: [maven-release-plugin] prepare for next development iteration

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


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

Branch: refs/heads/master
Commit: dd955f9508d2570296a803faf315e2087361e879
Parents: e0b48c7
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Oct 13 23:49:01 2014 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Oct 13 23:49:01 2014 +0100

----------------------------------------------------------------------
 example/archetype/todoapp/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/dd955f95/example/archetype/todoapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/todoapp/pom.xml b/example/archetype/todoapp/pom.xml
index c9539f8..7caf2c0 100644
--- a/example/archetype/todoapp/pom.xml
+++ b/example/archetype/todoapp/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.isis.archetype</groupId>
   <artifactId>todoapp-archetype</artifactId>
-  <version>1.7.0</version>
+  <version>1.8.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>todoapp-archetype</name>
   <build>
@@ -47,8 +47,4 @@
     <version>1.7.0</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
-
-  <scm>
-    <tag>todoapp-archetype-1.7.0-RC1</tag>
-  </scm>
 </project>