diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,7 @@ </parent> <artifactId>archiva</artifactId> - <version>2.2.10-SNAPSHOT</version> + <version>2.2.10</version> <packaging>pom</packaging> <name>Apache Archiva</name> @@ -44,6 +44,7 @@ <connection>scm:git:https://github.com/apache/archiva</connection> <developerConnection>scm:git:https://github.com/apache/archiva</developerConnection> <url>https://github.com/apache/archiva</url> + <tag>archiva-2.2.10</tag> </scm> <properties> |