Author: dkulp
Date: Thu Mar 27 12:09:30 2008
New Revision: 641954
URL: http://svn.apache.org/viewvc?rev=641954&view=rev
Log:
Merged revisions 641844 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r641844 | dkulp | 2008-03-27 11:23:05 -0400 (Thu, 27 Mar 2008) | 4 lines
Update to latest servicemix to fix build failures
Remove non-asci chars causing build warnings
Change to non-https java.net repo (faster)
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
incubator/cxf/branches/2.0.x-fixes/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=641954&r1=641953&r2=641954&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/parent/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/parent/pom.xml Thu Mar 27 12:09:30 2008
@@ -62,7 +62,7 @@
<spring.validation.mode>VALIDATION_AUTO</spring.validation.mode>
<downloadSources>true</downloadSources>
- <servicemix.version>3.1.2</servicemix.version>
+ <servicemix.version>3.2.1</servicemix.version>
</properties>
Modified: incubator/cxf/branches/2.0.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/pom.xml?rev=641954&r1=641953&r2=641954&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/pom.xml Thu Mar 27 12:09:30 2008
@@ -140,6 +140,15 @@
<module>maven-plugins/eclipse-plugin-generator</module>
</modules>
+ <repositories>
+ <repository>
+ <id>java.net</id>
+ <name>java.net Maven Repository</name>
+ <url>http://download.java.net/maven/1/</url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+
<profiles>
<profile>
<!-- default profile enables checkstyle and Xlint stuff -->