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/12/16 23:20:00 UTC

svn commit: r891453 - in /cxf/branches/2.2.x-fixes: ./ parent/pom.xml rt/frontend/jaxrs/pom.xml

Author: dkulp
Date: Wed Dec 16 22:19:59 2009
New Revision: 891453

URL: http://svn.apache.org/viewvc?rev=891453&view=rev
Log:
Merged revisions 891452 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r891452 | dkulp | 2009-12-16 17:19:02 -0500 (Wed, 16 Dec 2009) | 2 lines
  
  Make sure only snaps come from codehaus
  Remove incubator repo as abdera is now in central
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/parent/pom.xml
    cxf/branches/2.2.x-fixes/rt/frontend/jaxrs/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Dec 16 22:19:59 2009
@@ -1 +1 @@
-/cxf/trunk:891375-891393
+/cxf/trunk:891375-891393,891452

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

Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=891453&r1=891452&r2=891453&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Wed Dec 16 22:19:59 2009
@@ -1401,6 +1401,12 @@
             <id>Codehaus Snapshots</id>
             <name>Codehaus Snapshots Repository</name>
             <url>http://snapshots.repository.codehaus.org</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository> 
     </repositories>
 

Modified: cxf/branches/2.2.x-fixes/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/frontend/jaxrs/pom.xml?rev=891453&r1=891452&r2=891453&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/rt/frontend/jaxrs/pom.xml Wed Dec 16 22:19:59 2009
@@ -183,13 +183,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <repositories>
-        <repository>
-            <id>apache.incubating</id>
-            <name>Apache Incubating Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        </repository>
-    </repositories>
-
 </project>