Author: dkulp
Date: Mon Mar  5 11:43:26 2007
New Revision: 514832

URL: http://svn.apache.org/viewvc?view=rev&rev=514832
Log:
Add tagBase so tagging should work correctly

Modified:
    maven/resources/trunk/pom.xml

Modified: maven/resources/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=diff&rev=514832&r1=514831&r2=514832
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Mon Mar  5 11:43:26 2007
@@ -24,6 +24,17 @@
     <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk</url>
   </scm>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0-beta-4</version>
+          <configuration>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/resources/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <!-- Turn this into a lifecycle -->
       <plugin>      


Reply via email to