You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/07 22:52:46 UTC

svn commit: r822906 - in /cxf/branches/2.2.x-fixes: ./ pom.xml

Author: dkulp
Date: Wed Oct  7 20:52:40 2009
New Revision: 822906

URL: http://svn.apache.org/viewvc?rev=822906&view=rev
Log:
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.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/pom.xml?rev=822906&r1=822905&r2=822906&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/pom.xml Wed Oct  7 20:52:40 2009
@@ -419,6 +419,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>
@@ -507,11 +508,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>