Author: jvanzyl
Date: Sat Dec 9 12:34:16 2006
New Revision: 485057
URL: http://svn.apache.org/viewvc?view=rev&rev=485057
Log:
o use use the standard layout, don't need to instruct the release plugin
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=485057&r1=485056&r2=485057
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sat Dec 9 12:34:16 2006
@@ -112,18 +112,6 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
</scm>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
-
<tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
<reporting>
<plugins>
</plugins>