JBossWS SVN: r17454 - in stack/cxf/branches/jbossws-cxf-4.1.x: modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/trust/WEB-INF/wsdl and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-05 11:59:02 -0400 (Fri, 05 Apr 2013)
New Revision: 17454
Modified:
stack/cxf/branches/jbossws-cxf-4.1.x/
stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/trust/WEB-INF/wsdl/ws-trust-1.4-service.wsdl
Log:
Merged revisions 17433 via svnmerge from
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
.......
r17433 | alessio.soldano(a)jboss.com | 2013-04-03 17:28:45 +0200 (Wed, 03 Apr 2013) | 2 lines
Fixing broken wsdl
.......
Property changes on: stack/cxf/branches/jbossws-cxf-4.1.x
___________________________________________________________________
Modified: svnmerge-integrated
- /stack/cxf/trunk:1-17199,17260-17277,17279,17345,17400-17414
+ /stack/cxf/trunk:1-17199,17260-17277,17279,17345,17400-17414,17433
Modified: svn:mergeinfo
- /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/branches/ropalka:16301-16305,16966-17008
/stack/cxf/branches/ropalka_JBWS-3550:16747-16757
/stack/cxf/trunk:17260-17277,17279,17345,17400-17414
+ /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/branches/ropalka:16301-16305,16966-17008
/stack/cxf/branches/ropalka_JBWS-3550:16747-16757
/stack/cxf/trunk:17260-17277,17279,17345,17400-17414,17433
Modified: stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/trust/WEB-INF/wsdl/ws-trust-1.4-service.wsdl
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/trust/WEB-INF/wsdl/ws-trust-1.4-service.wsdl 2013-04-05 15:21:12 UTC (rev 17453)
+++ stack/cxf/branches/jbossws-cxf-4.1.x/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsse/policy/trust/WEB-INF/wsdl/ws-trust-1.4-service.wsdl 2013-04-05 15:59:02 UTC (rev 17454)
@@ -11,7 +11,6 @@
xmlns:wst="http://docs.oasis-open.org/ws-sx/ws-trust/200512"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">
- >
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace='http://docs.oasis-open.org/ws-sx/ws-trust/200512'>
11 years, 11 months
JBossWS SVN: r17453 - in stack/cxf/trunk/modules/resources/src/main/resources/modules: jboss720/org/apache/cxf/main and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-05 11:21:12 -0400 (Fri, 05 Apr 2013)
New Revision: 17453
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml
stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss800/org/apache/cxf/main/module.xml
Log:
[JBWS-3618] no need for importing services
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2013-04-05 12:54:23 UTC (rev 17452)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2013-04-05 15:21:12 UTC (rev 17453)
@@ -44,7 +44,7 @@
<module name="com.sun.xml.bind" services="import"/>
<module name="org.apache.neethi" />
<module name="org.apache.ws.xmlschema" />
- <module name="org.codehaus.woodstox" services="import"/>
+ <module name="org.codehaus.woodstox" />
<module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml 2013-04-05 12:54:23 UTC (rev 17452)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml 2013-04-05 15:21:12 UTC (rev 17453)
@@ -44,7 +44,7 @@
<module name="com.sun.xml.bind" services="import"/>
<module name="org.apache.neethi" />
<module name="org.apache.ws.xmlschema" />
- <module name="org.codehaus.woodstox" services="import"/>
+ <module name="org.codehaus.woodstox" />
<module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss800/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss800/org/apache/cxf/main/module.xml 2013-04-05 12:54:23 UTC (rev 17452)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss800/org/apache/cxf/main/module.xml 2013-04-05 15:21:12 UTC (rev 17453)
@@ -44,7 +44,7 @@
<module name="com.sun.xml.bind" services="import"/>
<module name="org.apache.neethi" />
<module name="org.apache.ws.xmlschema" />
- <module name="org.codehaus.woodstox" services="import"/>
+ <module name="org.codehaus.woodstox" />
<module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
11 years, 11 months
JBossWS SVN: r17452 - in stack/cxf/branches/jbossws-cxf-4.1.x: modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-05 08:54:23 -0400 (Fri, 05 Apr 2013)
New Revision: 17452
Modified:
stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml
stack/cxf/branches/jbossws-cxf-4.1.x/pom.xml
Log:
Upgrade to wstx 4.2.0
Modified: stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2013-04-05 12:48:44 UTC (rev 17451)
+++ stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2013-04-05 12:54:23 UTC (rev 17452)
@@ -44,6 +44,7 @@
<module name="com.sun.xml.bind" services="import"/>
<module name="org.apache.neethi" />
<module name="org.apache.ws.xmlschema" />
+ <module name="org.codehaus.woodstox" />
<module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml 2013-04-05 12:48:44 UTC (rev 17451)
+++ stack/cxf/branches/jbossws-cxf-4.1.x/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml 2013-04-05 12:54:23 UTC (rev 17452)
@@ -44,6 +44,7 @@
<module name="com.sun.xml.bind" services="import"/>
<module name="org.apache.neethi" />
<module name="org.apache.ws.xmlschema" />
+ <module name="org.codehaus.woodstox" />
<module name="org.springframework.spring" optional="true" />
</dependencies>
</module>
Modified: stack/cxf/branches/jbossws-cxf-4.1.x/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.1.x/pom.xml 2013-04-05 12:48:44 UTC (rev 17451)
+++ stack/cxf/branches/jbossws-cxf-4.1.x/pom.xml 2013-04-05 12:54:23 UTC (rev 17452)
@@ -73,7 +73,7 @@
<jboss713.version>7.1.3.Final</jboss713.version>
<jboss720.version>7.2.0.Alpha1-SNAPSHOT</jboss720.version>
<ejb.api.version>1.0.1.Final</ejb.api.version>
- <cxf.version>2.6.6</cxf.version>
+ <cxf.version>2.6.6.jbossorg-1</cxf.version>
<cxf.asm.version>3.3.1</cxf.asm.version>
<cxf.xjcplugins.version>2.6.0</cxf.xjcplugins.version>
<jboss.common.core.version>2.2.17.GA</jboss.common.core.version>
@@ -105,7 +105,7 @@
<xerces.version>2.9.1</xerces.version>
<xmlsec.version>1.5.3</xmlsec.version>
<wss4j.version>1.6.9.jbossorg-1</wss4j.version>
- <wstx.version>4.1.4</wstx.version>
+ <wstx.version>4.2.0</wstx.version>
<spring.version>3.0.7.RELEASE</spring.version>
</properties>
11 years, 11 months
JBossWS SVN: r17449 - thirdparty/cxf/branches/cxf-2.6.6.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-05 05:28:32 -0400 (Fri, 05 Apr 2013)
New Revision: 17449
Modified:
thirdparty/cxf/branches/cxf-2.6.6/pom.xml
Log:
Use maven-source-plugin 2.2.1 to avoid MSOURCES-62
Modified: thirdparty/cxf/branches/cxf-2.6.6/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.6.6/pom.xml 2013-04-05 09:28:23 UTC (rev 17448)
+++ thirdparty/cxf/branches/cxf-2.6.6/pom.xml 2013-04-05 09:28:32 UTC (rev 17449)
@@ -547,7 +547,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
11 years, 11 months
JBossWS SVN: r17448 - thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-05 05:28:23 -0400 (Fri, 05 Apr 2013)
New Revision: 17448
Modified:
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml
Log:
Use maven-source-plugin 2.2.1 to avoid MSOURCES-62
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml 2013-04-05 09:28:23 UTC (rev 17448)
@@ -547,7 +547,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
11 years, 11 months
JBossWS SVN: r17447 - in thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1: api and 166 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-04 13:09:08 -0400 (Thu, 04 Apr 2013)
New Revision: 17447
Modified:
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/api/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/wstx-msv-validation/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/xerces-xsd-validation/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/manifest/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis_standalone/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/callback/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/configuration_interceptor/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/hello_world/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/groovy_spring_support/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/in_jvm_transport/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jms/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_pojo/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_spring_support/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_async/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_handlers/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_pubsub/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_queue/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spec_demo/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spring_config/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_client/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_provider/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/logbrowser/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/mtom/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/client/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/server/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/restful_dispatch/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ruby_spring_support/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/soap_header/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/sts/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_addressing/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_notification/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_policy/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_rm/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_https/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/jca/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/codegen-plugin/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/corba/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/java2ws-plugin/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wadl2java-plugin/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wsdl-validator-plugin/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/all/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/compatible/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/jaxrs/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/minimal/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/commands/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/features/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/parent/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/coloc/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/corba/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/object/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/soap/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/xml/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/core/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/aegis/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jaxb/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jibx/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/sdo/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/xmlbeans/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/features/clustering/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxrs/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/js/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/simple/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-rt/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-tests/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management-web/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/providers/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/search/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/cors/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth2/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/sso/saml/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/xml/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http-jetty/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/jms/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/local/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/addr/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/mex/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/policy/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/rm/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/security/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-core/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-war/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/advanced/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/basic/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-api/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-core/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-osgi/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/grizzly/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/webapp/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/databinding/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxrs/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/rs-security/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transport-jms/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transports/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/uncategorized/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-rm/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security-examples/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-specs/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/java2ws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/testutils/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/common/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/corba/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/ws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/validator/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/jaxrs/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/core/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/databinding/jaxb/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/javascript/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/jaxws/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/misc/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/pom.xml
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/test/pom.xml
Log:
Fixing version
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/api/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/api/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/api/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,13 +23,13 @@
<packaging>jar</packaging>
<name>Apache CXF API</name>
<description>Apache CXF API</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Common</name>
<description>Apache CXF Common</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/wstx-msv-validation/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/wstx-msv-validation/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/wstx-msv-validation/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wstx-msv-validation</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Woodstox/MSV Schema Validation</name>
<description>Apache CXF Woodstox/MSV Schema Validation</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/xerces-xsd-validation/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/xerces-xsd-validation/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/common/xerces-xsd-validation/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF XML Schema Validation with Xerces</name>
<description>Apache CXF XML Schema Validation with Xerces</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/manifest/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/manifest/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/manifest/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>jar</packaging>
<name>Apache CXF Manifest Jar</name>
<description>Apache CXF Manifest Jar</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,13 +23,13 @@
<packaging>pom</packaging>
<name>Apache CXF Distribution</name>
<description>Apache CXF Distribution</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../parent</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>aegis</artifactId>
<name>CXF sample using code first POJO's and the Aegis Binding</name>
<description>CXF sample using code first POJO's and the Aegis Binding</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -103,24 +103,24 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- The server example in here launches the embedded jetty. Not needed
if you deploy a WAR. -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis_standalone/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis_standalone/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/aegis_standalone/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>aegis-standalone</artifactId>
<name>CXF sample using the Aegis Binding without any webservice</name>
<description>CXF sample using the Aegis Binding without any webservice</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/callback/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/callback/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/callback/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>callback</artifactId>
<name>CXF sample using a callback object</name>
<description>CXF sample using a callback object</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -150,17 +150,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/configuration_interceptor/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>configuration_interceptor</artifactId>
<name>CXF Sample of Stream GZIP Interceptor</name>
<description>CXF Sample of Stream GZIP Interceptor</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -130,22 +130,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,12 +24,12 @@
<name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -132,17 +132,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/bank_ws_addressing/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,12 +24,12 @@
<name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -208,17 +208,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/hello_world/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/hello_world/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/corba/hello_world/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,12 +24,12 @@
<name>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -253,17 +253,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/groovy_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/groovy_spring_support/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/groovy_spring_support/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>Spring HTTP Servlet demo with groovy support</name>
<description>Spring HTTP Servlet demo with groovy support</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -111,18 +111,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/in_jvm_transport/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>in_jvm_transport</artifactId>
<name>Colocated Demo using Document/Literal Style</name>
<description>Colocated Demo using Document/Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -97,23 +97,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-coloc</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>Java First demo using JAX-WS APIs</name>
<description>Java First demo using JAX-WS APIs</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -125,12 +125,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>java_first_jaxws_factory_bean</artifactId>
<name>Java First demo service using the JAXWSFactoryBeans</name>
<description>Java First demo service using the JAXWSFactoryBeans</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jms/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jms/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_jms/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,12 +24,12 @@
<artifactId>java_first_jms</artifactId>
<name>Java First demo using JMS</name>
<description>Java First demo using JMS</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -119,12 +119,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_pojo/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_pojo/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_pojo/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>java_first_pojo</artifactId>
<name>Java First POJO Sample</name>
<description>Java First POJO Sample</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>java_first_spring_support</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Spring HTTP Sample</name>
<description>Spring HTTP Sample</description>
<packaging>war</packaging>
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -98,17 +98,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jax_rs_basic</artifactId>
<name>JAX-RS Basic Demo</name>
<description>JAX-RS Basic Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -97,18 +97,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- This dependency is needed if you're using the Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jax_rs_basic_https</artifactId>
<name>JAX-RS Basic Demo With HTTPS communications</name>
<description>JAX-RS Basic Demo With HTTPS communications</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
@@ -99,12 +99,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jax_rs_content_negotiation</artifactId>
<name>JAX-RS Content Negotiation Demo</name>
<description>JAX-RS Content Negotiation Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -97,23 +97,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- This dependency is needed if you're using the Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/minimal_osgi/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<artifactId>jax_rs_minimal_osgi</artifactId>
<name>JAX-RS Minimal OSGI Demo</name>
<description>JAX-RS Minimal OSGI Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<exclusions>
<!-- CXF's dependency tree includes JARs that are not OSGI bundles; we'll import the correct lines later -->
<exclusion>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_rs_spring_security</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>JAX-RS Spring Security Demo</name>
<description>JAX-RS Spring Security Demo</description>
<packaging>war</packaging>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -91,18 +91,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- This dependency is needed if you're using the Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,11 +22,11 @@
<artifactId>jax_service_aegis_client</artifactId>
<name>Sample of JAX-* Service Using an Aegis Client</name>
<description>Sample of JAX-* Service Using an Aegis Client</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -95,23 +95,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_async/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_async/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_async/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,13 +22,13 @@
<artifactId>jaxws_async</artifactId>
<name>JAX-WS Asynchronous Demo using Document/Literal Style</name>
<description>JAX-WS Asynchronous Demo using Document/Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>war</packaging>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -137,12 +137,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -155,7 +155,7 @@
<!-- Not needed if deploying to a Servlet 3 based container or non-jetty container -->
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jaxws_dispatch_provider</artifactId>
<name>JAX-WS Dispatch/Provider Demo</name>
<description>JAX-WS Dispatch/Provider Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -124,18 +124,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_handlers/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,11 +22,11 @@
<artifactId>jaxws_handlers</artifactId>
<name>JAX-WS Handler Demo</name>
<description>JAX-WS Handler Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -125,18 +125,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_pubsub/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_pubsub/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_pubsub/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,11 +22,11 @@
<artifactId>jms_pubsub</artifactId>
<name>JMS Transport Publish/Subscribe Demo using Document-Literal Style</name>
<description>JMS Transport Publish/Subscribe Demo using Document-Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -147,12 +147,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_queue/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_queue/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_queue/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jms_queue</artifactId>
<name>JMS Transport Queue Demo using Document-Literal Style</name>
<description>JMS Transport Queue Demo using Document-Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -148,12 +148,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spec_demo/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spec_demo/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spec_demo/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>jms_spec_demo</artifactId>
<name>SOAP/JMS Transport Specification Demo using Document-Literal Style</name>
<description>SOAP/JMS Transport Specification Demo using Document-Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -147,12 +147,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spring_config/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spring_config/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/jms_spring_config/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<packaging>jar</packaging>
<name>WSDL first demo using the jms transport and jmsConfigFeature</name>
<description>WSDL first demo using the jms transport and jmsConfigFeature</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -186,12 +186,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>js_browser_client_java</artifactId>
<name>Generated JavaScript Sample using JAX-WS and JSR-181</name>
<description>Generated JavaScript Sample using JAX-WS and JSR-181</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -73,22 +73,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>js_browser_client_simple</artifactId>
<name>JavaScript Client Demo using Document/Literal Style</name>
<description>JavaScript Client Demo using Document/Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -122,22 +122,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_client/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_client/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_client/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>js_client</artifactId>
<name>Hello World Client Demo using JavaScript</name>
<description>Hello World Client Demo using JavaScript</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -123,22 +123,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_provider/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_provider/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/js_provider/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>js_provider</artifactId>
<name>Hello world javascript demo</name>
<description>Hello world javascript demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -143,18 +143,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/logbrowser/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/logbrowser/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/logbrowser/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>logbrowser</artifactId>
<name>LogBrowser</name>
<description>LogBrowser</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>..</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/mtom/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/mtom/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/mtom/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>mtom</artifactId>
<name>MTOM Demo for SWA and XOP</name>
<description>MTOM Demo for SWA and XOP</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -128,18 +128,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/client/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/client/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/client/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/server/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/server/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/oauth/server/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Samples</name>
<description>Apache CXF Samples</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/restful_dispatch/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/restful_dispatch/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/restful_dispatch/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>restful_dispatch</artifactId>
<name>RESTful Hello World Demo</name>
<description>RESTful Hello World Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -96,23 +96,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ruby_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ruby_spring_support/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ruby_spring_support/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>Spring HTTP Servlet demo with ruby support</name>
<description>Spring HTTP Servlet demo with ruby support</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -111,18 +111,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/soap_header/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/soap_header/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/soap_header/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>soap_header</artifactId>
<name>Sample using SOAP Headers</name>
<description>Sample using SOAP Headers</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -123,18 +123,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/sts/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/sts/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/sts/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>sts</artifactId>
<name>CXF STS Demo</name>
<description>CXF STS Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>..</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_addressing/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_addressing/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_addressing/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>ws_addressing</artifactId>
<name>WS-Addressing Demo</name>
<description>WS-Addressing Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -129,17 +129,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_notification/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_notification/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_notification/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>ws_notification</artifactId>
<name>WS-Notification Demo</name>
<description>WS-Notification Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -95,32 +95,32 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn-core</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_policy/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_policy/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_policy/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>ws_policy</artifactId>
<name>WS-Policy Demo</name>
<description>WS-Policy Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -124,17 +124,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_rm/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_rm/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_rm/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>ws_rm</artifactId>
<name>WS-RM Demo</name>
<description>WS-RM Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -118,23 +118,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wssec_sign_enc</artifactId>
<name>CXF WS-Security Sign Encoding Demo</name>
<description>CXF WS-Security Sign Encoding Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
@@ -129,38 +129,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wssec_ut</artifactId>
<name>CXF WS-Security UT Demo</name>
<description>CXF WS-Security UT Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -118,23 +118,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wssec_ut_policy</artifactId>
<name>WS-Security UT Policy Demo</name>
<description>WS-Security UT Policy Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
@@ -155,27 +155,27 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wssec_ut_sign</artifactId>
<name>WS-Security UT Sign Demo</name>
<description>WS-Security UT Sign Demo</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../..</relativePath>
</parent>
@@ -130,38 +130,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>WSDL first demo using Document/Literal Style</name>
<description>WSDL first demo using Document/Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -168,12 +168,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf.xjc-utils</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_dynamic_client</artifactId>
<name>CXF Dynamic Client Sample</name>
<description>CXF Dynamic Client Sample</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_https/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_https</artifactId>
<name>WSDL first demo using HTTPS</name>
<description>WSDL first demo using HTTPS</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -209,17 +209,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_pure_xml</artifactId>
<name>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</name>
<description>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_rpclit</artifactId>
<name>WSDL first demo using RPC-Literal Style</name>
<description>WSDL first demo using RPC-Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -124,18 +124,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_soap12</artifactId>
<name>WSDL first demo using SOAP12 in Document/Literal Style</name>
<description>WSDL first demo using SOAP12 in Document/Literal Style</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -148,18 +148,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_xml_wrapped</artifactId>
<name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name>
<description>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
@@ -149,18 +149,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,12 +22,12 @@
<artifactId>wsdl_first_xmlbeans</artifactId>
<name>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</name>
<description>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -134,23 +134,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/jca/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/jca/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/jca/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jca</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF JCA Connection</name>
<description>Apache CXF JCA Connection</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/integration/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Integration</name>
<description>Apache CXF Integration</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxrs-service/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.archetype</groupId>
<artifactId>cxf-jaxrs-service</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>maven-archetype</packaging>
<name>Apache CXF Archetype - Simple JAX-RS webapp</name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.archetype</groupId>
<artifactId>cxf-jaxws-javafirst</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>maven-archetype</packaging>
<name>Apache CXF Archetype - Simple JAX-WS Java First</name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/archetypes/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-archetypes</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Maven Archetypes</name>
<description>Apache CXF Maven Archetypes</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/codegen-plugin/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/codegen-plugin/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/codegen-plugin/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Code Generation Maven2 Plugins</name>
<description>Apache CXF Code Generation Maven2 Plugins</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/corba/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/corba/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/corba/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-corbatools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF CORBA Tools Maven2 Plugins</name>
<description>Apache CXF CORBA Tools Maven2 Plugins</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.manifest.location />
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/java2ws-plugin/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/java2ws-plugin/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/java2ws-plugin/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Java2WS Maven2 Plugin</name>
<description>Apache CXF Java2WS Maven2 Plugin</description>
<url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.manifest.location />
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Maven Plugins</name>
<description>Apache CXF Maven Plugins</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../parent</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wadl2java-plugin/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wadl2java-plugin/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wadl2java-plugin/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wadl2java-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WADL2Java Code Generation Maven2 Plugin</name>
<description>Apache CXF WADL2Java Code Generation Maven2 Plugin</description>
<url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.manifest.location />
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wsdl-validator-plugin/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wsdl-validator-plugin/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/maven-plugins/wsdl-validator-plugin/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wsdl-validator-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WSDL Validator Maven2 Plugin</name>
<description>Apache CXF WSDL Validator Maven2 Plugin</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.manifest.location />
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/all/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/all/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/all/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>bundle</packaging>
<name>Apache CXF Bundle Jar</name>
<description>Apache CXF Bundle Jar</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/compatible/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/compatible/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/compatible/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>bundle</packaging>
<name>Apache CXF Compatibility Bundle Jar</name>
<description>Apache CXF Compatibility Bundle Jar</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<cxf.osgi.symbolic.name>${project.groupId}.bundle</cxf.osgi.symbolic.name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/jaxrs/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/jaxrs/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>bundle</packaging>
<name>Apache CXF JAX-RS Bundle Jar</name>
<description>Apache CXF JAX-RS Bundle Jar</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/minimal/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/minimal/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/minimal/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>bundle</packaging>
<name>Apache CXF Minimal Bundle Jar</name>
<description>Apache CXF Minimal Bundle Jar</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/bundle/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,13 +24,13 @@
<packaging>pom</packaging>
<name>Apache CXF Bundle Parent</name>
<description>Apache CXF Bundle Parent</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/commands/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/commands/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/commands/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>karaf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<groupId>org.apache.cxf.karaf</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/features/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/features/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/features/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>karaf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<groupId>org.apache.cxf.karaf</groupId>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/osgi/karaf/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -23,14 +23,14 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>karaf-parent</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Karaf Parent</name>
<description>Apache CXF Karaf Parent</description>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/parent/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/parent/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/parent/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Parent</name>
<description>Apache CXF Parent POM</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF</name>
<description>Apache CXF is an open-source services framework that aids in
the development of services using front-end programming APIs, like JAX-WS
@@ -31,8 +31,8 @@
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.6.jbossorg-1-SNA...</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.6.jbossorg-1-SN...</developerConnection>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.6.jbossorg-1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.6.jbossorg-1</developerConnection>
</scm>
<issueManagement>
<system>jira</system>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/coloc/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/coloc/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/coloc/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/corba/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/corba/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/corba/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/object/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/object/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/object/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/soap/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/soap/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/soap/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/xml/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/xml/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/bindings/xml/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/core/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/core/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/core/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Core</name>
<description>Apache CXF Runtime Core</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/aegis/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/aegis/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/aegis/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jaxb/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jaxb/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jibx/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jibx/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/jibx/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/sdo/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/sdo/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/sdo/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/xmlbeans/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/databinding/xmlbeans/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/features/clustering/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/features/clustering/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/features/clustering/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-clustering</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Clustering</name>
<description>Failover and loadbalancing support</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxrs/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxrs/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime JAX-RS Frontend</name>
<description>Apache CXF Runtime JAX-RS Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/jaxws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime JAX-WS Frontend</name>
<description>Apache CXF Runtime JAX-WS Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/js/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/js/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/js/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime JavaScript Frontend</name>
<description>Apache CXF Runtime JavaScript Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/simple/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/simple/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/frontend/simple/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Simple Frontend</name>
<description>Apache CXF Runtime Simple Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-rt/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-rt/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-rt/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-runtime-javascript</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-tests/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-tests/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/javascript-tests/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-runtime-javascript</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/javascript/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Management</name>
<description>Apache CXF Runtime Management</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management-web/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management-web/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/management-web/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management-web</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Web Management</name>
<description>Apache CXF Runtime Web Management</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime</name>
<description>Apache CXF Runtime</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/providers/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/providers/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/providers/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF JAX-RS Extensions: Providers</name>
<description>Apache CXF JAX-RS Extensions: Providers</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/search/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/search/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/extensions/search/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-search</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF JAX-RS Extensions: Search</name>
<description>Apache CXF JAX-RS Extensions: Search</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/cors/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/cors/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/cors/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-cors</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF RS Cross-Origin Resource Sharing</name>
<description>Apache CXF RS XML Security</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-oauth</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>jar</packaging>
<name>Apache CXF Runtime OAuth 1.0a</name>
@@ -31,7 +31,7 @@
<parent>
<artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth2/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth2/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/oauth2/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-oauth2</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>jar</packaging>
<name>Apache CXF Runtime OAuth 2.0</name>
@@ -31,7 +31,7 @@
<parent>
<artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/oauth-parent/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-oauth-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>pom</packaging>
<name>Apache CXF Runtime RS Security OAuth Parent</name>
<description>Apache CXF Runtime RS Security OAuth Parent</description>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/sso/saml/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/sso/saml/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/sso/saml/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-sso-saml</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF RS SSO SAML</name>
<description>Apache CXF RS SSO SAML</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/xml/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/xml/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/rs/security/xml/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-security-xml</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF RS XML Security</name>
<description>Apache CXF RS XML Security</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime HTTP Transport</name>
<description>Apache CXF Runtime HTTP Transport</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http-jetty/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http-jetty/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/http-jetty/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime HTTP Jetty Transport</name>
<description>Apache CXF Runtime HTTP Jetty Transport</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/jms/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/jms/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/jms/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime JMS Transport</name>
<description>Apache CXF Runtime JMS Transport</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/local/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/local/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/transports/local/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Runtime Local Transport</name>
<description>Apache CXF Runtime Local Transport</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/addr/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/addr/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/addr/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/mex/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/mex/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/mex/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/policy/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/policy/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/policy/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/rm/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/rm/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/rm/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/security/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/security/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/rt/ws/security/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<properties>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Services</name>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.services.sts</groupId>
<artifactId>cxf-services-sts</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF STS service</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-core/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-core/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-core/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-war/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-war/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/sts-war/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/advanced/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/advanced/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/advanced/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/basic/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/basic/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/basic/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/sts/systests/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.services.sts</groupId>
<artifactId>cxf-services-sts-systests</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF STS systests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.services.sts</groupId>
<artifactId>cxf-services-sts</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WSN service</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-api/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-api/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-api/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn-api</artifactId>
<packaging>bundle</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WSN API</name>
<description>Apache CXF WSN API</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-core/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-core/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-core/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn-core</artifactId>
<packaging>bundle</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WSN Core</name>
<description>Apache CXF WSN Core Service</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-osgi/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-osgi/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/services/wsn/wsn-osgi/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.services.wsn</groupId>
<artifactId>cxf-services-wsn-osgi</artifactId>
<packaging>bundle</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF WSN OSGi</name>
<description>Apache CXF WSN Full OSGi</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/grizzly/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/grizzly/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/grizzly/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ci-grizzly</artifactId>
<name>Apache CXF Container Integration Test Grizzly</name>
<description>Apache CXF Container Integration Test Grizzly</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<repositories>
<repository>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-container-integration</artifactId>
<name>Apache CXF Container Integration System Tests</name>
<description>Apache CXF Container Integration System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>pom</packaging>
<url>http://cxf.apache.org</url>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/webapp/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/webapp/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/container-integration/webapp/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ci-webapp</artifactId>
<name>Apache CXF Container Integration Test Webapp</name>
<description>Apache CXF Container Integration Test Webapp</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<packaging>war</packaging>
<dependencies>
<dependency>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/databinding/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/databinding/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/databinding/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-databinding</artifactId>
<name>Apache CXF Databinding System Tests</name>
<description>Apache CXF Databinding System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxrs/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxrs/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-jaxrs</artifactId>
<name>Apache CXF JAX-RS System Tests</name>
<description>Apache CXF JAX-RS System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/jaxws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-jaxws</artifactId>
<name>Apache CXF JAX-WS System Tests</name>
<description>Apache CXF JAX-WS System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF System Tests</name>
<description>Apache CXF System Tests</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/rs-security/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/rs-security/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/rs-security/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-rs-security</artifactId>
<name>Apache CXF JAX-RS System Advanced Security Tests</name>
<description>Apache CXF JAX-RS System Advanced Security Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transport-jms/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transport-jms/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transport-jms/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-transport-jms</artifactId>
<name>Apache CXF Transport System Tests JMS</name>
<description>Apache CXF Transport System Tests JMS</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transports/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transports/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/transports/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-transports</artifactId>
<name>Apache CXF Transport System Tests</name>
<description>Apache CXF Transport System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/uncategorized/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/uncategorized/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/uncategorized/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-uncategorized</artifactId>
<name>Apache CXF Uncategorized System Tests</name>
<description>Apache CXF Uncategorized System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-rm/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-rm/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-rm/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-ws-rm</artifactId>
<name>Apache CXF WS-RM Specifications System Tests</name>
<description>Apache CXF WS-RM Specifications System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<dependencies>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -20,7 +20,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<artifactId>cxf-systests-ws-security</artifactId>
<name>Apache CXF WS-Security System Tests</name>
<description>Apache CXF WS-Security System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security-examples/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security-examples/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-security-examples/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -20,7 +20,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
<artifactId>cxf-systests-ws-security-examples</artifactId>
<name>Apache CXF WS-Security Interop System Tests</name>
<description>Apache CXF WS-Security Interop System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-specs/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-specs/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/ws-specs/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -29,7 +29,7 @@
<artifactId>cxf-systests-ws-specs</artifactId>
<name>Apache CXF WS-* Specifications System Tests</name>
<description>Apache CXF WS-* Specifications System Tests</description>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/codegen/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/codegen/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-codegen</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Test for generating code from wsdl in repo</name>
<description>Test for generating code from wsdl in repo</description>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/java2ws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/java2ws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Test for writing wsdl to repo</name>
<description>Test for writing wsdl to repo</description>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/systests/wsdl_maven/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-wsdl-maven</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF System Tests for Maven Plugins</name>
<description>Apache CXF System Tests for Maven Plugins</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/testutils/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/testutils/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/testutils/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Test Utilities</name>
<description>Apache CXF Test Utilities</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/common/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/common/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/common/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools Common</name>
<description>Apache CXF Command Line Tools Common</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/corba/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/corba/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/corba/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-corba</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools CORBA</name>
<description>Apache CXF Command Line Tools CORBA</description>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-javato</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools JavaTo</name>
<description>Apache CXF Command Line Tools JavaTo</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/ws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/ws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/javato/ws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools JavaTo WS</name>
<description>Apache CXF Command Line Tools JavaTo WS</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools</name>
<description>Apache CXF Command Line Tools</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/validator/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/validator/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/validator/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-validator</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools Validator</name>
<description>Apache CXF Command Line Tools Validator</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/jaxrs/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/jaxrs/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wadlto-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WADLTo JAXRS Frontend</name>
<description>Apache CXF Command Line Tools WADLTo JAXRS Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wadlto/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wadlto</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WADLTo</name>
<description>Apache CXF Command Line Tools WADLTo</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/core/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/core/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/core/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-core</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo Core</name>
<description>Apache CXF Command Line Tools WSDLTo Core</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/databinding/jaxb/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/databinding/jaxb/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
<description>Apache CXF Command Line Tools WSDLTo JAXB Databinding</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/javascript/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/javascript/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/javascript/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
<description>Apache CXF Command Line Tools WSDL to JavaScript Front End</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/jaxws/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/frontend/jaxws/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
<description>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/misc/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/misc/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/misc/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-misctools</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo Misctools</name>
<description>Apache CXF Command Line Tools WSDLTo Misctools</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto</artifactId>
<packaging>pom</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo</name>
<description>Apache CXF Command Line Tools WSDLTo</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
</parent>
<modules>
Modified: thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/test/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/test/pom.xml 2013-04-04 16:45:03 UTC (rev 17446)
+++ thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/tools/wsdlto/test/pom.xml 2013-04-04 17:09:08 UTC (rev 17447)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-test</artifactId>
<packaging>jar</packaging>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<name>Apache CXF Command Line Tools WSDLTo Test</name>
<description>Apache CXF Command Line Tools WSDLTo Test</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.6.6.jbossorg-1-SNAPSHOT</version>
+ <version>2.6.6.jbossorg-1</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
11 years, 11 months
JBossWS SVN: r17446 - thirdparty/cxf/tags.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-04 12:45:03 -0400 (Thu, 04 Apr 2013)
New Revision: 17446
Added:
thirdparty/cxf/tags/cxf-2.6.6.jbossorg-1/
Log:
Tagging cxf-2.6.6.jbossorg-1
11 years, 11 months
JBossWS SVN: r17445 - thirdparty/cxf/branches/cxf-2.6.6/api/src/main/java/org/apache/cxf/staxutils.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2013-04-04 12:26:28 -0400 (Thu, 04 Apr 2013)
New Revision: 17445
Added:
thirdparty/cxf/branches/cxf-2.6.6/api/src/main/java/org/apache/cxf/staxutils/Messages.properties
Log:
Adding missing Messages.properties
Added: thirdparty/cxf/branches/cxf-2.6.6/api/src/main/java/org/apache/cxf/staxutils/Messages.properties
===================================================================
--- thirdparty/cxf/branches/cxf-2.6.6/api/src/main/java/org/apache/cxf/staxutils/Messages.properties (rev 0)
+++ thirdparty/cxf/branches/cxf-2.6.6/api/src/main/java/org/apache/cxf/staxutils/Messages.properties 2013-04-04 16:26:28 UTC (rev 17445)
@@ -0,0 +1,23 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+INSECURE_PARSER_DETECTED = Could not create a secure Stax XMLInputFactory. Found class {0}. Suggest Woodstox 4.2.0 or newer.
+SECURE_PROPERTY_NOT_SUPPORTED = Required security property not supported: {0}
+INSTANCE_NOT_XMLSTREAMREADER2 = XMLStreamReader not an instance of XMLStreamReader2. Suggest Woodstox 4.2.0 or newer.
\ No newline at end of file
11 years, 11 months