summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-12-30 04:11:51 +0000
committerBrett Porter <brett@apache.org>2007-12-30 04:11:51 +0000
commit2521fe28c522aa8c1d1902dfd03dcbba1ae475a7 (patch)
tree7d8b43b5a2f3cd28264efe912183680321bc430f /pom.xml
parent5747c1f5f48089f1f48036cc6ff87e677ff7576b (diff)
downloadarchiva-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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7a02b3fca..6d0d8d1ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>