[jbossws-commits] JBossWS SVN: r16937 - in stack/native/trunk: modules/core/src/main/scripts and 31 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 22 10:06:12 EDT 2012


Author: richard.opalka at jboss.com
Date: 2012-10-22 10:06:11 -0400 (Mon, 22 Oct 2012)
New Revision: 16937

Added:
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/integration/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/integration/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/integration/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/api/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/api/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/api/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/common/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/common/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/common/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-core/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-core/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-core/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-services/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-services/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-services/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/spi/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/spi/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/spi/main/module.xml
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/xb/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/xb/main/
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/xb/main/module.xml
   stack/native/trunk/modules/testsuite/src/test/resources/jboss713/
   stack/native/trunk/modules/testsuite/src/test/resources/jboss713/appclient-ws.xml
Removed:
   stack/native/trunk/modules/resources/src/main/resources/modules/jboss712/
   stack/native/trunk/modules/testsuite/src/test/resources/jboss712/
Modified:
   stack/native/trunk/build.xml
   stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
   stack/native/trunk/modules/dist/pom.xml
   stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml
   stack/native/trunk/modules/dist/src/main/distro/build-setup.xml
   stack/native/trunk/modules/dist/src/main/distro/build.xml
   stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
   stack/native/trunk/modules/resources/pom.xml
   stack/native/trunk/modules/testsuite/pom.xml
   stack/native/trunk/pom.xml
Log:
removing AS 712 support, adding AS 713 support

Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/build.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -65,18 +65,18 @@
       <arg value="help:effective-settings"/>
     </exec>
     <xmlproperty file="${dist.output.dir}/effective-settings.xml" keeproot="false"/>
-    <condition property="jboss712.home" value="${profiles.profile.properties.jboss712.home}">
-      <isset property="profiles.profile.properties.jboss712.home"/>
+    <condition property="jboss713.home" value="${profiles.profile.properties.jboss713.home}">
+      <isset property="profiles.profile.properties.jboss713.home"/>
     </condition>
     <condition property="jboss720.home" value="${profiles.profile.properties.jboss720.home}">
       <isset property="profiles.profile.properties.jboss720.home"/>
   </condition>
 
-  <fail message="jboss home not set, use jboss712.home=value or jboss720.home=value to set">
+  <fail message="jboss home not set, use jboss713.home=value or jboss720.home=value to set">
      <condition>
       <and>
        <not>
-         <isset property="jboss712.home"/>
+         <isset property="jboss713.home"/>
        </not>
        <not>
          <isset property="jboss720.home"/>
@@ -86,7 +86,7 @@
     </fail>
 
     <echo/>
-    <echo message="jboss712.home=${jboss712.home}"/>
+    <echo message="jboss713.home=${jboss713.home}"/>
     <echo message="jboss720.home=${jboss720.home}"/>
   </target>
 

Modified: stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml
===================================================================
--- stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/core/src/main/scripts/antrun-beans-config.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -31,7 +31,7 @@
 
     <copy
       file="${src.dir}/jbossws-native-config-as7.xml"
-      tofile="${dest.dir}/jbossws-jboss712/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
+      tofile="${dest.dir}/jbossws-jboss713/jbossws.beans/META-INF/stack-specific-deployment-aspects.xml"
     />
 
     <copy

Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/dist/pom.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -30,7 +30,7 @@
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss712</classifier>
+      <classifier>jboss713</classifier>
     </dependency>
 
     <dependency>
@@ -60,7 +60,7 @@
 
     <dependency>
       <groupId>org.jboss.ws</groupId>
-      <artifactId>jbossws-jboss712-server-integration</artifactId>
+      <artifactId>jbossws-jboss713-server-integration</artifactId>
       <scope>provided</scope>
     </dependency>
 

Modified: stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/dist/src/main/distro/build-deploy.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -42,7 +42,7 @@
        <param name="installserver" value="${deploy.structure}"/>
        <param name="thirdpartydir" value="${deploy.artifacts.dir}"/>
        <param name="jbossid" value="${jbossws.integration.target}"/>
-       <param name="modules-jbossid" value="jboss712"/>
+       <param name="modules-jbossid" value="jboss713"/>
      </antcall>
    </target>
 
@@ -69,32 +69,32 @@
    </target>
 
    <!-- ================================================================== -->
-   <!-- Deployment jboss712                                                -->
+   <!-- Deployment jboss713                                                -->
    <!-- ================================================================== -->
 
-   <target name="target-jboss712">
-     <property name="jbossws.integration.target" value="jboss712"/>
+   <target name="target-jboss713">
+     <property name="jbossws.integration.target" value="jboss713"/>
      <echo message="jbossws.integration.target=${jbossws.integration.target}" file="${target.properties.file}"/>
    </target>
 
-   <target name="deploy-jboss712" depends="undeploy-jboss712,deploy-structure-jboss71x" description="Deploy jbossws to jboss712">
-     <fail message="Not available: ${jboss712.available.file}" unless="jboss712.available"/>
-     <copy todir="${jboss712.home}" overwrite="true" verbose="true">
+   <target name="deploy-jboss713" depends="undeploy-jboss713,deploy-structure-jboss71x" description="Deploy jbossws to jboss713">
+     <fail message="Not available: ${jboss713.available.file}" unless="jboss713.available"/>
+     <copy todir="${jboss713.home}" overwrite="true" verbose="true">
        <fileset dir="${deploy.structure}">
          <exclude name="**/jboss/as/webservices/**/module.xml"/>
        </fileset>
      </copy>
      <!-- Install org/jboss/as/webservices module.xml separately since it needs to reference libs already on the AS -->
-     <installModules targetDir="${jboss712.home}/modules">
+     <installModules targetDir="${jboss713.home}/modules">
        <fileset dir="${deploy.structure}/modules">
          <include name="**/jboss/as/webservices/**/module.xml"/>
        </fileset>
      </installModules>
    </target>
 
-   <target name="undeploy-jboss712" depends="target-jboss712,init" description="Remove jbossws from jboss712">
-     <fail message="Not available: ${jboss712.available.file}" unless="jboss712.available"/>
-     <macro-undeploy-jbossws-modules targetdir="${jboss712.home}" defaultmodulesconf="${jbossws.default.modules.conf}"  modifyjbossintegration="true"/>
+   <target name="undeploy-jboss713" depends="target-jboss713,init" description="Remove jbossws from jboss713">
+     <fail message="Not available: ${jboss713.available.file}" unless="jboss713.available"/>
+     <macro-undeploy-jbossws-modules targetdir="${jboss713.home}" defaultmodulesconf="${jbossws.default.modules.conf}"  modifyjbossintegration="true"/>
    </target>
 
    <!-- ================================================================== -->

Modified: stack/native/trunk/modules/dist/src/main/distro/build-setup.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build-setup.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/dist/src/main/distro/build-setup.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -34,10 +34,10 @@
     <property file="${target.properties.file}"/>
     <property name="jboss.server.instance" value="default"/>
 
-    <property name="jboss712.available.file" value="${jboss712.home}/jboss-modules.jar"/>
+    <property name="jboss713.available.file" value="${jboss713.home}/jboss-modules.jar"/>
     <property name="jboss720.available.file" value="${jboss720.home}/jboss-modules.jar"/>
 
-    <available property="jboss712.available" file="${jboss712.available.file}"/>
+    <available property="jboss713.available" file="${jboss713.available.file}"/>
     <available property="jboss720.available" file="${jboss720.available.file}"/>
 
     <tstamp>

Modified: stack/native/trunk/modules/dist/src/main/distro/build.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/distro/build.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/dist/src/main/distro/build.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -59,7 +59,7 @@
 
     <condition property="jbossws.integration.jboss71x" value="true">
       <or>
-        <equals arg1="${jbossws.integration.target}" arg2="jboss712"/>
+        <equals arg1="${jbossws.integration.target}" arg2="jboss713"/>
       </or>
     </condition>
 

Modified: stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -59,9 +59,9 @@
        <outputDirectory>deploy-artifacts/lib</outputDirectory>
        <unpack>false</unpack>
        <includes>
-         <include>org.jboss.ws:jbossws-jboss712-server-integration:jar</include>
+         <include>org.jboss.ws:jbossws-jboss713-server-integration:jar</include>
        </includes>
-       <outputFileNameMapping>jbossws-jboss712.jar</outputFileNameMapping>
+       <outputFileNameMapping>jbossws-jboss713.jar</outputFileNameMapping>
        <scope>provided</scope>
        <useProjectArtifact>false</useProjectArtifact>
     </dependencySet>

Modified: stack/native/trunk/modules/resources/pom.xml
===================================================================
--- stack/native/trunk/modules/resources/pom.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/resources/pom.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -43,12 +43,12 @@
             <phase>package</phase>
           </execution>
           <execution>
-            <id>jboss712</id>
+            <id>jboss713</id>
             <goals><goal>jar</goal></goals>
             <phase>package</phase>
             <configuration>
-              <classifier>jboss712</classifier>
-              <classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss712/jbossws.beans</classesDirectory>
+              <classifier>jboss713</classifier>
+              <classesDirectory>${project.build.directory}/classes/resources/jbossws-jboss713/jbossws.beans</classesDirectory>
             </configuration>
           </execution>
           <execution>

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/integration/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/as/webservices/server/integration/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/api/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/api/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/common/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/common/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-core/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-core/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-services/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/native/jbossws-native-services/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/spi/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/ws/spi/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Added: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/xb/main/module.xml
===================================================================
(Binary files differ)


Property changes on: stack/native/trunk/modules/resources/src/main/resources/modules/jboss713/org/jboss/xb/main/module.xml
___________________________________________________________________
Added: svn:mime-type
   + application/xml

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/modules/testsuite/pom.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -250,19 +250,19 @@
     </profile>
 
     <!--
-    Name:  jboss712
-    Descr: JBoss-7.1.2 specific options
+    Name:  jboss713
+    Descr: JBoss-7.1.3 specific options
     -->
     <profile>
-      <id>jboss712</id>
+      <id>jboss713</id>
       <properties>
-        <jboss.version>${jboss712.version}</jboss.version>
-        <jbossws.integration.target>jboss712</jbossws.integration.target>
+        <jboss.version>${jboss713.version}</jboss.version>
+        <jbossws.integration.target>jboss713</jbossws.integration.target>
       </properties>
       <dependencies>
         <dependency>
           <groupId>org.jboss.ws</groupId>
-          <artifactId>jbossws-jboss712-tests-integration</artifactId>
+          <artifactId>jbossws-jboss713-tests-integration</artifactId>
         </dependency>
       </dependencies>
       <build>

Added: stack/native/trunk/modules/testsuite/src/test/resources/jboss713/appclient-ws.xml
===================================================================
--- stack/native/trunk/modules/testsuite/src/test/resources/jboss713/appclient-ws.xml	                        (rev 0)
+++ stack/native/trunk/modules/testsuite/src/test/resources/jboss713/appclient-ws.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -0,0 +1,115 @@
+<!--
+  ~ JBoss, Home of Professional Open Source.
+  ~ Copyright 2011, Red Hat, Inc., and individual contributors
+  ~ as indicated by the @author tags. See the copyright.txt file in the
+  ~ distribution for a full listing of individual contributors.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  -->
+
+<server xmlns="urn:jboss:domain:1.3">
+
+    <extensions>
+        <extension module="org.jboss.as.connector"/>
+        <extension module="org.jboss.as.ee"/>
+        <extension module="org.jboss.as.ejb3"/>
+        <extension module="org.jboss.as.logging"/>
+        <extension module="org.jboss.as.naming"/>
+        <extension module="org.jboss.as.remoting"/>
+        <extension module="org.jboss.as.security"/>
+        <extension module="org.jboss.as.webservices"/>
+    </extensions>
+
+    <profile>
+        <subsystem xmlns="urn:jboss:domain:logging:1.1">
+            <console-handler name="CONSOLE">
+                <level name="INFO"/>
+                <formatter>
+                    <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
+                </formatter>
+            </console-handler>
+
+            <periodic-rotating-file-handler name="FILE">
+                <level name="INFO"/>
+                <formatter>
+                    <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
+                </formatter>
+                <file relative-to="jboss.server.log.dir" path="appclient.log"/>
+                <suffix value=".yyyy-MM-dd"/>
+                <append value="true"/>
+            </periodic-rotating-file-handler>
+
+            <logger category="com.arjuna">
+                <level name="WARN"/>
+            </logger>
+            <logger category="sun.rmi">
+                <level name="WARN"/>
+            </logger>
+            <logger category="jacorb">
+                <level name="WARN"/>
+            </logger>
+            <!-- set jacorb.config to ERROR to avoid the "jacorb.properties not found" messages during startup -->
+            <logger category="jacorb.config">
+                <level name="ERROR"/>
+            </logger>
+
+            <root-logger>
+                <level name="INFO"/>
+                <handlers>
+                    <handler name="CONSOLE"/>
+                    <handler name="FILE"/>
+                </handlers>
+            </root-logger>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:ee:1.0"/>
+        <subsystem xmlns="urn:jboss:domain:ejb3:1.2" />
+        <subsystem xmlns="urn:jboss:domain:naming:1.0"/>
+        <subsystem xmlns="urn:jboss:domain:security:1.0">
+            <security-domains>
+                <security-domain name="other" cache-type="default">
+                    <authentication>
+                        <login-module code="UsersRoles" flag="required"/>
+                    </authentication>
+                </security-domain>
+                <security-domain name="jboss-web-policy" cache-type="default">
+                    <authorization>
+                        <policy-module code="Delegating" flag="required"/>
+                    </authorization>
+                </security-domain>
+                <security-domain name="jboss-ejb-policy" cache-type="default">
+                    <authorization>
+                        <policy-module code="Delegating" flag="required"/>
+                    </authorization>
+                </security-domain>
+            </security-domains>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:remoting:1.1">
+            <connector name="remoting-connector" socket-binding="remoting"/>
+        </subsystem>
+        <subsystem xmlns="urn:jboss:domain:webservices:1.1"/>
+    </profile>
+
+    <interfaces>
+        <interface name="public">
+           <inet-address value="${jboss.bind.address:127.0.0.1}"/>
+        </interface>
+    </interfaces>
+
+    <socket-binding-group name="standard-sockets" default-interface="public">
+        <socket-binding name="remoting" port="4448"/>
+    </socket-binding-group>
+
+</server>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2012-10-22 13:55:37 UTC (rev 16936)
+++ stack/native/trunk/pom.xml	2012-10-22 14:06:11 UTC (rev 16937)
@@ -61,8 +61,8 @@
     <jbossws.common.version>2.1.0.Final</jbossws.common.version>
     <jbossws.common.tools.version>1.1.0.Final</jbossws.common.tools.version>
     <jbossws.shared.testsuite.version>4.1.0.Final</jbossws.shared.testsuite.version>
-    <jbossws.jboss712.version>4.1.0.Final</jbossws.jboss712.version>
-    <jboss712.version>7.1.2.Final</jboss712.version>
+    <jbossws.jboss713.version>4.1.1-SNAPSHOT</jbossws.jboss713.version>
+    <jboss713.version>7.1.3.Final</jboss713.version>
     <jboss720.version>7.2.0.Alpha1-SNAPSHOT</jboss720.version>
     <javassist.version>3.15.0-GA</javassist.version>
     <ejb.api.version>1.0.1.Final</ejb.api.version>
@@ -115,13 +115,13 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-jboss712-server-integration</artifactId>
-        <version>${jbossws.jboss712.version}</version>
+        <artifactId>jbossws-jboss713-server-integration</artifactId>
+        <version>${jbossws.jboss713.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-jboss712-tests-integration</artifactId>
-        <version>${jbossws.jboss712.version}</version>
+        <artifactId>jbossws-jboss713-tests-integration</artifactId>
+        <version>${jbossws.jboss713.version}</version>
       </dependency>
       <!-- provided apis -->
       <dependency>
@@ -361,14 +361,14 @@
     </profile>
 
     <!--
-    Name:  jboss712
-    Descr: JBoss-7.1.2 specific options
+    Name:  jboss713
+    Descr: JBoss-7.1.3 specific options
     -->
     <profile>
-      <id>jboss712</id>
+      <id>jboss713</id>
       <properties>
-        <jbossws.integration.target>jboss712</jbossws.integration.target>
-        <jboss.home>${jboss712.home}</jboss.home>
+        <jbossws.integration.target>jboss713</jbossws.integration.target>
+        <jboss.home>${jboss713.home}</jboss.home>
       </properties>
     </profile>
 



More information about the jbossws-commits mailing list