Author: dkulp
Date: Sat Jul 7 07:05:50 2007
New Revision: 554207
URL: http://svn.apache.org/viewvc?view=rev&rev=554207
Log:
Remove hard coded release plugin version so I can test some fixes to it
Modified:
incubator/cxf/trunk/pom.xml
Modified: incubator/cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=554207&r1=554206&r2=554207
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Sat Jul 7 07:05:50 2007
@@ -344,7 +344,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-6</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/incubator/cxf/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>