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 2011/08/08 22:41:39 UTC

svn commit: r1155086 - in /cxf/branches/2.3.x-fixes: ./ parent/pom.xml pom.xml

Author: dkulp
Date: Mon Aug  8 20:41:39 2011
New Revision: 1155086

URL: http://svn.apache.org/viewvc?rev=1155086&view=rev
Log:
Merged revisions 1155083 via svnmerge from 
https://svn.us.apache.org/repos/asf/cxf/branches/2.4.x-fixes

................
  r1155083 | dkulp | 2011-08-08 16:37:44 -0400 (Mon, 08 Aug 2011) | 10 lines
  
  Merged revisions 1155080 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r1155080 | dkulp | 2011-08-08 16:32:37 -0400 (Mon, 08 Aug 2011) | 2 lines
    
    [CXF-3102] Some pom updates
    Patch from Robert Liguori applied
  ........
................

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/parent/pom.xml
    cxf/branches/2.3.x-fixes/pom.xml

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

Modified: cxf/branches/2.3.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/parent/pom.xml?rev=1155086&r1=1155085&r2=1155086&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/parent/pom.xml Mon Aug  8 20:41:39 2011
@@ -1339,7 +1339,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -1349,7 +1349,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.8</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: cxf/branches/2.3.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/pom.xml?rev=1155086&r1=1155085&r2=1155086&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/pom.xml Mon Aug  8 20:41:39 2011
@@ -23,6 +23,9 @@
     <artifactId>cxf</artifactId>
     <version>2.3.6-SNAPSHOT</version>
     <name>Apache CXF</name>
+    <description>Apache CXF is an open-source services framework that aids in 
+    the development of services using front-end programming APIs, like JAX-WS 
+    and JAX-RS.</description>
     <url>http://cxf.apache.org</url>
 
     <packaging>pom</packaging>
@@ -129,6 +132,20 @@
             <archive>http://mail-archives.apache.org/mod_mbox/cxf-notifications</archive>
         </mailingList>
     </mailingLists>
+
+    <developers>
+        <developer>
+            <name>The Apache CXF Team</name>
+            <email>dev@cxf.apache.org</email>
+            <url>http://cxf.apache.org</url>
+            <organization>Apache Software Foundation</organization>
+            <organizationUrl>http://apache.org/</organizationUrl>
+            <properties>
+                <picUrl>http://cxf.apache.org/docs/cxf.png</picUrl>
+            </properties>
+        </developer>
+    </developers>
+   
     <ciManagement>
         <system>Hudson</system>
         <url>http://hudson.zones.apache.org/hudson/view/CXF/</url>
@@ -464,7 +481,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0</version>
+                    <version>2.2.1</version>
                     <configuration>
                         <tagBase>https://svn.apache.org/repos/asf/cxf/tags</tagBase>
                         <useReleaseProfile>false</useReleaseProfile>
@@ -477,7 +494,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.8</version>
                     <configuration>
                         <attach>true</attach>
                         <source>1.5</source>
@@ -601,7 +618,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -651,12 +668,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1.1</version>
+                <version>2.4</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.8</version>
             </plugin>
         </plugins>
     </reporting>