[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/9d302d39 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9d302d39 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9d302d39 Branch: refs/heads/master Commit: 9d302d39249edf41cd7640ea5e712039f1a6adad Parents: dc8ac8a Author: Dan Haywood <[email protected]> Authored: Thu Oct 27 00:18:45 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Oct 27 00:18:45 2016 +0100 ---------------------------------------------------------------------- example/archetype/simpleapp/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/9d302d39/example/archetype/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml index 4bc712b..5cccaff 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.1</version> + <version>1.14.0-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>simpleapp-archetype</name> <build> @@ -47,8 +47,4 @@ <version>1.13.1</version> <relativePath>../../../core/pom.xml</relativePath> </parent> - - <scm> - <tag>simpleapp-archetype-1.13.1</tag> - </scm> </project>
