Author: klape
Date: 2014-11-03 00:21:46 -0500 (Mon, 03 Nov 2014)
New Revision: 19063
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/httpserver/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/undertow/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/udp/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/dist/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/endorsed/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/jaspi/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-spring-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/shared-tests/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/test-utils/pom.xml
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/pom.xml
Log:
productization pom updates
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Add-ons</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -21,4 +21,5 @@
<module>transports/udp</module>
</modules>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/httpserver/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/httpserver/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/httpserver/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF httpserver transport</name>
@@ -8,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -100,4 +101,5 @@
</dependency>
</dependencies>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/undertow/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/undertow/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/http/undertow/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Undertow http transport</name>
@@ -8,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -89,4 +90,5 @@
</dependency>
</dependencies>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/udp/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/udp/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/addons/transports/udp/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF UDP transport</name>
@@ -8,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-addons</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -33,4 +34,5 @@
</dependency>
</dependencies>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/client/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/client/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Runtime Client</name>
@@ -8,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -345,4 +346,5 @@
</profile>
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/dist/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/dist/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Distribution</name>
@@ -8,13 +9,10 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <properties>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
@@ -197,15 +195,15 @@
<phase>validate</phase>
<configuration>
<target>
- <mkdir dir="${basedir}/target/exclude-file"
/>
+ <mkdir
dir="${basedir}/target/exclude-file"></mkdir>
<xslt
style="${basedir}/src/main/distro/test-exclude.xsl"
in="../testsuite/pom.xml"
out="${basedir}/target/exclude-file/test-excludes-jboss720.txt">
- <param name="targetName"
expression="jboss720" />
+ <param name="targetName"
expression="jboss720"></param>
</xslt>
<xslt
style="${basedir}/src/main/distro/test-exclude.xsl"
in="../testsuite/pom.xml"
out="${basedir}/target/exclude-file/test-excludes-wildfly800.txt">
- <param name="targetName"
expression="wildfly800" />
+ <param name="targetName"
expression="wildfly800"></param>
</xslt>
<xslt
style="${basedir}/src/main/distro/test-exclude.xsl"
in="../testsuite/pom.xml"
out="${basedir}/target/exclude-file/test-excludes-wildfly801.txt">
- <param name="targetName"
expression="wildfly801" />
+ <param name="targetName"
expression="wildfly801"></param>
</xslt>
</target>
</configuration>
@@ -352,4 +350,5 @@
</build>
</profile>
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/endorsed/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/endorsed/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/endorsed/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Endorsed factories</name>
@@ -9,8 +10,9 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/jaspi/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/jaspi/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/jaspi/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF JASPI</name>
@@ -9,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -110,4 +111,5 @@
</profile>
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/resources/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/resources/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/resources/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Resources</name>
@@ -9,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,7 +36,7 @@
<configuration>
<target>
<ant antfile="src/main/scripts/zip-other-configs.xml">
- <property name="project.build.finalName"
value="${project.build.finalName}" />
+ <property name="project.build.finalName"
value="${project.build.finalName}"></property>
</ant>
</target>
</configuration>
@@ -81,4 +82,5 @@
</plugin>
</plugins>
</build>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/server/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/server/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,4 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Server</name>
@@ -9,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -281,7 +282,7 @@
</goals>
<configuration>
<target>
- <ant antfile="src/main/scripts/antrun-beans-config.xml"
/>
+ <ant
antfile="src/main/scripts/antrun-beans-config.xml"></ant>
</target>
</configuration>
</execution>
@@ -335,4 +336,5 @@
</profile>
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-spring-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-spring-tests/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-spring-tests/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Spring Tests</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -87,10 +87,10 @@
</goals>
<configuration>
<target>
- <property name="tests.output.dir"
value="${project.build.directory}"/>
- <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
- <ant antfile="scripts/cxf-jars-jaxws.xml"
target="build-jars-jaxws"/>
- <ant antfile="scripts/cxf-samples-jaxws.xml"
target="build-samples-jaxws"/>
+ <property name="tests.output.dir"
value="${project.build.directory}"></property>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"></property>
+ <ant antfile="scripts/cxf-jars-jaxws.xml"
target="build-jars-jaxws"></ant>
+ <ant antfile="scripts/cxf-samples-jaxws.xml"
target="build-samples-jaxws"></ant>
</target>
</configuration>
</execution>
@@ -125,4 +125,5 @@
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-tests/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/cxf-tests/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Specific Tests</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -79,10 +79,10 @@
</goals>
<configuration>
<target>
- <property name="tests.output.dir"
value="${project.build.directory}"/>
- <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
- <ant antfile="scripts/cxf-jars-jaxws.xml"
target="build-jars-jaxws"/>
- <ant antfile="scripts/cxf-samples-jars-jaxws.xml"
target="build-jars-jaxws"/>
+ <property name="tests.output.dir"
value="${project.build.directory}"></property>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"></property>
+ <ant antfile="scripts/cxf-jars-jaxws.xml"
target="build-jars-jaxws"></ant>
+ <ant antfile="scripts/cxf-samples-jars-jaxws.xml"
target="build-jars-jaxws"></ant>
</target>
</configuration>
</execution>
@@ -222,4 +222,5 @@
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Testsuite</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -259,8 +259,7 @@
</goals>
<configuration>
<skip>false</skip>
- <excludes combine.children="append">
- </excludes>
+ <excludes combine.children="append"></excludes>
<includes>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
@@ -530,7 +529,7 @@
</property>
</activation>
<properties>
- <surefire.jvm.management.args> </surefire.jvm.management.args>
+ <surefire.jvm.management.args></surefire.jvm.management.args>
</properties>
</profile>
@@ -1014,10 +1013,11 @@
</property>
</activation>
<properties>
- <surefire.default-mgmt-serurity.args>
</surefire.default-mgmt-serurity.args>
+
<surefire.default-mgmt-serurity.args></surefire.default-mgmt-serurity.args>
</properties>
</profile>
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/shared-tests/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/shared-tests/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/shared-tests/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack Agnostic Tests</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -62,14 +62,14 @@
</goals>
<configuration>
<target>
- <property name="maven.test.classpath"
refid="maven.test.classpath"/>
- <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
- <property name="tests.output.dir"
value="${project.build.directory}"/>
- <property name="project.version"
value="${project.version}"/>
- <property name="log4j.conf"
value="${basedir}/src/test/etc/log4j.xml" />
- <property name="log4j.output.dir"
value="${log4j.output.dir}"/>
- <property name="endorsed.dir"
value="${project.build.directory}/endorsed"/>
- <ant antfile="scripts/antrun-wsconsume.xml"
target="wsconsume"/>
+ <property name="maven.test.classpath"
refid="maven.test.classpath"></property>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"></property>
+ <property name="tests.output.dir"
value="${project.build.directory}"></property>
+ <property name="project.version"
value="${project.version}"></property>
+ <property name="log4j.conf"
value="${basedir}/src/test/etc/log4j.xml"></property>
+ <property name="log4j.output.dir"
value="${log4j.output.dir}"></property>
+ <property name="endorsed.dir"
value="${project.build.directory}/endorsed"></property>
+ <ant antfile="scripts/antrun-wsconsume.xml"
target="wsconsume"></ant>
</target>
</configuration>
</execution>
@@ -80,17 +80,17 @@
</goals>
<configuration>
<target>
- <property name="maven.test.classpath"
refid="maven.test.classpath"/>
- <property name="tests.resources.dir"
value="${basedir}/src/test/resources"/>
- <property name="tests.output.dir"
value="${project.build.directory}"/>
- <property name="project.version"
value="${project.version}"/>
- <property name="log4j.conf"
value="${basedir}/src/test/etc/log4j.xml"/>
- <property name="log4j.output.dir"
value="${log4j.output.dir}"/>
- <property name="endorsed.dir"
value="${project.build.directory}/endorsed"/>
- <ant antfile="scripts/antrun-wsprovide.xml"
target="wsprovide"/>
- <ant antfile="src/test/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"/>
- <ant
antfile="src/test/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws"/>
- <ant
antfile="src/test/ant-import/build-samples-jaxrpc.xml"
target="build-samples-jaxrpc"/>
+ <property name="maven.test.classpath"
refid="maven.test.classpath"></property>
+ <property name="tests.resources.dir"
value="${basedir}/src/test/resources"></property>
+ <property name="tests.output.dir"
value="${project.build.directory}"></property>
+ <property name="project.version"
value="${project.version}"></property>
+ <property name="log4j.conf"
value="${basedir}/src/test/etc/log4j.xml"></property>
+ <property name="log4j.output.dir"
value="${log4j.output.dir}"></property>
+ <property name="endorsed.dir"
value="${project.build.directory}/endorsed"></property>
+ <ant antfile="scripts/antrun-wsprovide.xml"
target="wsprovide"></ant>
+ <ant antfile="src/test/ant-import/build-jars-jaxws.xml"
target="build-jars-jaxws"></ant>
+ <ant
antfile="src/test/ant-import/build-samples-jaxws.xml"
target="build-samples-jaxws"></ant>
+ <ant
antfile="src/test/ant-import/build-samples-jaxrpc.xml"
target="build-samples-jaxrpc"></ant>
</target>
</configuration>
</execution>
@@ -102,13 +102,7 @@
</goals>
<configuration>
<target>
- <copy
-
file="${project.build.directory}/../../src/test/resources/${jbossws.integration.target}/appclient-ws.xml"
-
tofile="${jboss.home}/appclient/configuration/appclient-ws.xml"
- failonerror="false"
- verbose="true"
- overwrite="true"
- />
+ <copy
file="${project.build.directory}/../../src/test/resources/${jbossws.integration.target}/appclient-ws.xml"
tofile="${jboss.home}/appclient/configuration/appclient-ws.xml"
failonerror="false" verbose="true"
overwrite="true"></copy>
</target>
</configuration>
</execution>
@@ -143,4 +137,5 @@
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified:
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/test-utils/pom.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/test-utils/pom.xml 2014-10-31
15:22:27 UTC (rev 19062)
+++
stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/modules/testsuite/test-utils/pom.xml 2014-11-03
05:21:46 UTC (rev 19063)
@@ -1,5 +1,5 @@
-<project
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/maven-v4_0_0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF Test utils</name>
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -54,4 +54,5 @@
</plugins>
</build>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>
Modified: stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/pom.xml 2014-10-31 15:22:27 UTC
(rev 19062)
+++ stack/cxf/branches/jbossws-cxf-4.3.0.Final-BZ1157539/pom.xml 2014-11-03 05:21:46 UTC
(rev 19063)
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2011, Red Hat, Inc., and individual contributors
@@ -21,8 +20,7 @@
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-
-<project
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/maven-v4_0_0.xsd">
+<project
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/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF</name>
@@ -32,7 +30,7 @@
<description>JBossWS CXF stack</description>
- <version>4.3.0.Final</version>
+ <version>4.3.0.Final-redhat-bz-1157539</version>
<!-- Parent -->
<parent>
@@ -1346,10 +1344,10 @@
</goals>
<configuration>
<target>
- <echo />
- <echo message="profile=${jbossws.integration.target}" />
- <echo message="jboss.home=${jboss.home}" />
- <echo />
+ <echo></echo>
+ <echo
message="profile=${jbossws.integration.target}"></echo>
+ <echo message="jboss.home=${jboss.home}"></echo>
+ <echo></echo>
</target>
</configuration>
</execution>
@@ -1480,7 +1478,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
@@ -1494,7 +1492,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
@@ -1507,7 +1505,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
@@ -1521,4 +1519,5 @@
</profiles>
+<!-- Modified by POM Artifact-Version Manipulator version 1.3.6-redhat-4-eap (0b19b14)
-->
</project>