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/08/14 19:39:36 UTC

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

Branch: refs/heads/master
Commit: fabd843ab0e5fc7e0688798cb8eb932ee7fda1fc
Parents: d8ba7ea
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Sun Aug 6 10:14:43 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Sun Aug 6 10:14:43 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/fabd843a/example/archetype/helloworld/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/helloworld/pom.xml b/example/archetype/helloworld/pom.xml
index f2ff9c8..811a887 100644
--- a/example/archetype/helloworld/pom.xml
+++ b/example/archetype/helloworld/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>helloworld-archetype</artifactId>
-    <version>1.15.0</version>
+    <version>1.16.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>helloworld-archetype</name>
     <build>
@@ -65,7 +65,7 @@
         <connection>scm:git:git@github.com:incodehq/incode-build.git/helloworld</connection>
         <developerConnection>scm:git:git@github.com:incodehq/incode-build.git/helloworld</developerConnection>
         <url>git@github.com:incodehq/incode-build.git/helloworld</url>
-      <tag>helloworld-archetype-1.15.0</tag>
+      <tag>HEAD</tag>
   </scm>
     <parent>
         <groupId>org.apache.isis.core</groupId>