Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
[JBWS-3934] Adding WildFly 9.0.1.Final ASIL
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 30, 2015
1 parent 3eb8c64 commit cc3e288
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -31,10 +31,10 @@
<version>1.3.0-SNAPSHOT</version>
</parent>

<name>JBossWS WildFly 9.0.0.Final Integration Parent</name>
<description>JBossWS WildFly 9.0.0.Final Integration Parent</description>
<name>JBossWS WildFly 9.0.1.Final Integration Parent</name>
<description>JBossWS WildFly 9.0.1.Final Integration Parent</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly900-parent</artifactId>
<artifactId>jbossws-wildfly901-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand All @@ -54,9 +54,9 @@
<jbossws.spi.version>3.0.0.Final</jbossws.spi.version>
<jbossws.common.version>3.0.0.Final</jbossws.common.version>
<jboss.msc.version>1.2.6.Final</jboss.msc.version>
<wildfly.version>9.0.0.Final</wildfly.version>
<wildfly.core.version>1.0.0.Final</wildfly.core.version>
<wildfly.security-manager.version>9.0.0.CR2</wildfly.security-manager.version>
<wildfly.version>9.0.1.Final</wildfly.version>
<wildfly.core.version>1.0.1.Final</wildfly.core.version>
<wildfly.security-manager.version>9.0.1.Final</wildfly.security-manager.version>
<marshalling.river.version>1.4.10.Final</marshalling.river.version>
<remote.naming.version>2.0.4.Final</remote.naming.version>
<javax.mail.version>1.5.3</javax.mail.version>
Expand Down
8 changes: 4 additions & 4 deletions server-integration/pom.xml
Expand Up @@ -28,15 +28,15 @@

<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly900-parent</artifactId>
<artifactId>jbossws-wildfly901-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>JBossWS JBoss WildFly 9.0.0.Final Server Side Integration</name>
<description>JBossWS WildFly 9.0.0.Final Server Side Integration</description>
<name>JBossWS JBoss WildFly 9.0.1.Final Server Side Integration</name>
<description>JBossWS WildFly 9.0.1.Final Server Side Integration</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly900-server-integration</artifactId>
<artifactId>jbossws-wildfly901-server-integration</artifactId>
<packaging>jar</packaging>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions tests-integration/pom.xml
Expand Up @@ -28,15 +28,15 @@

<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly900-parent</artifactId>
<artifactId>jbossws-wildfly901-parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>JBossWS JBoss WildFly 9.0.0.Final Tests Side Integration</name>
<description>JBossWS WildFly 9.0.0.Final Tests Side Integration</description>
<name>JBossWS JBoss WildFly 9.0.1.Final Tests Side Integration</name>
<description>JBossWS WildFly 9.0.1.Final Tests Side Integration</description>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-wildfly900-tests-integration</artifactId>
<artifactId>jbossws-wildfly901-tests-integration</artifactId>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit cc3e288

Please sign in to comment.