Author: jvanzyl
Date: Mon Jun 11 22:39:19 2007
New Revision: 546384
URL: http://svn.apache.org/viewvc?view=rev&rev=546384
Log:
o try the old version, the new version of the release plugin doesn't work
Modified:
maven/components/branches/maven-2.0.x/pom.xml
Modified: maven/components/branches/maven-2.0.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=546384&r1=546383&r2=546384
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Mon Jun 11 22:39:19 2007
@@ -67,6 +67,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-5</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>