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 2015/10/26 13:41:27 UTC

[8/8] isis 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/c46855ef
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/c46855ef
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/c46855ef

Branch: refs/heads/release-1.10.0-RC1
Commit: c46855ef0e9a31038ccca8316a8568a754f5f9d4
Parents: ff362c3
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Oct 26 12:31:47 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Oct 26 12:31:47 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/c46855ef/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml
index 030b005..3e70655 100644
--- a/example/archetype/simpleapp/pom.xml
+++ b/example/archetype/simpleapp/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>simpleapp-archetype</artifactId>
-    <version>1.10.0</version>
+    <version>1.11.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>simpleapp-archetype</name>
     <build>
@@ -47,8 +47,4 @@
         <version>1.10.0</version>
         <relativePath>../../../core/pom.xml</relativePath>
     </parent>
-
-  <scm>
-    <tag>simpleapp-archetype-1.10.0</tag>
-  </scm>
 </project>