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> <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> <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url>
</scm> </scm>
<!-- <!-- Omitted as it causes a cycle unnecessarily in beta-1
>>>>>>> .merge-right.r289416
<build> <build>
<plugins> <pluginManagement>
<plugin> <plugins>
<artifactId>maven-release-plugin</artifactId> <plugin>
<configuration> <artifactId>maven-release-plugin</artifactId>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> <configuration>
</configuration> <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</plugin> </configuration>
</plugins> </plugin>
</plugins>
</pluginManagement>
</build> </build>
--> -->
</project> </project>