JBossWS SVN: r13740 - stack/cxf/trunk/modules/testsuite/cxf-tests.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2011-02-14 08:38:53 -0500 (Mon, 14 Feb 2011)
New Revision: 13740
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
Log:
exclude logging for picketbox
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2011-02-14 10:35:59 UTC (rev 13739)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2011-02-14 13:38:53 UTC (rev 13740)
@@ -24,6 +24,12 @@
<groupId>org.picketbox</groupId>
<artifactId>picketbox-bare</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
14 years, 8 months
JBossWS SVN: r13739 - in stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules: dist and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-02-14 05:35:59 -0500 (Mon, 14 Feb 2011)
New Revision: 13739
Added:
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/management/
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src/
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src/main/distro/test-exclude.xsl
Log:
Add dist module and move management module under it
Property changes on: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/management
___________________________________________________________________
Added: svn:ignore
+ target
.classpath
.project
.settings
Added: svn:mergeinfo
+
Property changes on: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src
___________________________________________________________________
Added: svn:mergeinfo
+
Added: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src/main/distro/test-exclude.xsl
===================================================================
--- stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src/main/distro/test-exclude.xsl (rev 0)
+++ stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/src/main/distro/test-exclude.xsl 2011-02-14 10:35:59 UTC (rev 13739)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://maven.apache.org/POM/4.0.0">
+ <xsl:param name="targetName"/>
+ <xsl:output method="text"/>
+ <xsl:template match="/">
+ <xsl:for-each select="//m:profile[m:id=$targetName]/m:build/m:plugins/m:plugin[m:artifactId='maven-surefire-plugin']//m:exclude">
+ <xsl:value-of select="."/><xsl:text> </xsl:text>
+ </xsl:for-each>
+ </xsl:template>
+</xsl:stylesheet>
14 years, 8 months
JBossWS SVN: r13738 - stack/cxf/branches.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-02-14 04:36:39 -0500 (Mon, 14 Feb 2011)
New Revision: 13738
Removed:
stack/cxf/branches/jbossws-cxf-4.0.0.SNAPSHOT-Maven3/
Log:
Remove cxf m3 work branch
14 years, 9 months
JBossWS SVN: r13737 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-02-14 04:34:47 -0500 (Mon, 14 Feb 2011)
New Revision: 13737
Added:
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/
Log:
Created native m3 work branch
14 years, 9 months
JBossWS SVN: r13736 - hudson/trunk/scripts.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 12:19:00 -0500 (Fri, 11 Feb 2011)
New Revision: 13736
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
[JBWS-3210] Updating hudson jobs to run till the integration-test phase
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2011-02-11 17:12:26 UTC (rev 13735)
+++ hudson/trunk/scripts/jbossws-qa.sh 2011-02-11 17:19:00 UTC (rev 13736)
@@ -153,11 +153,11 @@
}
runTestsViaMavenWithSpring() {
- mvn $ENVIRONMENT -Ptestsuite,hudson,spring,$JBOSS_TARGET $TEST_OPTS test 2>&1 | tee $WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Ptestsuite,hudson,spring,$JBOSS_TARGET $TEST_OPTS integration-test 2>&1 | tee $WORKSPACE/tests.log
}
runTestsViaMaven() {
- mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET $TEST_OPTS test 2>&1 | tee $WORKSPACE/tests.log
+ mvn $ENVIRONMENT -Ptestsuite,hudson,$JBOSS_TARGET $TEST_OPTS integration-test 2>&1 | tee $WORKSPACE/tests.log
}
runTestsViaAnt() {
14 years, 9 months
JBossWS SVN: r13735 - in stack/cxf/trunk/modules/testsuite: shared-tests and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 12:12:26 -0500 (Fri, 11 Feb 2011)
New Revision: 13735
Removed:
stack/cxf/trunk/modules/testsuite/shared-tests/scripts/assembly-junit-artifacts.xml
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
Log:
[JBWS-3210] Removing hack introduced in r13718 (depending on org.jboss.ws.cxf:jbossws-cxf-factories:4.0.0.Alpha1): moved jbossws testsuites execution to maven integration-test phase (which is fine even regardless of this issue) to allow for having packaged jbossws-cxf artifacts available; added plugin for copying jbossws-cxf-factories to the temporary endorsed dir that's used when running the testsuite against AS7.
Also replaced the use of an assembly plugin for making the junit jar available to WSRunClientTestCase with an additional execution of dependency plugin in pre-integration-test phase.
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-11 16:12:41 UTC (rev 13734)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-11 17:12:26 UTC (rev 13735)
@@ -57,7 +57,7 @@
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-factories</artifactId>
- <version>4.0.0.Alpha1</version><!-- TODO: think out how to remove this temporary hack -->
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -159,17 +159,34 @@
<type>jar</type>
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
</artifactItem>
- <artifactItem>
- <groupId>org.jboss.ws.cxf</groupId>
- <artifactId>jbossws-cxf-factories</artifactId>
- <type>jar</type>
- <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
- </artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
+ <plugin> <!-- This copies jbossws-cxf-factories jar to endorsed dir before the integration-tests are run -->
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-factories-jar</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>copy-resources</goal>
+ </goals>
+ <configuration>
+ <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
+ <resources>
+ <resource>
+ <directory>${basedir}/../endorsed/target/</directory>
+ <includes>
+ <include>jbossws-cxf-factories-${project.version}.jar</include>
+ </includes>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
@@ -191,86 +208,99 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <skip>true</skip>
<failIfNoTests>false</failIfNoTests>
- <includes>
- <include>**/*Test.java</include>
- <include>**/*TestCase.java</include>
- </includes>
- <systemProperties>
- <property>
- <name>jboss.server.instance</name>
- <value>${jboss.server.instance}</value>
- </property>
- <property>
- <name>jboss.bind.address</name>
- <value>${jboss.bind.address}</value>
- </property>
- <property>
- <name>java.naming.provider.url</name>
- <value>jnp://${jboss.bind.address}:1099</value>
- </property>
- <property>
- <name>java.protocol.handler.pkgs</name>
- <value>org.jboss.net.protocol|org.jboss.vfs.protocol|org.jboss.virtual.protocol</value>
- </property>
- <property>
- <name>jboss.home</name>
- <value>${jboss.home}</value>
- </property>
- <property>
- <name>jbossws.integration.target</name>
- <value>${jbossws.integration.target}</value>
- </property>
- <property>
- <name>test.disable.deployment</name>
- <value>false</value>
- </property>
- <property>
- <name>log4j.output.dir</name>
- <value>${project.build.directory}</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.keyStore</name>
- <value>${test.resources.directory}/jaxws/samples/wssecurity/wsse.keystore</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.trustStore</name>
- <value>${test.resources.directory}/jaxws/samples/wssecurity/wsse.truststore</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.keyStorePassword</name>
- <value>jbossws</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.trustStorePassword</name>
- <value>jbossws</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.keyStoreType</name>
- <value>jks</value>
- </property>
- <property>
- <name>org.jboss.ws.wsse.trustStoreType</name>
- <value>jks</value>
- </property>
- <property>
- <name>test.archive.directory</name>
- <value>${test.archive.directory}</value>
- </property>
- <property>
- <name>test.classes.directory</name>
- <value>${test.classes.directory}</value>
- </property>
- <property>
- <name>test.resources.directory</name>
- <value>${test.resources.directory}</value>
- </property>
- <property>
- <name>wsdl.publish.location</name>
- <value>${wsdl.publish.location}</value>
- </property>
- </systemProperties>
</configuration>
+ <executions>
+ <execution>
+ <id>integration-tests</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ <includes>
+ <include>**/*Test.java</include>
+ <include>**/*TestCase.java</include>
+ </includes>
+ <systemProperties>
+ <property>
+ <name>jboss.server.instance</name>
+ <value>${jboss.server.instance}</value>
+ </property>
+ <property>
+ <name>jboss.bind.address</name>
+ <value>${jboss.bind.address}</value>
+ </property>
+ <property>
+ <name>java.naming.provider.url</name>
+ <value>jnp://${jboss.bind.address}:1099</value>
+ </property>
+ <property>
+ <name>java.protocol.handler.pkgs</name>
+ <value>org.jboss.net.protocol|org.jboss.vfs.protocol|org.jboss.virtual.protocol</value>
+ </property>
+ <property>
+ <name>jboss.home</name>
+ <value>${jboss.home}</value>
+ </property>
+ <property>
+ <name>jbossws.integration.target</name>
+ <value>${jbossws.integration.target}</value>
+ </property>
+ <property>
+ <name>test.disable.deployment</name>
+ <value>false</value>
+ </property>
+ <property>
+ <name>log4j.output.dir</name>
+ <value>${project.build.directory}</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.keyStore</name>
+ <value>${test.resources.directory}/jaxws/samples/wssecurity/wsse.keystore</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.trustStore</name>
+ <value>${test.resources.directory}/jaxws/samples/wssecurity/wsse.truststore</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.keyStorePassword</name>
+ <value>jbossws</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.trustStorePassword</name>
+ <value>jbossws</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.keyStoreType</name>
+ <value>jks</value>
+ </property>
+ <property>
+ <name>org.jboss.ws.wsse.trustStoreType</name>
+ <value>jks</value>
+ </property>
+ <property>
+ <name>test.archive.directory</name>
+ <value>${test.archive.directory}</value>
+ </property>
+ <property>
+ <name>test.classes.directory</name>
+ <value>${test.classes.directory}</value>
+ </property>
+ <property>
+ <name>test.resources.directory</name>
+ <value>${test.resources.directory}</value>
+ </property>
+ <property>
+ <name>wsdl.publish.location</name>
+ <value>${wsdl.publish.location}</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>
Modified: stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2011-02-11 16:12:41 UTC (rev 13734)
+++ stack/cxf/trunk/modules/testsuite/shared-tests/pom.xml 2011-02-11 17:12:26 UTC (rev 13735)
@@ -21,6 +21,12 @@
<artifactId>jbossws-shared-testsuite</artifactId>
<type>zip</type>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<!-- Plugins -->
@@ -81,6 +87,24 @@
</artifactItems>
</configuration>
</execution>
+ <execution> <!-- This is used by WSRunClientTestCase -->
+ <id>copy-junit</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <type>jar</type>
+ <outputDirectory>${basedir}/target/junit-libs</outputDirectory>
+ <destFileName>junit.jar</destFileName>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>
@@ -128,26 +152,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <finalName>junit-libs</finalName>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId>
- <descriptors>
- <descriptor>scripts/assembly-junit-artifacts.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>validate</phase>
- <goals>
- <goal>directory-inline</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>
Deleted: stack/cxf/trunk/modules/testsuite/shared-tests/scripts/assembly-junit-artifacts.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/shared-tests/scripts/assembly-junit-artifacts.xml 2011-02-11 16:12:41 UTC (rev 13734)
+++ stack/cxf/trunk/modules/testsuite/shared-tests/scripts/assembly-junit-artifacts.xml 2011-02-11 17:12:26 UTC (rev 13735)
@@ -1,22 +0,0 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
-
- <id>junit-libs</id>
- <formats>
- <format>dir</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
-
- <dependencySets>
- <dependencySet>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <useStrictFiltering>true</useStrictFiltering>
- <scope>test</scope>
- <unpack>false</unpack>
- <includes>
- <include>*:junit:jar</include>
- </includes>
- </dependencySet>
- </dependencySets>
-
-</assembly>
14 years, 9 months
JBossWS SVN: r13734 - stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 11:12:41 -0500 (Fri, 11 Feb 2011)
New Revision: 13734
Modified:
stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
Log:
[JBWS-3206] Fixing org.jboss.as.webservices module.xml after detyped2 changes
Modified: stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml
===================================================================
--- stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml 2011-02-11 09:39:37 UTC (rev 13733)
+++ stack/cxf/trunk/modules/resources/src/main/resources/modules/org/jboss/as/webservices/main/module.xml 2011-02-11 16:12:41 UTC (rev 13734)
@@ -35,7 +35,7 @@
<module name="org.jboss.jandex"/>
<module name="org.jboss.metadata"/>
<module name="org.jboss.staxmapper"/>
- <module name="org.jboss.as.domain"/>
+ <module name="org.jboss.as.controller"/>
<module name="org.jboss.as.managed-beans"/>
<module name="org.jboss.as.server"/>
<module name="org.jboss.as.web"/>
14 years, 9 months
JBossWS SVN: r13733 - stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 04:39:37 -0500 (Fri, 11 Feb 2011)
New Revision: 13733
Modified:
stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/all-deploy-installer.conf
stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/default-deploy-installer.conf
stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/production-deploy-installer.conf
stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/standard-deploy-installer.conf
stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/web-deploy-installer.conf
Log:
[JBPAPP-4953] Fixing *-deploy-installer.conf in CXF stack to cope with EAP changes due to Native stack changes
Modified: stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/all-deploy-installer.conf
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/all-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
+++ stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/all-deploy-installer.conf 2011-02-11 09:39:37 UTC (rev 13733)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/all/deploy/jbossws.sar server/all/deploy/juddi-service.sar server/all/deploy/jbossws-container-jboss-beans.xml server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/all/deployers/jbossws.deployer/jbossws-native-core.jar server/all/deployers/jbossws.deployer/jettison.jar server/all/deployers/jbossws.deployer/policy.jar server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/all/deploy/jbossws.sar server/all/deploy/juddi-service.sar server/all/deploy/jbossws-container-jboss-beans.xml server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/all/deployers/jbossws.deployer/jbossws-native-core.jar server/all/deployers/jbossws.deployer/jettison.jar server/all/deployers/jbossws.deployer/policy.jar server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/default-deploy-installer.conf
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/default-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
+++ stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/default-deploy-installer.conf 2011-02-11 09:39:37 UTC (rev 13733)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/default/deploy/jbossws.sar server/default/deploy/juddi-service.sar server/default/deploy/jbossws-container-jboss-beans.xml server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/default/deployers/jbossws.deployer/jbossws-native-core.jar server/default/deployers/jbossws.deployer/jettison.jar server/default/deployers/jbossws.deployer/policy.jar server/default/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-native-factories.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/default/deploy/jbossws.sar server/default/deploy/juddi-service.sar server/default/deploy/jbossws-container-jboss-beans.xml server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/default/deployers/jbossws.deployer/jbossws-native-core.jar server/default/deployers/jbossws.deployer/jettison.jar server/default/deployers/jbossws.deployer/policy.jar server/default/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/production-deploy-installer.conf
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/production-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
+++ stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/production-deploy-installer.conf 2011-02-11 09:39:37 UTC (rev 13733)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/production/deploy/jbossws.sar server/production/deploy/juddi-service.sar server/production/deploy/jbossws-container-jboss-beans.xml server/production/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/production/deployers/jbossws.deployer/jbossws-native-core.jar server/production/deployers/jbossws.deployer/jettison.jar server/production/deployers/jbossws.deployer/policy.jar server/production/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/production/deploy/jbossws.sar server/production/deploy/juddi-service.sar server/production/deploy/jbossws-container-jboss-beans.xml server/production/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/production/deployers/jbossws.deployer/jbossws-native-core.jar server/production/deployers/jbossws.deployer/jettison.jar server/production/deployers/jbossws.deployer/policy.jar server/production/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/standard-deploy-installer.conf
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/standard-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
+++ stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/standard-deploy-installer.conf 2011-02-11 09:39:37 UTC (rev 13733)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/standard/deploy/jbossws.sar server/standard/deploy/juddi-service.sar server/standard/deploy/jbossws-container-jboss-beans.xml server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/standard/deployers/jbossws.deployer/jbossws-native-core.jar server/standard/deployers/jbossws.deployer/jettison.jar server/standard/deployers/jbossws.deployer/policy.jar server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/standard/deploy/jbossws.sar server/standard/deploy/juddi-service.sar server/standard/deploy/jbossws-container-jboss-beans.xml server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/standard/deployers/jbossws.deployer/jbossws-native-core.jar server/standard/deployers/jbossws.deployer/jettison.jar server/standard/deployers/jbossws.deployer/policy.jar server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/web-deploy-installer.conf
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/web-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
+++ stack/cxf/tags/jbossws-cxf-3.1.2.SP8/modules/resources/src/main/resources/resources/web-deploy-installer.conf 2011-02-11 09:39:37 UTC (rev 13733)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/web/deploy/jbossws.sar server/web/deploy/juddi-service.sar server/web/deploy/jbossws-container-jboss-beans.xml server/web/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/web/deployers/jbossws.deployer/jbossws-native-core.jar server/web/deployers/jbossws.deployer/jettison.jar server/web/deployers/jbossws.deployer/policy.jar server/web/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/web/deploy/jbossws.sar server/web/deploy/juddi-service.sar server/web/deploy/jbossws-container-jboss-beans.xml server/web/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/web/deployers/jbossws.deployer/jbossws-native-core.jar server/web/deployers/jbossws.deployer/jettison.jar server/web/deployers/jbossws.deployer/policy.jar server/web/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
14 years, 9 months
JBossWS SVN: r13732 - stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-11 04:38:56 -0500 (Fri, 11 Feb 2011)
New Revision: 13732
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy-installer.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/default-deploy-installer.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy-installer.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy-installer.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy-installer.conf
Log:
[JBPAPP-4953] Fixing *-deploy-installer.conf in CXF stack to cope with EAP changes due to Native stack changes
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy-installer.conf
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy-installer.conf 2011-02-10 16:15:09 UTC (rev 13731)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/all/deploy/jbossws.sar server/all/deploy/juddi-service.sar server/all/deploy/jbossws-container-jboss-beans.xml server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/all/deployers/jbossws.deployer/jbossws-native-core.jar server/all/deployers/jbossws.deployer/jettison.jar server/all/deployers/jbossws.deployer/policy.jar server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/all/deploy/jbossws.sar server/all/deploy/juddi-service.sar server/all/deploy/jbossws-container-jboss-beans.xml server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/all/deployers/jbossws.deployer/jbossws-native-core.jar server/all/deployers/jbossws.deployer/jettison.jar server/all/deployers/jbossws.deployer/policy.jar server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/default-deploy-installer.conf
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/default-deploy-installer.conf 2011-02-10 16:15:09 UTC (rev 13731)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/default-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/default/deploy/jbossws.sar server/default/deploy/juddi-service.sar server/default/deploy/jbossws-container-jboss-beans.xml server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/default/deployers/jbossws.deployer/jbossws-native-core.jar server/default/deployers/jbossws.deployer/jettison.jar server/default/deployers/jbossws.deployer/policy.jar server/default/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-native-factories.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/default/deploy/jbossws.sar server/default/deploy/juddi-service.sar server/default/deploy/jbossws-container-jboss-beans.xml server/default/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/default/deployers/jbossws.deployer/jbossws-native-core.jar server/default/deployers/jbossws.deployer/jettison.jar server/default/deployers/jbossws.deployer/policy.jar server/default/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy-installer.conf
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy-installer.conf 2011-02-10 16:15:09 UTC (rev 13731)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/production/deploy/jbossws.sar server/production/deploy/juddi-service.sar server/production/deploy/jbossws-container-jboss-beans.xml server/production/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/production/deployers/jbossws.deployer/jbossws-native-core.jar server/production/deployers/jbossws.deployer/jettison.jar server/production/deployers/jbossws.deployer/policy.jar server/production/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/production/deploy/jbossws.sar server/production/deploy/juddi-service.sar server/production/deploy/jbossws-container-jboss-beans.xml server/production/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/production/deployers/jbossws.deployer/jbossws-native-core.jar server/production/deployers/jbossws.deployer/jettison.jar server/production/deployers/jbossws.deployer/policy.jar server/production/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy-installer.conf
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy-installer.conf 2011-02-10 16:15:09 UTC (rev 13731)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/standard/deploy/jbossws.sar server/standard/deploy/juddi-service.sar server/standard/deploy/jbossws-container-jboss-beans.xml server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/standard/deployers/jbossws.deployer/jbossws-native-core.jar server/standard/deployers/jbossws.deployer/jettison.jar server/standard/deployers/jbossws.deployer/policy.jar server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/standard/deploy/jbossws.sar server/standard/deploy/juddi-service.sar server/standard/deploy/jbossws-container-jboss-beans.xml server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/standard/deployers/jbossws.deployer/jbossws-native-core.jar server/standard/deployers/jbossws.deployer/jettison.jar server/standard/deployers/jbossws.deployer/policy.jar server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy-installer.conf
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy-installer.conf 2011-02-10 16:15:09 UTC (rev 13731)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy-installer.conf 2011-02-11 09:38:56 UTC (rev 13732)
@@ -1 +1 @@
-bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.ja!
r server/web/deploy/jbossws.sar server/web/deploy/juddi-service.sar server/web/deploy/jbossws-container-jboss-beans.xml server/web/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/web/deployers/jbossws.deployer/jbossws-native-core.jar server/web/deployers/jbossws.deployer/jettison.jar server/web/deployers/jbossws.deployer/policy.jar server/web/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxws-tools.jar client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-native-factories.jar client/jbossws-client.jar client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar client/streambuffer.jar common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar common/lib/jbossws-native-factories.jar common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/j!
bossws-common.jar common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/web/deploy/jbossws.sar server/web/deploy/juddi-service.sar server/web/deploy/jbossws-container-jboss-beans.xml server/web/deployers/jbossws.deployer/jboss-jaxb-intros.jar server/web/deployers/jbossws.deployer/jbossws-native-core.jar server/web/deployers/jbossws.deployer/jettison.jar server/web/deployers/jbossws.deployer/policy.jar server/web/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml lib/endorsed/jbossws-native-*
14 years, 9 months
JBossWS SVN: r13731 - in thirdparty/cxf/branches/cxf-2.2.12: api and 131 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-10 11:15:09 -0500 (Thu, 10 Feb 2011)
New Revision: 13731
Modified:
thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml
Log:
Preparing for next dev cycle
Modified: thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/api/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,13 +22,13 @@
<artifactId>cxf-api</artifactId>
<packaging>jar</packaging>
<name>Apache CXF API</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/buildtools/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-buildtools</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Buildtools</name>
<url>http://cxf.apache.org</url>
<packaging>jar</packaging>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/common/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Common Utilities</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Common</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/schemas/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,13 +22,13 @@
<artifactId>cxf-common-schemas</artifactId>
<packaging>jar</packaging>
<name>Apache CXF Common Schemas</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org/</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xerces-xsd-validation/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,13 +22,13 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XML Schema Validation with Xerces</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-boolean</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Boolean Getter Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/boolean-test/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-boolean-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Boolean Getter Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/bug671/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.xjcplugins</groupId>
<artifactId>cxf-xjc-bug671</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Plugin To Workaround JAXB Bug 671</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-dv</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Default Value Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/dv-test/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-dv-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Default Value Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-ts</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC toString Plugin</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xjc/ts-test/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-ts-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XJC toString Plugin Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/common/xsd/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-xsd</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Common XSD2Java Plugins</name>
<url>http://cxf.apache.org</url>
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/all/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Bundle Jar</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/jaxrs/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-jaxrs</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF JAX-RS Bundle Jar</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/minimal/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-minimal</artifactId>
<packaging>bundle</packaging>
<name>Apache CXF Minimal Bundle Jar</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-bundle-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolic.name>${project.groupId}.bundle-minimal</bundle.symbolic.name>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/bundle/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -23,13 +23,13 @@
<artifactId>cxf-bundle-parent</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Bundle Parent</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/manifest/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -23,13 +23,13 @@
<artifactId>cxf-distribution-manifest</artifactId>
<packaging>jar</packaging>
<name>Apache CXF Manifest Jar</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,13 +22,13 @@
<artifactId>apache-cxf</artifactId>
<packaging>pom</packaging>
<name>Apache CXF Distribution</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -99,23 +99,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/aegis_standalone/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/callback/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -165,17 +165,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/configuration_interceptor/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -147,22 +147,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/in_jvm_transport/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_jaxws_factory_bean/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_pojo/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -95,18 +95,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/java_first_spring_support/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -112,18 +112,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -114,18 +114,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/basic_https/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -147,18 +147,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using Jetty container -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_rs/content_negotiation/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -96,18 +96,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jax_server_aegis_client/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -95,23 +95,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_async/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -126,18 +126,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_dispatch_provider/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -187,18 +187,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jaxws_handlers/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -139,18 +139,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_pubsub/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -145,23 +145,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/jms_queue/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -146,23 +146,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_java_first/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -90,22 +90,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_browser_client_simple/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -137,22 +137,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/js_client/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -123,22 +123,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>rhino</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/mtom/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -140,18 +140,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,7 +21,7 @@
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Samples</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_dispatch/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -115,23 +115,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/restful_http_binding/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -115,28 +115,28 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/soap_header/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_addressing/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -142,22 +142,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_policy/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -140,22 +140,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_rm/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -134,38 +134,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -186,29 +186,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
@@ -173,29 +173,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
@@ -174,29 +174,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -155,29 +155,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/sign_enc/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -126,43 +126,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -134,43 +134,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_policy/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -173,29 +173,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/ws_security/ut_sign/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -127,43 +127,43 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -157,18 +157,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_dynamic_client/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -120,18 +120,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_https/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -229,17 +229,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_pure_xml/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_rpclit/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -122,18 +122,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_soap12/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -148,18 +148,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xml_wrapped/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -148,18 +148,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/distribution/src/main/release/samples/wsdl_first_xmlbeans/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<properties>
@@ -141,23 +141,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-xmlbeans</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/jbi/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/jca/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration-jca</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF JCA Connection</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/integration/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-integration</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Integration</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/cxf-jaxws-javafirst/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.archetype</groupId>
<artifactId>cxf-jaxws-javafirst</artifactId>
<name>Apache CXF Archetype - Simple JAX-WS Java First</name>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<properties>
<maven.test.skip>true</maven.test.skip>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/archetypes/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-archetypes</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Maven Archetypes</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/codegen-plugin/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Code Generation Maven2 Plugins</name>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/corba/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-corbatools-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF CORBA Tools Maven2 Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/java2ws-plugin/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Java2WS Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-maven-plugins</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Maven Plugins</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/wsdl-validator-plugin/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -3,7 +3,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wsdl-validator-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF WSDL Validator Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/maven-plugins/xml2fastinfoset-plugin/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,7 +22,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xml2fastinfoset-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF XML to FastInfoset Maven2 Plugin</name>
<url>http://cxf.apache.org</url>
<prerequisites>
@@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/parent/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Parent</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF</name>
<url>http://cxf.apache.org</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/coloc/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/corba/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/http/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/jbi/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/object/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/soap/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/bindings/xml/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/core/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime Core</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/aegis/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/jaxb/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/databinding/xmlbeans/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxrs/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime JAX-RS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/jaxws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime JAX-WS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/js/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime JavaScript Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/frontend/simple/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime Simple Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/javascript/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/management/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime Management</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/testsupport/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -3,14 +3,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-testsupport</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Test Case Support</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime HTTP Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-jetty/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime HTTP Jetty Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/http-osgi/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-osgi</artifactId>
<packaging>bundle</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF HTTP Transport for OSGi</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jbi/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jbi</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/jms/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime JMS Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/transports/local/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Runtime Local Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/addr/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/policy/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/rm/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/rt/ws/security/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/databinding/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/jaxrs/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/jaxws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF System Tests</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/transports/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/uncategorized/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/ws-specs/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<parent>
<artifactId>cxf-parent</artifactId>
<groupId>org.apache.cxf</groupId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-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.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<url>http://cxf.apache.org</url>
<build>
<plugins>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -20,12 +20,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-codegen</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Test for reading wsdl from repo and generating code from it</name>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -20,12 +20,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Test for writing wsdl to repo</name>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<build>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-wsdl-maven</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF System Tests for WSDL generation and retrieval</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/testutils/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Test Utilities</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/common/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools Common</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/corba/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-corba</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools CORBA</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/javato/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-javato</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools JavaTo</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/javato/ws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools JavaTo WS</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/validator/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-validator</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools Validator</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/core/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-core</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Core</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/databinding/jaxb/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo JAXB Databinding</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/javascript/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDL to JavaScript Front End</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/frontend/jaxws/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo JAXWS Frontend</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/misc/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-misctools</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Misctools</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto</artifactId>
<packaging>pom</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
</parent>
<modules>
Modified: thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml 2011-02-10 15:55:59 UTC (rev 13730)
+++ thirdparty/cxf/branches/cxf-2.2.12/tools/wsdlto/test/pom.xml 2011-02-10 16:15:09 UTC (rev 13731)
@@ -21,14 +21,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-wsdlto-test</artifactId>
<packaging>jar</packaging>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<name>Apache CXF Command Line Tools WSDLTo Test</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
- <version>2.2.12-patch01-SNAPSHOT</version>
+ <version>2.2.12-patch-02-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
14 years, 9 months