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 2012/05/18 21:18:36 UTC

svn commit: r1340211 - /cxf/fediz/trunk/pom.xml

Author: dkulp
Date: Fri May 18 19:18:36 2012
New Revision: 1340211

URL: http://svn.apache.org/viewvc?rev=1340211&view=rev
Log:
Use apache parent which allows inheriting the apache-release profile

Modified:
    cxf/fediz/trunk/pom.xml

Modified: cxf/fediz/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1340211&r1=1340210&r2=1340211&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Fri May 18 19:18:36 2012
@@ -27,6 +27,12 @@
    <name>Apache Fediz</name>
    <packaging>pom</packaging>
 
+   <parent>
+       <groupId>org.apache</groupId>
+       <artifactId>apache</artifactId>
+       <version>9</version>
+   </parent>
+
    <properties>
       <slf4j.version>1.6.1</slf4j.version>
       <spring.version>3.0.7.RELEASE</spring.version>
@@ -74,6 +80,7 @@
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/fediz/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/fediz/trunk</developerConnection>
+        <url>http://svn.apache.org/repos/asf/fediz/trunk</url>
     </scm>
 
     <issueManagement>