JBossWS SVN: r10073 - stack/cxf/branches/jbossws-cxf-3.1.2.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-05-22 12:06:46 -0400 (Fri, 22 May 2009)
New Revision: 10073
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Moving to CXF 2.2.2-SNAPSHOT + adding Apache CXF snapshot repo
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-05-22 16:01:09 UTC (rev 10072)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-05-22 16:06:46 UTC (rev 10073)
@@ -55,7 +55,7 @@
<jbossws.jboss600.version>3.1.0-SNAPSHOT</jbossws.jboss600.version>
-->
<!-- END -->
- <cxf.version>2.2.1</cxf.version>
+ <cxf.version>2.2.2-SNAPSHOT</cxf.version>
<cxf.anttasks.version>2.1.5</cxf.anttasks.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<cxf.asm.version>2.2.3</cxf.asm.version>
@@ -462,6 +462,16 @@
<enabled>true</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>repository-snapshots-apache</id>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
<!-- Profiles -->