]> source.dussan.org Git - archiva.git/commitdiff
fix the tag location for the parent POM
authorBrett Porter <brett@apache.org>
Sun, 30 Dec 2007 04:11:51 +0000 (04:11 +0000)
committerBrett Porter <brett@apache.org>
Sun, 30 Dec 2007 04:11:51 +0000 (04:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/parent@607511 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 7a02b3fca3fa160a116f114746f0e2e54fd4badc..6d0d8d1ef6504f35aa36677cb3fae40181e47ce9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>