diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-06-14 21:39:48 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-06-14 21:39:48 +0200 |
commit | 41621ce14d5c0141df02bd2b0c1fcdea2172c1e1 (patch) | |
tree | 1c85c2aeb58f96a26759bbbd23a882d03aa2f0ca /pom.xml | |
parent | 6dfcd45e2d33ebc1f5cdb61595c4c5978cf014e0 (diff) | |
download | archiva-41621ce14d5c0141df02bd2b0c1fcdea2172c1e1.tar.gz archiva-41621ce14d5c0141df02bd2b0c1fcdea2172c1e1.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ </parent> <artifactId>archiva</artifactId> - <version>2.2.5</version> + <version>2.2.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Archiva</name> @@ -44,7 +44,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection> <url>https://github.com/apache/archiva</url> - <tag>archiva-2.2.5</tag> + <tag>HEAD</tag> </scm> <properties> |