JBossWS SVN: r19163 - stack/cxf/branches/arquillian.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 10:20:44 -0500 (Fri, 19 Dec 2014)
New Revision: 19163
Modified:
stack/cxf/branches/arquillian/README
Log:
Adding a comment to the README for running the testsuite on a newtwork not allowing UDP broadcast
Modified: stack/cxf/branches/arquillian/README
===================================================================
--- stack/cxf/branches/arquillian/README 2014-12-19 14:53:15 UTC (rev 19162)
+++ stack/cxf/branches/arquillian/README 2014-12-19 15:20:44 UTC (rev 19163)
@@ -1,13 +1,14 @@
Building and running the testsuite
------------------------------------
-Building and running the testsuite requires maven version 3.2.2 or higher.
+Building and running the testsuite requires Maven version 3.2.2 or higher.
The build follows the usual Maven flow; a wilflyXYZ profile has to be specified to tell the project which target container to use for integration tests; if no wildflyXYZ profile is specified, the integration tests are skipped.
> mvn -PwildflyXYZ integration-test
The -Dserver.home=/foo/bar option can be used to run the testsuite against a given local server instance; the server does not need to be already running, as the build will create various standalone server configurations and start multiple instances.
+The -Dexclude-udp-tests=true option can be used to skip UDP tests; that might be needed when running on a network that does not allow UDP broadcast.
The 'fast' profile can also be used to run tests concurrently.
11 years
JBossWS SVN: r19162 - in stack/cxf/branches/arquillian: modules/dist and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 09:53:15 -0500 (Fri, 19 Dec 2014)
New Revision: 19162
Modified:
stack/cxf/branches/arquillian/modules/dist/pom.xml
stack/cxf/branches/arquillian/modules/testsuite/pom.xml
stack/cxf/branches/arquillian/pom.xml
Log:
Move the debug maven-antrun-plugin to the modules where it's relevant, so that it's not run for the others
Modified: stack/cxf/branches/arquillian/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-19 14:29:35 UTC (rev 19161)
+++ stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-19 14:53:15 UTC (rev 19162)
@@ -129,6 +129,26 @@
</executions>
</plugin>
<plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>validate-jboss-home</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <echo />
+ <echo message="profile=${jbossws.integration.target}" />
+ <echo message="jboss.home=${jboss.home}" />
+ <echo />
+ </target>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<inherited>false</inherited>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
@@ -163,7 +183,6 @@
</options>
</configuration>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Modified: stack/cxf/branches/arquillian/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2014-12-19 14:29:35 UTC (rev 19161)
+++ stack/cxf/branches/arquillian/modules/testsuite/pom.xml 2014-12-19 14:53:15 UTC (rev 19162)
@@ -212,6 +212,26 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>validate-jboss-home</id>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <target>
+ <echo />
+ <echo message="profile=${jbossws.integration.target}" />
+ <echo message="jboss.home=${jboss.home}" />
+ <echo />
+ </target>
+ </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>
Modified: stack/cxf/branches/arquillian/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/pom.xml 2014-12-19 14:29:35 UTC (rev 19161)
+++ stack/cxf/branches/arquillian/pom.xml 2014-12-19 14:53:15 UTC (rev 19162)
@@ -1326,26 +1326,6 @@
<plugins>
<plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>validate-jboss-home</id>
- <phase>validate</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <target>
- <echo />
- <echo message="profile=${jbossws.integration.target}" />
- <echo message="jboss.home=${jboss.home}" />
- <echo />
- </target>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
11 years
JBossWS SVN: r19161 - container/wildfly81/branches/jbossws-wildfly810.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 09:29:35 -0500 (Fri, 19 Dec 2014)
New Revision: 19161
Modified:
container/wildfly81/branches/jbossws-wildfly810/pom.xml
Log:
Use final container artifact
Modified: container/wildfly81/branches/jbossws-wildfly810/pom.xml
===================================================================
--- container/wildfly81/branches/jbossws-wildfly810/pom.xml 2014-12-19 14:27:00 UTC (rev 19160)
+++ container/wildfly81/branches/jbossws-wildfly810/pom.xml 2014-12-19 14:29:35 UTC (rev 19161)
@@ -54,7 +54,7 @@
<jbossws.spi.version>3.0.0-SNAPSHOT</jbossws.spi.version>
<jbossws.common.version>3.0.0-SNAPSHOT</jbossws.common.version>
<jboss.msc.version>1.2.2.Final</jboss.msc.version>
- <wildfly.version>8.1.0.CR2</wildfly.version>
+ <wildfly.version>8.1.0.Final</wildfly.version>
<wildfly.security-manager.version>1.0.0.Final</wildfly.security-manager.version>
<marshalling.river.version>1.4.5.Final</marshalling.river.version>
<remote.naming.version>2.0.1.Final</remote.naming.version>
11 years
JBossWS SVN: r19160 - stack/cxf/branches/arquillian/modules/dist.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 09:27:00 -0500 (Fri, 19 Dec 2014)
New Revision: 19160
Modified:
stack/cxf/branches/arquillian/modules/dist/pom.xml
Log:
Move container specific dependencies in dist module under wildflyXYZ profiles, as the dist module is now kind of coupled with the testsuite one and not meant to produce the old bindist/srcdist for all target containers together
Modified: stack/cxf/branches/arquillian/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-19 11:46:02 UTC (rev 19159)
+++ stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-19 14:27:00 UTC (rev 19160)
@@ -42,27 +42,6 @@
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
- <artifactId>jbossws-cxf-resources</artifactId>
- <version>${project.version}</version>
- <classifier>wildfly800</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.ws.cxf</groupId>
- <artifactId>jbossws-cxf-resources</artifactId>
- <version>${project.version}</version>
- <classifier>wildfly810</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.ws.cxf</groupId>
- <artifactId>jbossws-cxf-resources</artifactId>
- <version>${project.version}</version>
- <classifier>wildfly900</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-server</artifactId>
<version>${project.version}</version>
</dependency>
@@ -108,18 +87,7 @@
<artifactId>opensaml</artifactId>
<scope>provided</scope>
</dependency>
- <!-- container integration -->
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-wildfly800-server-integration</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-wildfly810-server-integration</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
</dependency>
@@ -280,6 +248,64 @@
</profile>
<!--
+ Name: wildfly800
+ Descr: WildFly-8.0.0 specific dependencies
+ -->
+ <profile>
+ <id>wildfly800</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-resources</artifactId>
+ <version>${project.version}</version>
+ <classifier>wildfly800</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-wildfly800-server-integration</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <!--
+ Name: wildfly810
+ Descr: WildFly-8.1.0 specific dependencies
+ -->
+ <profile>
+ <id>wildfly810</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-resources</artifactId>
+ <version>${project.version}</version>
+ <classifier>wildfly810</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-wildfly810-server-integration</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <!--
+ Name: wildfly900
+ Descr: WildFly-9.0.0 specific dependencies
+ -->
+ <profile>
+ <id>wildfly900</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-resources</artifactId>
+ <version>${project.version}</version>
+ <classifier>wildfly900</classifier>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <!--
Name: spring
Descr: Include spring libraries when updating the stack on the server
-->
11 years
JBossWS SVN: r19159 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 06:46:02 -0500 (Fri, 19 Dec 2014)
New Revision: 19159
Modified:
maven/parent/trunk/pom.xml
Log:
Move to maven-dependency-plugin 2.8 version
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2014-12-19 10:58:29 UTC (rev 19158)
+++ maven/parent/trunk/pom.xml 2014-12-19 11:46:02 UTC (rev 19159)
@@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.4</version>
+ <version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
11 years
JBossWS SVN: r19158 - stack/cxf/trunk.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-19 05:58:29 -0500 (Fri, 19 Dec 2014)
New Revision: 19158
Modified:
stack/cxf/trunk/pom.xml
Log:
[JBWS-3860] Moving to latest parent snapshot
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2014-12-18 16:45:54 UTC (rev 19157)
+++ stack/cxf/trunk/pom.xml 2014-12-19 10:58:29 UTC (rev 19158)
@@ -38,7 +38,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.1.0.GA</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
11 years
JBossWS SVN: r19157 - maven/parent/trunk.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-18 11:45:54 -0500 (Thu, 18 Dec 2014)
New Revision: 19157
Modified:
maven/parent/trunk/pom.xml
Log:
[JBWS-3860] Require JDK 1.7+ for building JBossWS
Modified: maven/parent/trunk/pom.xml
===================================================================
--- maven/parent/trunk/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
+++ maven/parent/trunk/pom.xml 2014-12-18 16:45:54 UTC (rev 19157)
@@ -72,8 +72,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
11 years
JBossWS SVN: r19156 - in stack/cxf/branches/jbossws-cxf-4.3.x: modules/addons and 14 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-18 05:56:19 -0500 (Thu, 18 Dec 2014)
New Revision: 19156
Modified:
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml
Log:
Preparing for next dev cycle
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml 2014-12-18 10:54:37 UTC (rev 19155)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml 2014-12-18 10:56:19 UTC (rev 19156)
@@ -32,7 +32,7 @@
<description>JBossWS CXF stack</description>
- <version>4.3.4.Final</version>
+ <version>4.3.5-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -43,9 +43,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4....</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.3.4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cx...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-4...</url>
</scm>
<!-- Modules -->
11 years
JBossWS SVN: r19155 - stack/cxf/tags.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-18 05:54:37 -0500 (Thu, 18 Dec 2014)
New Revision: 19155
Added:
stack/cxf/tags/jbossws-cxf-4.3.4.Final/
Log:
Tagging jbossws-cxf 4.3.4.Final
11 years
JBossWS SVN: r19154 - in stack/cxf/branches/jbossws-cxf-4.3.x: modules/addons and 14 other directories.
by jbossws-commits@lists.jboss.org
Author: asoldano
Date: 2014-12-18 05:53:57 -0500 (Thu, 18 Dec 2014)
New Revision: 19154
Modified:
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml
Log:
Preparing for tagging 4.3.4.Final
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/httpserver/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/http/undertow/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/addons/transports/udp/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/client/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/dist/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/endorsed/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/jaspi/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/resources/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/server/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-spring-tests/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/cxf-tests/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/shared-tests/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/modules/testsuite/test-utils/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml 2014-12-18 09:54:56 UTC (rev 19153)
+++ stack/cxf/branches/jbossws-cxf-4.3.x/pom.xml 2014-12-18 10:53:57 UTC (rev 19154)
@@ -32,7 +32,7 @@
<description>JBossWS CXF stack</description>
- <version>4.3.4-SNAPSHOT</version>
+ <version>4.3.4.Final</version>
<!-- Parent -->
<parent>
@@ -43,9 +43,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cx...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-4...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-4.3.4...</url>
</scm>
<!-- Modules -->
11 years