Author: dkulp Date: Wed Oct 7 21:31:35 2009 New Revision: 822926 URL: http://svn.apache.org/viewvc?rev=822926&view=rev Log: Merged revisions 822906 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r822906 | dkulp | 2009-10-07 16:52:40 -0400 (Wed, 07 Oct 2009) | 9 lines Merged revisions 822902 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r822902 | dkulp | 2009-10-07 16:44:19 -0400 (Wed, 07 Oct 2009) | 1 line remove duplicate release-plugin config ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/pom.xml Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/pom.xml?rev=822926&r1=822925&r2=822926&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/pom.xml (original) +++ cxf/branches/2.1.x-fixes/pom.xml Wed Oct 7 21:31:35 2009 @@ -381,6 +381,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> @@ -469,11 +470,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>
