diff options
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.4-SNAPSHOT</version> + <version>2.2.4</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>HEAD</tag> + <tag>archiva-2.2.4</tag> </scm> <properties> |