diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-06-23 11:29:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-06-23 11:29:14 +0200 |
commit | 1b32936fb428ca88f4548b71caad20a8e404fe39 (patch) | |
tree | 0769da17b5717866fb6a592f57dc7892b6460269 | |
parent | cd5d162ec641bd57ee1a3a24a23a2fa511edd5ab (diff) | |
download | trygvis-parent-1b32936fb428ca88f4548b71caad20a8e404fe39.tar.gz trygvis-parent-1b32936fb428ca88f4548b71caad20a8e404fe39.tar.bz2 trygvis-parent-1b32936fb428ca88f4548b71caad20a8e404fe39.tar.xz trygvis-parent-1b32936fb428ca88f4548b71caad20a8e404fe39.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,13 +8,13 @@ </parent> <groupId>io.trygvis</groupId> <artifactId>trygvis-parent</artifactId> - <version>1</version> + <version>2-SNAPSHOT</version> <packaging>pom</packaging> <scm> <connection>scm:git:http://trygvis.io/~trygvis/git/2013/06/trygvis-parent.git</connection> <developerConnection>scm:git:ssh://trygvis.io/~trygvis/git/2013/06/trygvis-parent.git</developerConnection> <url>http://trygvis.io/~trygvis/git/2013/06/trygvis-parent.git</url> - <tag>trygvis-parent-1</tag> + <tag>HEAD</tag> </scm> <build> <plugins> |