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:32:37 UTC

svn commit: r1155080 - in /cxf/trunk: parent/pom.xml pom.xml

Author: dkulp
Date: Mon Aug  8 20:32:37 2011
New Revision: 1155080

URL: http://svn.apache.org/viewvc?rev=1155080&view=rev
Log:
[CXF-3102] Some pom updates
Patch from Robert Liguori applied

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1155080&r1=1155079&r2=1155080&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Mon Aug  8 20:32:37 2011
@@ -1394,7 +1394,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>
@@ -1404,7 +1404,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/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1155080&r1=1155079&r2=1155080&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Mon Aug  8 20:32:37 2011
@@ -23,6 +23,9 @@
     <artifactId>cxf</artifactId>
     <version>2.5.0-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.7</version>
+                <version>2.8</version>
             </plugin>
         </plugins>
     </reporting>