You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/12/23 23:28:13 UTC

svn commit: r729146 - /maven/release/trunk/pom.xml

Author: aheritier
Date: Tue Dec 23 14:28:12 2008
New Revision: 729146

URL: http://svn.apache.org/viewvc?rev=729146&view=rev
Log:
tagbase no more required for release plugin (automatically discovered using svn standards)

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=729146&r1=729145&r2=729146&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Tue Dec 23 14:28:12 2008
@@ -138,17 +138,4 @@
     </dependencies>
   </dependencyManagement>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/release/tags</tagBase>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>