diff options
author | Brett Porter <brett@apache.org> | 2007-12-30 04:11:51 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-12-30 04:11:51 +0000 |
commit | 2521fe28c522aa8c1d1902dfd03dcbba1ae475a7 (patch) | |
tree | 7d8b43b5a2f3cd28264efe912183680321bc430f /pom.xml | |
parent | 5747c1f5f48089f1f48036cc6ff87e677ff7576b (diff) | |
download | archiva-2521fe28c522aa8c1d1902dfd03dcbba1ae475a7.tar.gz archiva-2521fe28c522aa8c1d1902dfd03dcbba1ae475a7.zip |
fix the tag location for the parent POM
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/parent@607511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -91,6 +91,12 @@ <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-5</version> </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/archiva/tags</tagBase> + </configuration> + </plugin> </plugins> </pluginManagement> </build> |