merge 289396:289416 from release tag

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 07:55:59 +00:00
parent 8562086c14
commit 52a7ecf444
1 changed files with 12 additions and 9 deletions

View File

@ -179,16 +179,19 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url>
</scm>
<!--
<!-- Omitted as it causes a cycle unnecessarily in beta-1
>>>>>>> .merge-right.r289416
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
-->
</project>