[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/43a7fc28 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/43a7fc28 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/43a7fc28 Branch: refs/heads/master Commit: 43a7fc281b2844905964eb5f83ba9c0f016410e0 Parents: 8f6f297 Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Sat Dec 10 18:20:03 2016 +0000 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Sat Dec 10 18:20:03 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/43a7fc28/example/archetype/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml index 4085072..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</version> + <version>1.14.0-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>simpleapp-archetype</name> <build> @@ -45,7 +45,7 @@ <connection>scm:git:g...@github.com:danhaywood/java-mavenmixin-standard.git</connection> <developerConnection>scm:git:g...@github.com:danhaywood/java-mavenmixin-standard.git</developerConnection> <url>g...@github.com:danhaywood/java-mavenmixin-standard.git</url> - <tag>simpleapp-archetype-1.13.2</tag> + <tag>HEAD</tag> </scm> <parent> <groupId>org.apache.isis.core</groupId>