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

Commit

Permalink
[JBWS-3961] Add WildFly 9.0.2.Final ASIL
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Dec 1, 2015
1 parent c15d058 commit d7a1826
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -30,10 +30,10 @@
<version>1.3.0.Final</version>
</parent>

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

Expand All @@ -52,11 +52,11 @@
<properties>
<jbossws.api.version>1.0.3.Final</jbossws.api.version>
<jbossws.spi.version>3.1.0.Final</jbossws.spi.version>
<jbossws.common.version>3.1.0.Final</jbossws.common.version>
<jbossws.common.version>3.1.1-SNAPSHOT</jbossws.common.version>
<jboss.msc.version>1.2.6.Final</jboss.msc.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>
<wildfly.version>9.0.2.Final</wildfly.version>
<wildfly.core.version>1.0.2.Final</wildfly.core.version>
<wildfly.security-manager.version>9.0.2.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 @@ -26,15 +26,15 @@

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

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

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

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

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

<dependencies>
Expand Down

0 comments on commit d7a1826

Please sign in to comment.