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 2017/01/03 19:07:17 UTC

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

Branch: refs/heads/maint-1.13.3
Commit: 1538333c26c0512cf375b21e4c5c2e94b52bbd6f
Parents: 4a649bd
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sat Dec 31 15:10:14 2016 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sat Dec 31 15:10:14 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/1538333c/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml
index 02a24d4..ba53779 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.13.2.1</version>
+    <version>1.14.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>simpleapp-archetype</name>
     <build>
@@ -45,7 +45,7 @@
         <connection>scm:git:git@github.com:danhaywood/java-mavenmixin-standard.git</connection>
         <developerConnection>scm:git:git@github.com:danhaywood/java-mavenmixin-standard.git</developerConnection>
         <url>git@github.com:danhaywood/java-mavenmixin-standard.git</url>
-      <tag>simpleapp-archetype-1.13.2.1</tag>
+      <tag>HEAD</tag>
   </scm>
     <parent>
         <groupId>org.apache.isis.core</groupId>