You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2007/04/17 21:46:46 UTC

svn commit: r529733 - /maven/continuum/trunk/pom.xml

Author: jmcconnell
Date: Tue Apr 17 12:46:46 2007
New Revision: 529733

URL: http://svn.apache.org/viewvc?view=rev&rev=529733
Log:
added release plugin configuration bits to get the tag into the right location

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diff&rev=529733&r1=529732&r2=529733
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue Apr 17 12:46:46 2007
@@ -65,6 +65,12 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/continuum/tags</tagBase>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
           <version>1.3.3</version>