You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/19 15:04:31 UTC

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

Author: evenisse
Date: Mon Sep 19 06:04:06 2005
New Revision: 290147

URL: http://svn.apache.org/viewcvs?rev=290147&view=rev
Log:
Define tagBase for release plugin

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=290147&r1=290146&r2=290147&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Sep 19 06:04:06 2005
@@ -334,6 +334,15 @@
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.codehaus.org/mojo/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   <modules>
     <module>continuum-api</module>