Author: dkulp
Date: Tue Jan 12 17:30:56 2010
New Revision: 898431
URL: http://svn.apache.org/viewvc?rev=898431&view=rev
Log:
Merged revisions 898427 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r898427 | dkulp | 2010-01-12 12:26:54 -0500 (Tue, 12 Jan 2010) | 2 lines
Change the codehaus id to a more standard id that doesn't have space as
some repo managers don't like the space
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/parent/pom.xml
cxf/branches/2.2.x-fixes/pom.xml
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=898431&r1=898430&r2=898431&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Tue Jan 12 17:30:56 2010
@@ -1397,7 +1397,7 @@
</profiles>
<repositories>
<repository>
- <id>Codehaus Snapshots</id>
+ <id>codehaus-snapshots</id>
<name>Codehaus Snapshots Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
<snapshots>
Modified: cxf/branches/2.2.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/pom.xml?rev=898431&r1=898430&r2=898431&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/pom.xml Tue Jan 12 17:30:56 2010
@@ -44,35 +44,6 @@
<compiler.fork>false</compiler.fork>
</properties>
- <!-- java.net for msv snapshots -->
- <repositories>
- <!-- java.net for msv, codehaus for woodstox, but we don't need either
at the moment. -->
- <!--
- <repository>
- <id>maven2-repository.dev.java.net</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <name>Java.net Repository for Maven</name>
- <url>http://download.java.net/maven/2/</url>
- </repository>
- <repository>
- <id>codehaus snapshots</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <name>Java.net Repository for Maven</name>
- <url>http://snapshots.repository.codehaus.org</url>
- </repository>
- -->
- </repositories>
-
<distributionManagement>
<repository>
<id>apache.releases.https</id>