JBossWS SVN: r16959 - in thirdparty/cxf/branches/cxf-2.4.10: systests/wsdl_maven/codegen and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 12:47:07 -0400 (Tue, 30 Oct 2012)
New Revision: 16959
Modified:
thirdparty/cxf/branches/cxf-2.4.10/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml
Log:
Allow deploying artifacts to jboss nexus repo
Modified: thirdparty/cxf/branches/cxf-2.4.10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/pom.xml 2012-10-30 16:28:25 UTC (rev 16958)
+++ thirdparty/cxf/branches/cxf-2.4.10/pom.xml 2012-10-30 16:47:07 UTC (rev 16959)
@@ -52,7 +52,17 @@
</properties>
<distributionManagement>
- <repository>
+ <repository>
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+ <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
+ </repository>
+ <snapshotRepository>
+ <id>jboss-snapshots-repository</id>
+ <name>JBoss Snapshots Repository</name>
+ <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
+ </snapshotRepository>
+<!-- <repository>
<id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name>
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
@@ -61,12 +71,11 @@
<id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
- <!--uniqueVersion>false</uniqueVersion-->
</snapshotRepository>
<site>
<id>apache.cxf.site</id>
<url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url>
- </site>
+ </site>-->
</distributionManagement>
<repositories>
<repository>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml 2012-10-30 16:28:25 UTC (rev 16958)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml 2012-10-30 16:47:07 UTC (rev 16959)
@@ -64,12 +64,12 @@
</build>
<dependencies>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
<version>${project.version}</version>
<type>wsdl</type>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml 2012-10-30 16:28:25 UTC (rev 16958)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml 2012-10-30 16:47:07 UTC (rev 16959)
@@ -31,7 +31,7 @@
</parent>
<build>
<plugins>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<version>${project.version}</version>
@@ -63,7 +63,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin> -->
</plugins>
</build>
12 years, 1 month
JBossWS SVN: r16958 - in thirdparty/cxf/branches/cxf-2.4.10: common/common and 73 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 12:28:25 -0400 (Tue, 30 Oct 2012)
New Revision: 16958
Modified:
thirdparty/cxf/branches/cxf-2.4.10/api/
thirdparty/cxf/branches/cxf-2.4.10/common/common/
thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation/
thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation/
thirdparty/cxf/branches/cxf-2.4.10/integration/jbi/
thirdparty/cxf/branches/cxf-2.4.10/integration/jca/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin/
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin/
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all/
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs/
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal/
thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/
thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features/
thirdparty/cxf/branches/cxf-2.4.10/parent/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap/
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml/
thirdparty/cxf/branches/cxf-2.4.10/rt/core/
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis/
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx/
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo/
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans/
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs/
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws/
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js/
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple/
thirdparty/cxf/branches/cxf-2.4.10/rt/javascript/
thirdparty/cxf/branches/cxf-2.4.10/rt/management-web/
thirdparty/cxf/branches/cxf-2.4.10/rt/management/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms/
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local/
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr/
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy/
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm/
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security/
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly/
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp/
thirdparty/cxf/branches/cxf-2.4.10/systests/databinding/
thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs/
thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws/
thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms/
thirdparty/cxf/branches/cxf-2.4.10/systests/transports/
thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized/
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples/
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security/
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs/
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/
thirdparty/cxf/branches/cxf-2.4.10/testutils/
thirdparty/cxf/branches/cxf-2.4.10/tools/common/
thirdparty/cxf/branches/cxf-2.4.10/tools/corba/
thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws/
thirdparty/cxf/branches/cxf-2.4.10/tools/validator/
thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc/
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test/
Log:
Setting svn:ignore props
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/api
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/common/common
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/integration/jbi
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/integration/jca
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/parent
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/core
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/javascript
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/management
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/management-web
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/databinding
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/transports
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/testutils
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/common
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/corba
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/validator
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
12 years, 1 month
JBossWS SVN: r16957 - in thirdparty/cxf/branches/cxf-2.4.10: api and 139 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 12:11:19 -0400 (Tue, 30 Oct 2012)
New Revision: 16957
Modified:
thirdparty/cxf/branches/cxf-2.4.10/api/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/common/common/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/common/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/manifest/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis_standalone/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/callback/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/configuration_interceptor/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/groovy_spring_support/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/in_jvm_transport/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jms/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_pojo/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_spring_support/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_async/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_handlers/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms-spec-demo/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_pubsub/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_queue/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_spring_config/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_client/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_provider/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/logbrowser/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/mtom/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_dispatch/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_http_binding/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ruby_spring_support/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/soap_header/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/sts_issue_operation/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_addressing/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_policy/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_rm/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_https/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/integration/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/integration/jca/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/integration/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/parent/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/core/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBContextInitializer.java
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/management-web/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/management/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/databinding/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/transports/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/testutils/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/common/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/corba/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/javato/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/validator/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/pom.xml
thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test/pom.xml
Log:
Fixing version
Modified: thirdparty/cxf/branches/cxf-2.4.10/api/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/api/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/api/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,14 +22,14 @@
<artifactId>cxf-api</artifactId>
<packaging>jar</packaging>
<name>Apache CXF API</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF API</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/common/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/common/common/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/common/common/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Common Utilities</name>
<description>Apache CXF Common Utilities</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/common/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/common/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/common/wstx-msv-validation/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wstx-msv-validation</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/common/xerces-xsd-validation/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/manifest/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/manifest/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/manifest/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<artifactId>cxf-distribution-manifest</artifactId>
<packaging>jar</packaging>
<name>Apache CXF Manifest Jar</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Manifest Jar</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,14 +22,14 @@
<artifactId>apache-cxf</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Distribution</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Distribution</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>aegis</artifactId>
<name>CXF sample using code first POJO's and the Aegis Binding</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF sample using code first POJO's and the Aegis Binding</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -105,24 +105,24 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis_standalone/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis_standalone/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/aegis_standalone/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>aegis-standalone</artifactId>
<name>CXF sample using the Aegis Binding without any webservice</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF sample using the Aegis Binding without any webservice</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/callback/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/callback/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/callback/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>callback</artifactId>
<name>CXF sample using a callbak object</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF sample using a callbak object</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -166,17 +166,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/configuration_interceptor/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>configuration_interceptor</artifactId>
<name>CXF Sample of Stream GZIP Interceptor</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF Sample of Stream GZIP Interceptor</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -147,22 +147,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/groovy_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/groovy_spring_support/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/groovy_spring_support/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/in_jvm_transport/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>in_jvm_transport</artifactId>
<name>Colocated Demo using Document/Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Colocated Demo using Document/Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -97,23 +97,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-coloc</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,13 +22,13 @@
<artifactId>java_first_jaxws</artifactId>
<packaging>war</packaging>
<name>Java First demo using JAX-WS APIs</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Java First demo using JAX-WS APIs</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -124,12 +124,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>java_first_jaxws_factory_bean</artifactId>
<name>Java First demo service using the JAXWSFactoryBeans</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Java First demo service using the JAXWSFactoryBeans</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jms/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jms/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_jms/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,13 +23,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>java_first_jaxws_jms</artifactId>
<name>Java First demo using JAX-WS and JMS</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Java First demo using JAX-WS and JMS</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -119,17 +119,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_pojo/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_pojo/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_pojo/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>java_first_pojo</artifactId>
<name>Java First POJO Sample</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Java First POJO Sample</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>java_first_spring_support</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_rs_basic</artifactId>
<name>JAX-RS Basic Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-RS Basic Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -115,18 +115,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_rs_basic_https</artifactId>
<name>JAX-RS Basic Demo With HTTPS communications</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-RS Basic Demo With HTTPS communications</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -98,12 +98,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_rs_content_negotiation</artifactId>
<name>JAX-RS Content Negotiation Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-RS Content Negotiation Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -97,18 +97,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_rs/spring_security/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_rs_spring_security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -91,18 +91,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jax_service_aegis_client</artifactId>
<name>Sample of JAX-* Service Using an Aegis Client</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Sample of JAX-* Service Using an Aegis Client</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -95,23 +95,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_async/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_async/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_async/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jaxws_async</artifactId>
<name>JAX-WS Asynchronous Demo using Document/Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-WS Asynchronous Demo using Document/Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -127,18 +127,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jaxws_dispatch_provider</artifactId>
<name>JAX-WS Dispatch/Provider Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-WS Dispatch/Provider Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -187,18 +187,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_handlers/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jaxws_handlers</artifactId>
<name>JAX-WS Handler Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JAX-WS Handler Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -140,18 +140,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms-spec-demo/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms-spec-demo/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms-spec-demo/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jms_spec_demo</artifactId>
<name>SOAP/JMS Transport Specification Demo using Document-Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>SOAP/JMS Transport Specification Demo using Document-Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -146,23 +146,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_pubsub/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_pubsub/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_pubsub/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jms_pubsub</artifactId>
<name>JMS Transport Publish/Subscribe Demo using Document-Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JMS Transport Publish/Subscribe Demo using Document-Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -145,23 +145,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_queue/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_queue/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_queue/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>jms_queue</artifactId>
<name>JMS Transport Queue Demo using Document-Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JMS Transport Queue Demo using Document-Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -146,23 +146,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_spring_config/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_spring_config/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/jms_spring_config/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,13 +22,13 @@
<artifactId>jms_spring_config</artifactId>
<packaging>jar</packaging>
<name>WSDL first demo using the jms transport and jmsConfigFeature</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using the jms transport and jmsConfigFeature</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -182,12 +182,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>js_browser_client_java</artifactId>
<name>Generated JavaScript Sample using JAX-WS and JSR-181</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Generated JavaScript Sample using JAX-WS and JSR-181</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -91,22 +91,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>js_browser_client_simple</artifactId>
<name>JavaScript Client Demo using Document/Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>JavaScript Client Demo using Document/Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -138,22 +138,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_client/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_client/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>js_client</artifactId>
<name>Hello World Client Demo using JavaScript</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Hello World Client Demo using JavaScript</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -123,22 +123,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_provider/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_provider/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/js_provider/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,12 +22,12 @@
<artifactId>js_provider</artifactId>
<name>Hello world javascript demo</name>
<description>Hello world javascript demo</description>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -159,18 +159,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/logbrowser/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/logbrowser/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/logbrowser/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>logbrowser</artifactId>
<name>LogBrowser</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>LogBrowser</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/mtom/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/mtom/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/mtom/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>mtom</artifactId>
<name>MTOM Demo for SWA and XOP</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>MTOM Demo for SWA and XOP</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -142,18 +142,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Samples</name>
<description>Apache CXF Samples</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_dispatch/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_dispatch/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_dispatch/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>restful_dispatch</artifactId>
<name>RESTful Hello World Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>RESTful Hello World Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -115,23 +115,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_http_binding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_http_binding/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/restful_http_binding/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>restful_http_binding</artifactId>
<name>RESTful HTTP Binding Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>RESTful HTTP Binding Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -114,28 +114,28 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ruby_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ruby_spring_support/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ruby_spring_support/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/soap_header/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/soap_header/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/soap_header/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>soap_header</artifactId>
<name>Sample using SOAP Headers</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Sample using SOAP Headers</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -123,18 +123,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/sts_issue_operation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/sts_issue_operation/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/sts_issue_operation/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<dependencies>
@@ -36,17 +36,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_addressing/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_addressing/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_addressing/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>ws_addressing</artifactId>
<name>WS-Addressing Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WS-Addressing Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -144,22 +144,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_policy/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_policy/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>ws_policy</artifactId>
<name>WS-Policy Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WS-Policy Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -141,22 +141,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_rm/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_rm/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>ws_rm</artifactId>
<name>WS-RM Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WS-RM Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -134,38 +134,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wssec_sign_enc</artifactId>
<name>CXF WS-Security Sign Encoding Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF WS-Security Sign Encoding Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -129,43 +129,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wssec_ut</artifactId>
<name>CXF WS-Security UT Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF WS-Security UT Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<properties>
@@ -136,43 +136,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wssec_ut_policy</artifactId>
<name>WS-Security UT Policy Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WS-Security UT Policy Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -176,29 +176,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wssec_ut_sign</artifactId>
<name>WS-Security UT Sign Demo</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WS-Security UT Sign Demo</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -130,43 +130,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,13 +22,13 @@
<artifactId>wsdl_first</artifactId>
<packaging>war</packaging>
<name>WSDL first demo using Document/Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using Document/Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -166,12 +166,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_dynamic_client</artifactId>
<name>CXF Dynamic Client Sample</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF Dynamic Client Sample</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -137,18 +137,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_https</artifactId>
<name>WSDL first demo using HTTPS</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using HTTPS</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -229,17 +229,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_pure_xml</artifactId>
<name>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_rpclit</artifactId>
<name>WSDL first demo using RPC-Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using RPC-Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -124,18 +124,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_soap12</artifactId>
<name>WSDL first demo using SOAP12 in Document/Literal Style</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using SOAP12 in Document/Literal Style</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_xml_wrapped</artifactId>
<name>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>CXF sample using WRAPPED Style in XML Binding (pure XML over HTTP)</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
@@ -149,18 +149,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,13 +21,13 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>wsdl_first_xmlbeans</artifactId>
<name>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>WSDL first demo using Document/Literal Style and XMLBeans DataBinding</description>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.4.10/integration/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/integration/jbi/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/integration/jbi/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF JBI Integration</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/integration/jca/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/integration/jca/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/integration/jca/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jca</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/integration/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/integration/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/integration/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.archetype</groupId>
<artifactId>cxf-jaxws-javafirst</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>Apache CXF Archetype - Simple JAX-WS Java First</name>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/archetypes/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-archetypes</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/codegen-plugin/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Code Generation Maven2 Plugins</name>
<description>Apache CXF Code Generation Maven2 Plugins</description>
<url>http://cxf.apache.org</url>
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/corba/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-corbatools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/java2ws-plugin/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wadl2java-plugin/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wadl2java-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/maven-plugins/wsdl-validator-plugin/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wsdl-validator-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/all/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<artifactId>cxf-bundle</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Bundle Jar</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Bundle Jar</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/jaxrs/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<artifactId>cxf-bundle-jaxrs</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF JAX-RS Bundle Jar</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF JAX-RS Bundle Jar</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/minimal/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<artifactId>cxf-bundle-minimal</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Minimal Bundle Jar</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Minimal Bundle Jar</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/bundle/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<artifactId>cxf-bundle-parent</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Bundle Parent</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Bundle Parent</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/features/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>karaf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<groupId>org.apache.cxf.karaf</groupId>
Modified: thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/osgi/karaf/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -23,14 +23,14 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>karaf-parent</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Karaf Parent</name>
<description>Apache CXF Karaf Parent</description>
Modified: thirdparty/cxf/branches/cxf-2.4.10/parent/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/parent/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/parent/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Parent</name>
<description>Apache CXF Parent POM</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.10</developerConnection>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.10.jbossorg-1-SN...</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.10.jbossorg-1-S...</developerConnection>
</scm>
<issueManagement>
<system>jira</system>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/coloc/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/corba/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/http/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/jbi/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/object/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/soap/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/bindings/xml/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/core/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/core/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/aegis/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBContextInitializer.java
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBContextInitializer.java 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jaxb/src/main/java/org/apache/cxf/jaxb/JAXBContextInitializer.java 2012-10-30 16:11:19 UTC (rev 16957)
@@ -214,7 +214,7 @@
if (clazz.getPackage() != null) {
XmlJavaTypeAdapters adapt = clazz.getPackage().getAnnotation(XmlJavaTypeAdapters.class);
if (adapt != null) {
- for (XmlJavaTypeAdapter a: adapt.value()) {
+ for (XmlJavaTypeAdapter a : adapt.value()) {
Type t = getTypeFromXmlAdapter(a);
if (t != null) {
addType(t);
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/jibx/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/sdo/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/databinding/xmlbeans/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxrs/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/jaxws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/js/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/frontend/simple/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/javascript/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/javascript/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/management/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/management/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/management/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/management-web/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/management-web/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/management-web/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management-web</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/common/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-common</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Runtime Transport Common Used Classes</name>
<description>Apache CXF Runtime Transport Common Used Classes</description>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/http-jetty/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jbi/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<name>Apache CXF Runtime JBI Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/jms/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/transports/local/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/ws/addr/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/ws/policy/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/ws/rm/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/rt/ws/security/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/grizzly/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Container Integration Test Grizzly</description>
<repositories>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
<name>Apache CXF Container Integration System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Container Integration System Tests</description>
<packaging>pom</packaging>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/container-integration/webapp/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Container Integration Test Webapp</description>
<packaging>war</packaging>
<dependencies>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/databinding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/databinding/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/databinding/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-databinding</artifactId>
<name>Apache CXF Databinding System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Databinding System Tests</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/jaxrs/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jaxrs</artifactId>
<name>Apache CXF JAX-RS System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF JAX-RS System Tests</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/jaxws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-jaxws</artifactId>
<name>Apache CXF JAX-WS System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF JAX-WS System Tests</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/transport-jms/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transport-jms</artifactId>
<name>Apache CXF Transport System Tests JMS</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Transport System Tests JMS</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/transports/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/transports/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/transports/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transports</artifactId>
<name>Apache CXF Transport System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Transport System Tests</description>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/uncategorized/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-uncategorized</artifactId>
<name>Apache CXF Uncategorized System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF Uncategorized System Tests</description>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -20,14 +20,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ws-security</artifactId>
<name>Apache CXF WS-Security System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF WS-Security System Tests</description>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/ws-security-examples/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -20,7 +20,7 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/ws-specs/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ws-specs</artifactId>
<name>Apache CXF WS-* Specifications System Tests</name>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<description>Apache CXF WS-* Specifications System Tests</description>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/codegen/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-codegen</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/java2ws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/systests/wsdl_maven/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-wsdl-maven</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/testutils/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/testutils/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/testutils/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/common/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/common/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/corba/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/corba/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-corba</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/javato/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/javato/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/javato/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-javato</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/javato/ws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/validator/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/validator/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/validator/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-validator</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/jaxrs/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wadlto-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wadlto/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wadlto</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/core/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-core</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/databinding/jaxb/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/javascript/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/frontend/jaxws/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/misc/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-misctools</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto</artifactId>
<packaging>pom</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test/pom.xml 2012-10-30 14:41:16 UTC (rev 16956)
+++ thirdparty/cxf/branches/cxf-2.4.10/tools/wsdlto/test/pom.xml 2012-10-30 16:11:19 UTC (rev 16957)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-test</artifactId>
<packaging>jar</packaging>
- <version>2.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</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.4.10</version>
+ <version>2.4.10.jbossorg-1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
12 years, 1 month
JBossWS SVN: r16955 - in container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices: dmr and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 06:52:01 -0400 (Tue, 30 Oct 2012)
New Revision: 16955
Modified:
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
Log:
[JBWS-3426] Fixing ASIL 713
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -30,6 +30,7 @@
import org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.Endpoint;
+import org.jboss.wsf.spi.deployment.LifecycleHandler;
/**
* Creates Endpoint Service instance when starting the Endpoint
@@ -37,18 +38,49 @@
* @author alessio.soldano(a)jboss.com
* @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
*/
-public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect {
+public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect implements Cloneable {
+ private boolean stopServices = false;
+
@Override
public void start(final Deployment dep) {
- super.start(dep);
final ServiceTarget target = getOptionalAttachment(dep, ServiceTarget.class);
- if (target != null) {
+ final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
+ for (final Endpoint ep : dep.getService().getEndpoints()) {
+ EndpointService.install(target, ep, unit);
+ getLifecycleHandler(ep, true).start(ep);
+ }
+ }
+
+ @Override
+ public void stop(Deployment dep)
+ {
+ if (stopServices) {
final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
for (final Endpoint ep : dep.getService().getEndpoints()) {
- EndpointService.install(target, ep, unit);
+ LifecycleHandler lifecycleHandler = getLifecycleHandler(ep, false);
+ if (lifecycleHandler != null)
+ lifecycleHandler.stop(ep);
+ EndpointService.uninstall(ep, unit);
}
+ } else {
+ super.stop(dep);
}
}
-
+
+ public void setStopServices(boolean stopServices) {
+ this.stopServices = stopServices;
+ }
+
+ public Object clone() {
+ EndpointServiceDeploymentAspect clone = new EndpointServiceDeploymentAspect();
+ clone.setForJaxRpc(isForJaxRpc());
+ clone.setForJaxWs(isForJaxWs());
+ clone.setLast(isLast());
+ clone.setProvides(getProvides());
+ clone.setRelativeOrder(getRelativeOrder());
+ clone.setRequires(getRequires());
+ clone.setStopServices(stopServices);
+ return clone;
+ }
}
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -119,14 +119,13 @@
}
}, OperationContext.Stage.RUNTIME);
- WSServices.saveContainerRegistry(context.getServiceRegistry(false));
ServiceTarget serviceTarget = context.getServiceTarget();
if (appclient && model.hasDefined(WSDL_HOST)) {
- ServerConfigImpl serverConfig = createServerConfig(model, true);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
}
if (!appclient) {
- ServerConfigImpl serverConfig = createServerConfig(model, false);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
newControllers.add(EndpointRegistryService.install(serviceTarget, verificationHandler));
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -25,6 +25,7 @@
import java.io.File;
import java.lang.reflect.InvocationTargetException;
+import java.util.LinkedList;
import java.util.List;
import java.util.Map;
@@ -39,6 +40,7 @@
import org.apache.catalina.startup.ContextConfig;
import org.apache.tomcat.InstanceManager;
import org.jboss.as.web.deployment.WebCtxLoader;
+import org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect;
import org.jboss.as.webservices.deployers.deployment.DeploymentAspectsProvider;
import org.jboss.as.webservices.deployers.deployment.WSDeploymentBuilder;
import org.jboss.as.webservices.service.ServerConfigService;
@@ -50,16 +52,12 @@
import org.jboss.metadata.web.spec.ServletMappingMetaData;
import org.jboss.msc.service.ServiceTarget;
import org.jboss.ws.common.deployment.DeploymentAspectManagerImpl;
-import org.jboss.wsf.spi.SPIProvider;
-import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.classloading.ClassLoaderProvider;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.DeploymentAspect;
import org.jboss.wsf.spi.deployment.DeploymentAspectManager;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.deployment.WSFServlet;
-import org.jboss.wsf.spi.management.EndpointRegistry;
-import org.jboss.wsf.spi.management.EndpointRegistryFactory;
import org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData;
import org.jboss.wsf.spi.publish.Context;
import org.jboss.wsf.spi.publish.EndpointPublisher;
@@ -73,31 +71,42 @@
public final class EndpointPublisherImpl implements EndpointPublisher {
private Host host;
+ private boolean runningInService = false;
+ private static List<DeploymentAspect> depAspects = null;
public EndpointPublisherImpl(Host host) {
this.host = host;
}
+
+ public EndpointPublisherImpl(Host host, boolean runningInService) {
+ this(host);
+ this.runningInService = runningInService;
+ }
@Override
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, null);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, null);
}
@Override
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, metadata);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, metadata);
}
public Context publish(ServiceTarget target, String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
WSEndpointDeploymentUnit unit = new WSEndpointDeploymentUnit(loader, context, urlPatternToClassNameMap, metadata);
return new Context(context, publish(target, unit));
}
+
+ private static ServiceTarget getBaseTarget() {
+ return WSServices.getContainerRegistry().getService(WSServices.CONFIG_SERVICE).getServiceContainer();
+ }
/**
* Publishes the endpoints declared to the provided WSEndpointDeploymentUnit
*/
public List<Endpoint> publish(ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception {
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
Deployment dep = null;
try {
@@ -108,16 +117,6 @@
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.deploy(dep);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : dep.getService().getEndpoints()) {
- registry.register(endpoint);
- }
- }
- // END workaround
} finally {
if (dep != null) {
dep.removeAttachment(ServiceTarget.class);
@@ -199,24 +198,13 @@
return;
}
Deployment deployment = eps.get(0).getService().getDeployment();
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
try {
stopWebApp(deployment.getAttachment(StandardContext.class));
} finally {
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
try {
SecurityActions.setContextClassLoader(ClassLoaderProvider.getDefaultProvider().getServerIntegrationClassLoader());
- final ServiceTarget target = deployment.getAttachment(ServiceTarget.class);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : deployment.getService().getEndpoints()) {
- registry.unregister(endpoint);
- }
- }
- // END workaround
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.undeploy(deployment);
@@ -240,6 +228,29 @@
throw MESSAGES.destroyContextPhaseFailed(e);
}
}
+
+ private List<DeploymentAspect> getDeploymentAspects() {
+ return runningInService ? DeploymentAspectsProvider.getSortedDeploymentAspects() : getPublisherDeploymentAspects();
+ }
+
+ private static synchronized List<DeploymentAspect> getPublisherDeploymentAspects() {
+ if (depAspects == null) {
+ depAspects = new LinkedList<DeploymentAspect>();
+ final List<DeploymentAspect> serverAspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ //copy to replace the EndpointServiceDeploymentAspect
+ for (DeploymentAspect aspect : serverAspects) {
+ if (aspect instanceof EndpointServiceDeploymentAspect) {
+ final EndpointServiceDeploymentAspect a = (EndpointServiceDeploymentAspect)aspect;
+ EndpointServiceDeploymentAspect clone = (EndpointServiceDeploymentAspect)(a.clone());
+ clone.setStopServices(true);
+ depAspects.add(clone);
+ } else {
+ depAspects.add(aspect);
+ }
+ }
+ }
+ return depAspects;
+ }
private static class LocalInstanceManager implements InstanceManager {
LocalInstanceManager() {
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -83,8 +83,8 @@
public void start(final StartContext ctx) throws StartException {
ROOT_LOGGER.starting(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
- wsctx = publisher.publish(context, loader, urlPatternToClassName);
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
+ wsctx = publisher.publish(ctx.getChildTarget(), context, loader, urlPatternToClassName, null);
} catch (Exception e) {
throw new StartException(e);
}
@@ -94,7 +94,7 @@
public void stop(final StopContext ctx) {
ROOT_LOGGER.stopping(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
publisher.destroy(wsctx);
} catch (Exception e) {
throw new RuntimeException(e);
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -192,6 +192,11 @@
builder.setInitialMode(Mode.ACTIVE);
builder.install();
}
+
+ public static void uninstall(final Endpoint endpoint, final DeploymentUnit unit) {
+ final ServiceName serviceName = getServiceName(unit, endpoint.getShortName());
+ WSServices.getContainerRegistry().getRequiredService(serviceName).setMode(Mode.REMOVE);
+ }
private static String getDeploymentSecurityDomainName(final Endpoint ep) {
JBossWebMetaData metadata = ep.getService().getDeployment().getAttachment(JBossWebMetaData.class);
Modified: container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-30 09:37:44 UTC (rev 16954)
+++ container/jboss71/branches/jbossws-jboss713/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-30 10:52:01 UTC (rev 16955)
@@ -88,7 +88,9 @@
builder.addDependency(ServerEnvironmentService.SERVICE_NAME, ServerEnvironment.class, serverConfig.getServerEnvironmentInjector());
builder.addListener(listener);
builder.setInitialMode(Mode.ACTIVE);
- return builder.install();
+ ServiceController<?> sc = builder.install();
+ WSServices.saveContainerRegistry(sc.getServiceContainer());
+ return sc;
}
}
12 years, 1 month
JBossWS SVN: r16954 - in container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices: dmr and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 05:37:44 -0400 (Tue, 30 Oct 2012)
New Revision: 16954
Modified:
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
Log:
[JBWS-3426] Fixing ASIL 711
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -30,6 +30,7 @@
import org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.Endpoint;
+import org.jboss.wsf.spi.deployment.LifecycleHandler;
/**
* Creates Endpoint Service instance when starting the Endpoint
@@ -37,18 +38,49 @@
* @author alessio.soldano(a)jboss.com
* @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
*/
-public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect {
+public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect implements Cloneable {
+ private boolean stopServices = false;
+
@Override
public void start(final Deployment dep) {
- super.start(dep);
final ServiceTarget target = getOptionalAttachment(dep, ServiceTarget.class);
- if (target != null) {
+ final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
+ for (final Endpoint ep : dep.getService().getEndpoints()) {
+ EndpointService.install(target, ep, unit);
+ getLifecycleHandler(ep, true).start(ep);
+ }
+ }
+
+ @Override
+ public void stop(Deployment dep)
+ {
+ if (stopServices) {
final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
for (final Endpoint ep : dep.getService().getEndpoints()) {
- EndpointService.install(target, ep, unit);
+ LifecycleHandler lifecycleHandler = getLifecycleHandler(ep, false);
+ if (lifecycleHandler != null)
+ lifecycleHandler.stop(ep);
+ EndpointService.uninstall(ep, unit);
}
+ } else {
+ super.stop(dep);
}
}
-
+
+ public void setStopServices(boolean stopServices) {
+ this.stopServices = stopServices;
+ }
+
+ public Object clone() {
+ EndpointServiceDeploymentAspect clone = new EndpointServiceDeploymentAspect();
+ clone.setForJaxRpc(isForJaxRpc());
+ clone.setForJaxWs(isForJaxWs());
+ clone.setLast(isLast());
+ clone.setProvides(getProvides());
+ clone.setRelativeOrder(getRelativeOrder());
+ clone.setRequires(getRequires());
+ clone.setStopServices(stopServices);
+ return clone;
+ }
}
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -119,14 +119,13 @@
}
}, OperationContext.Stage.RUNTIME);
- WSServices.saveContainerRegistry(context.getServiceRegistry(false));
ServiceTarget serviceTarget = context.getServiceTarget();
if (appclient && model.hasDefined(WSDL_HOST)) {
- ServerConfigImpl serverConfig = createServerConfig(model, true);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
}
if (!appclient) {
- ServerConfigImpl serverConfig = createServerConfig(model, false);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
newControllers.add(EndpointRegistryService.install(serviceTarget, verificationHandler));
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -25,6 +25,7 @@
import java.io.File;
import java.lang.reflect.InvocationTargetException;
+import java.util.LinkedList;
import java.util.List;
import java.util.Map;
@@ -39,6 +40,7 @@
import org.apache.catalina.startup.ContextConfig;
import org.apache.tomcat.InstanceManager;
import org.jboss.as.web.deployment.WebCtxLoader;
+import org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect;
import org.jboss.as.webservices.deployers.deployment.DeploymentAspectsProvider;
import org.jboss.as.webservices.deployers.deployment.WSDeploymentBuilder;
import org.jboss.as.webservices.service.ServerConfigService;
@@ -50,16 +52,12 @@
import org.jboss.metadata.web.spec.ServletMappingMetaData;
import org.jboss.msc.service.ServiceTarget;
import org.jboss.ws.common.deployment.DeploymentAspectManagerImpl;
-import org.jboss.wsf.spi.SPIProvider;
-import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.classloading.ClassLoaderProvider;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.DeploymentAspect;
import org.jboss.wsf.spi.deployment.DeploymentAspectManager;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.deployment.WSFServlet;
-import org.jboss.wsf.spi.management.EndpointRegistry;
-import org.jboss.wsf.spi.management.EndpointRegistryFactory;
import org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData;
import org.jboss.wsf.spi.publish.Context;
import org.jboss.wsf.spi.publish.EndpointPublisher;
@@ -73,30 +71,41 @@
public final class EndpointPublisherImpl implements EndpointPublisher {
private Host host;
+ private boolean runningInService = false;
+ private static List<DeploymentAspect> depAspects = null;
public EndpointPublisherImpl(Host host) {
this.host = host;
}
+
+ public EndpointPublisherImpl(Host host, boolean runningInService) {
+ this(host);
+ this.runningInService = runningInService;
+ }
@Override
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, null);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, null);
}
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, metadata);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, metadata);
}
public Context publish(ServiceTarget target, String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
WSEndpointDeploymentUnit unit = new WSEndpointDeploymentUnit(loader, context, urlPatternToClassNameMap, metadata);
return new Context(context, publish(target, unit));
}
+
+ private static ServiceTarget getBaseTarget() {
+ return WSServices.getContainerRegistry().getService(WSServices.CONFIG_SERVICE).getServiceContainer();
+ }
/**
* Publishes the endpoints declared to the provided WSEndpointDeploymentUnit
*/
public List<Endpoint> publish(ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception {
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
Deployment dep = null;
try {
@@ -107,16 +116,6 @@
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.deploy(dep);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : dep.getService().getEndpoints()) {
- registry.register(endpoint);
- }
- }
- // END workaround
} finally {
if (dep != null) {
dep.removeAttachment(ServiceTarget.class);
@@ -198,24 +197,13 @@
return;
}
Deployment deployment = eps.get(0).getService().getDeployment();
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
try {
stopWebApp(deployment.getAttachment(StandardContext.class));
} finally {
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
try {
SecurityActions.setContextClassLoader(ClassLoaderProvider.getDefaultProvider().getServerIntegrationClassLoader());
- final ServiceTarget target = deployment.getAttachment(ServiceTarget.class);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : deployment.getService().getEndpoints()) {
- registry.unregister(endpoint);
- }
- }
- // END workaround
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.undeploy(deployment);
@@ -239,6 +227,29 @@
throw MESSAGES.destroyContextPhaseFailed(e);
}
}
+
+ private List<DeploymentAspect> getDeploymentAspects() {
+ return runningInService ? DeploymentAspectsProvider.getSortedDeploymentAspects() : getPublisherDeploymentAspects();
+ }
+
+ private static synchronized List<DeploymentAspect> getPublisherDeploymentAspects() {
+ if (depAspects == null) {
+ depAspects = new LinkedList<DeploymentAspect>();
+ final List<DeploymentAspect> serverAspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ //copy to replace the EndpointServiceDeploymentAspect
+ for (DeploymentAspect aspect : serverAspects) {
+ if (aspect instanceof EndpointServiceDeploymentAspect) {
+ final EndpointServiceDeploymentAspect a = (EndpointServiceDeploymentAspect)aspect;
+ EndpointServiceDeploymentAspect clone = (EndpointServiceDeploymentAspect)(a.clone());
+ clone.setStopServices(true);
+ depAspects.add(clone);
+ } else {
+ depAspects.add(aspect);
+ }
+ }
+ }
+ return depAspects;
+ }
private static class LocalInstanceManager implements InstanceManager {
LocalInstanceManager() {
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -83,8 +83,8 @@
public void start(final StartContext ctx) throws StartException {
ROOT_LOGGER.starting(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
- wsctx = publisher.publish(context, loader, urlPatternToClassName);
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
+ wsctx = publisher.publish(ctx.getChildTarget(), context, loader, urlPatternToClassName, null);
} catch (Exception e) {
throw new StartException(e);
}
@@ -94,7 +94,7 @@
public void stop(final StopContext ctx) {
ROOT_LOGGER.stopping(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
publisher.destroy(wsctx);
} catch (Exception e) {
throw new RuntimeException(e);
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -183,6 +183,11 @@
builder.setInitialMode(Mode.ACTIVE);
builder.install();
}
+
+ public static void uninstall(final Endpoint endpoint, final DeploymentUnit unit) {
+ final ServiceName serviceName = getServiceName(unit, endpoint.getShortName());
+ WSServices.getContainerRegistry().getRequiredService(serviceName).setMode(Mode.REMOVE);
+ }
private static String getDeploymentSecurityDomainName(final Endpoint ep) {
JBossWebMetaData metadata = ep.getService().getDeployment().getAttachment(JBossWebMetaData.class);
Modified: container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-30 09:21:12 UTC (rev 16953)
+++ container/jboss71/branches/jbossws-jboss711/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-30 09:37:44 UTC (rev 16954)
@@ -88,7 +88,9 @@
builder.addDependency(ServerEnvironmentService.SERVICE_NAME, ServerEnvironment.class, serverConfig.getServerEnvironmentInjector());
builder.addListener(listener);
builder.setInitialMode(Mode.ACTIVE);
- return builder.install();
+ ServiceController<?> sc = builder.install();
+ WSServices.saveContainerRegistry(sc.getServiceContainer());
+ return sc;
}
}
12 years, 1 month
JBossWS SVN: r16953 - in container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices: dmr and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-30 05:21:12 -0400 (Tue, 30 Oct 2012)
New Revision: 16953
Modified:
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
Log:
[JBWS-3426] Fixing ASIL 712
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/deployers/EndpointServiceDeploymentAspect.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -30,6 +30,7 @@
import org.jboss.ws.common.deployment.EndpointLifecycleDeploymentAspect;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.Endpoint;
+import org.jboss.wsf.spi.deployment.LifecycleHandler;
/**
* Creates Endpoint Service instance when starting the Endpoint
@@ -37,18 +38,49 @@
* @author alessio.soldano(a)jboss.com
* @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
*/
-public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect {
+public final class EndpointServiceDeploymentAspect extends EndpointLifecycleDeploymentAspect implements Cloneable {
+ private boolean stopServices = false;
+
@Override
public void start(final Deployment dep) {
- super.start(dep);
final ServiceTarget target = getOptionalAttachment(dep, ServiceTarget.class);
- if (target != null) {
+ final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
+ for (final Endpoint ep : dep.getService().getEndpoints()) {
+ EndpointService.install(target, ep, unit);
+ getLifecycleHandler(ep, true).start(ep);
+ }
+ }
+
+ @Override
+ public void stop(Deployment dep)
+ {
+ if (stopServices) {
final DeploymentUnit unit = getRequiredAttachment(dep, DeploymentUnit.class);
for (final Endpoint ep : dep.getService().getEndpoints()) {
- EndpointService.install(target, ep, unit);
+ LifecycleHandler lifecycleHandler = getLifecycleHandler(ep, false);
+ if (lifecycleHandler != null)
+ lifecycleHandler.stop(ep);
+ EndpointService.uninstall(ep, unit);
}
+ } else {
+ super.stop(dep);
}
}
-
+
+ public void setStopServices(boolean stopServices) {
+ this.stopServices = stopServices;
+ }
+
+ public Object clone() {
+ EndpointServiceDeploymentAspect clone = new EndpointServiceDeploymentAspect();
+ clone.setForJaxRpc(isForJaxRpc());
+ clone.setForJaxWs(isForJaxWs());
+ clone.setLast(isLast());
+ clone.setProvides(getProvides());
+ clone.setRelativeOrder(getRelativeOrder());
+ clone.setRequires(getRequires());
+ clone.setStopServices(stopServices);
+ return clone;
+ }
}
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/dmr/WSSubsystemAdd.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -119,14 +119,13 @@
}
}, OperationContext.Stage.RUNTIME);
- WSServices.saveContainerRegistry(context.getServiceRegistry(false));
ServiceTarget serviceTarget = context.getServiceTarget();
if (appclient && model.hasDefined(WSDL_HOST)) {
- ServerConfigImpl serverConfig = createServerConfig(model, true);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
}
if (!appclient) {
- ServerConfigImpl serverConfig = createServerConfig(model, false);
+ ServerConfigImpl serverConfig = createServerConfig(model, appclient);
newControllers.add(ServerConfigService.install(serviceTarget, serverConfig, verificationHandler));
newControllers.add(EndpointRegistryService.install(serviceTarget, verificationHandler));
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/publish/EndpointPublisherImpl.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -25,6 +25,7 @@
import java.io.File;
import java.lang.reflect.InvocationTargetException;
+import java.util.LinkedList;
import java.util.List;
import java.util.Map;
@@ -39,6 +40,7 @@
import org.apache.catalina.startup.ContextConfig;
import org.apache.tomcat.InstanceManager;
import org.jboss.as.web.deployment.WebCtxLoader;
+import org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect;
import org.jboss.as.webservices.deployers.deployment.DeploymentAspectsProvider;
import org.jboss.as.webservices.deployers.deployment.WSDeploymentBuilder;
import org.jboss.as.webservices.service.ServerConfigService;
@@ -50,16 +52,12 @@
import org.jboss.metadata.web.spec.ServletMappingMetaData;
import org.jboss.msc.service.ServiceTarget;
import org.jboss.ws.common.deployment.DeploymentAspectManagerImpl;
-import org.jboss.wsf.spi.SPIProvider;
-import org.jboss.wsf.spi.SPIProviderResolver;
import org.jboss.wsf.spi.classloading.ClassLoaderProvider;
import org.jboss.wsf.spi.deployment.Deployment;
import org.jboss.wsf.spi.deployment.DeploymentAspect;
import org.jboss.wsf.spi.deployment.DeploymentAspectManager;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.deployment.WSFServlet;
-import org.jboss.wsf.spi.management.EndpointRegistry;
-import org.jboss.wsf.spi.management.EndpointRegistryFactory;
import org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData;
import org.jboss.wsf.spi.publish.Context;
import org.jboss.wsf.spi.publish.EndpointPublisher;
@@ -73,31 +71,42 @@
public final class EndpointPublisherImpl implements EndpointPublisher {
private Host host;
+ private boolean runningInService = false;
+ private static List<DeploymentAspect> depAspects = null;
public EndpointPublisherImpl(Host host) {
this.host = host;
}
+
+ public EndpointPublisherImpl(Host host, boolean runningInService) {
+ this(host);
+ this.runningInService = runningInService;
+ }
@Override
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, null);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, null);
}
@Override
public Context publish(String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
- return publish(null, context, loader, urlPatternToClassNameMap, metadata);
+ return publish(getBaseTarget(), context, loader, urlPatternToClassNameMap, metadata);
}
public Context publish(ServiceTarget target, String context, ClassLoader loader, Map<String, String> urlPatternToClassNameMap, WebservicesMetaData metadata) throws Exception {
WSEndpointDeploymentUnit unit = new WSEndpointDeploymentUnit(loader, context, urlPatternToClassNameMap, metadata);
return new Context(context, publish(target, unit));
}
+
+ private static ServiceTarget getBaseTarget() {
+ return WSServices.getContainerRegistry().getService(WSServices.CONFIG_SERVICE).getServiceContainer();
+ }
/**
* Publishes the endpoints declared to the provided WSEndpointDeploymentUnit
*/
public List<Endpoint> publish(ServiceTarget target, WSEndpointDeploymentUnit unit) throws Exception {
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
Deployment dep = null;
try {
@@ -108,16 +117,6 @@
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.deploy(dep);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : dep.getService().getEndpoints()) {
- registry.register(endpoint);
- }
- }
- // END workaround
} finally {
if (dep != null) {
dep.removeAttachment(ServiceTarget.class);
@@ -199,24 +198,13 @@
return;
}
Deployment deployment = eps.get(0).getService().getDeployment();
- List<DeploymentAspect> aspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ List<DeploymentAspect> aspects = getDeploymentAspects();
try {
stopWebApp(deployment.getAttachment(StandardContext.class));
} finally {
ClassLoader origClassLoader = SecurityActions.getContextClassLoader();
try {
SecurityActions.setContextClassLoader(ClassLoaderProvider.getDefaultProvider().getServerIntegrationClassLoader());
- final ServiceTarget target = deployment.getAttachment(ServiceTarget.class);
- // TODO: [JBWS-3426] fix this. START workaround
- if (target == null) {
- SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
- EndpointRegistryFactory factory = spiProvider.getSPI(EndpointRegistryFactory.class);
- EndpointRegistry registry = factory.getEndpointRegistry();
- for (final Endpoint endpoint : deployment.getService().getEndpoints()) {
- registry.unregister(endpoint);
- }
- }
- // END workaround
DeploymentAspectManager dam = new DeploymentAspectManagerImpl();
dam.setDeploymentAspects(aspects);
dam.undeploy(deployment);
@@ -240,6 +228,29 @@
throw MESSAGES.destroyContextPhaseFailed(e);
}
}
+
+ private List<DeploymentAspect> getDeploymentAspects() {
+ return runningInService ? DeploymentAspectsProvider.getSortedDeploymentAspects() : getPublisherDeploymentAspects();
+ }
+
+ private static synchronized List<DeploymentAspect> getPublisherDeploymentAspects() {
+ if (depAspects == null) {
+ depAspects = new LinkedList<DeploymentAspect>();
+ final List<DeploymentAspect> serverAspects = DeploymentAspectsProvider.getSortedDeploymentAspects();
+ //copy to replace the EndpointServiceDeploymentAspect
+ for (DeploymentAspect aspect : serverAspects) {
+ if (aspect instanceof EndpointServiceDeploymentAspect) {
+ final EndpointServiceDeploymentAspect a = (EndpointServiceDeploymentAspect)aspect;
+ EndpointServiceDeploymentAspect clone = (EndpointServiceDeploymentAspect)(a.clone());
+ clone.setStopServices(true);
+ depAspects.add(clone);
+ } else {
+ depAspects.add(aspect);
+ }
+ }
+ }
+ return depAspects;
+ }
private static class LocalInstanceManager implements InstanceManager {
LocalInstanceManager() {
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointPublishService.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -83,8 +83,8 @@
public void start(final StartContext ctx) throws StartException {
ROOT_LOGGER.starting(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
- wsctx = publisher.publish(context, loader, urlPatternToClassName);
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
+ wsctx = publisher.publish(ctx.getChildTarget(), context, loader, urlPatternToClassName, null);
} catch (Exception e) {
throw new StartException(e);
}
@@ -94,7 +94,7 @@
public void stop(final StopContext ctx) {
ROOT_LOGGER.stopping(name);
try {
- EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost());
+ EndpointPublisherImpl publisher = new EndpointPublisherImpl(hostInjector.getValue().getHost(), true);
publisher.destroy(wsctx);
} catch (Exception e) {
throw new RuntimeException(e);
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/EndpointService.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -192,6 +192,11 @@
builder.setInitialMode(Mode.ACTIVE);
builder.install();
}
+
+ public static void uninstall(final Endpoint endpoint, final DeploymentUnit unit) {
+ final ServiceName serviceName = getServiceName(unit, endpoint.getShortName());
+ WSServices.getContainerRegistry().getRequiredService(serviceName).setMode(Mode.REMOVE);
+ }
private static String getDeploymentSecurityDomainName(final Endpoint ep) {
JBossWebMetaData metadata = ep.getService().getDeployment().getAttachment(JBossWebMetaData.class);
Modified: container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java
===================================================================
--- container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-29 10:46:39 UTC (rev 16952)
+++ container/jboss71/branches/jbossws-jboss712/server-integration/src/main/java/org/jboss/as/webservices/service/ServerConfigService.java 2012-10-30 09:21:12 UTC (rev 16953)
@@ -88,7 +88,9 @@
builder.addDependency(ServerEnvironmentService.SERVICE_NAME, ServerEnvironment.class, serverConfig.getServerEnvironmentInjector());
builder.addListener(listener);
builder.setInitialMode(Mode.ACTIVE);
- return builder.install();
+ ServiceController<?> sc = builder.install();
+ WSServices.saveContainerRegistry(sc.getServiceContainer());
+ return sc;
}
}
12 years, 1 month
JBossWS SVN: r16952 - stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2012-10-29 06:46:39 -0400 (Mon, 29 Oct 2012)
New Revision: 16952
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml
Log:
[AS7-5848] fix JAXWS wrappers issue - ASM have to be on CXF API classpath
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 2012-10-29 08:54:25 UTC (rev 16951)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss720/org/apache/cxf/main/module.xml 2012-10-29 10:46:39 UTC (rev 16952)
@@ -35,6 +35,7 @@
<include path="META-INF/"/>
</imports>
</module>
+ <module name="asm.asm" />
<module name="javax.api" />
<module name="javax.annotation.api" />
<module name="javax.mail.api" />
12 years, 1 month
JBossWS SVN: r16951 - stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2012-10-29 04:54:25 -0400 (Mon, 29 Oct 2012)
New Revision: 16951
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
Log:
fix JAXWS wrappers issue - ASM have to be on CXF API classpath
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 2012-10-25 15:26:22 UTC (rev 16950)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2012-10-29 08:54:25 UTC (rev 16951)
@@ -35,6 +35,7 @@
<include path="META-INF/"/>
</imports>
</module>
+ <module name="asm.asm" />
<module name="javax.api" />
<module name="javax.annotation.api" />
<module name="javax.mail.api" />
12 years, 1 month
JBossWS SVN: r16950 - stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-25 11:26:22 -0400 (Thu, 25 Oct 2012)
New Revision: 16950
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/ServletHelper.java
Log:
[JBWS-3561] Removing constant not used anymore
Modified: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/ServletHelper.java
===================================================================
--- stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/ServletHelper.java 2012-10-25 14:43:24 UTC (rev 16949)
+++ stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/ServletHelper.java 2012-10-25 15:26:22 UTC (rev 16950)
@@ -59,8 +59,6 @@
*/
public class ServletHelper
{
- public static final String ENABLE_CXF_MANAGEMENT = "enable.cxf.management";
-
public static Endpoint initEndpoint(ServletConfig servletConfig, String servletName)
{
ClassLoader cl = ClassLoaderProvider.getDefaultProvider().getServerIntegrationClassLoader();
12 years, 1 month
JBossWS SVN: r16949 - stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2012-10-25 10:43:24 -0400 (Thu, 25 Oct 2012)
New Revision: 16949
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
Log:
[JBWS-3561] Adding constants, forgotten in previous commit
Modified: stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java
===================================================================
--- stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java 2012-10-25 14:42:43 UTC (rev 16948)
+++ stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/Constants.java 2012-10-25 14:43:24 UTC (rev 16949)
@@ -40,4 +40,6 @@
public static final String CXF_QUEUE_LOW_WATER_MARK_PROP = "lowWaterMark";
public static final String CXF_QUEUE_DEQUEUE_TIMEOUT_PROP = "dequeueTimeout";
public static final String CXF_POLICY_ALTERNATIVE_SELECTOR_PROP = "cxf.policy.alternativeSelector";
+ public static final String CXF_MANAGEMENT_ENABLED = "cxf.management.enabled";
+ public static final String CXF_MANAGEMENT_INSTALL_RESPONSE_TIME_INTERCEPTORS = "cxf.management.installResponseTimeInterceptors";
}
12 years, 1 month