Author: dkulp
Date: Wed Oct 7 20:44:19 2009
New Revision: 822902
URL: http://svn.apache.org/viewvc?rev=822902&view=rev
Log:
remove duplicate release-plugin config
Modified:
cxf/trunk/pom.xml
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=822902&r1=822901&r2=822902&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Oct 7 20:44:19 2009
@@ -418,6 +418,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/cxf/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>
@@ -506,11 +507,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.0.1</version>
</plugin>