Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #775 from zanata/separate-wildfly-client-version
Browse files Browse the repository at this point in the history
Separate wildfly client version from server version
  • Loading branch information
seanf committed Apr 23, 2015
2 parents 8741253 + 0462274 commit 1b0a64b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functional-test/pom.xml
Expand Up @@ -337,7 +337,7 @@
<standalone.xml.file>standalone_wildfly.xml</standalone.xml.file>
<jndi-remote-client.groupId>org.wildfly</jndi-remote-client.groupId>
<jndi-remote-client.artifactId>wildfly-ejb-client-bom</jndi-remote-client.artifactId>
<jndi-remote-client.version>${wildfly.version}</jndi-remote-client.version>
<jndi-remote-client.version>${wildfly.client.version}</jndi-remote-client.version>
</properties>
<build>
<plugins>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -1203,7 +1203,9 @@
</activation>
<properties>
<cargo.container>wildfly8x</cargo.container>
<wildfly.client.version>8.1.0.Final</wildfly.client.version>
<!-- used in the wildfly8 profile in zanata-war -->
<!-- This is the server version -->
<wildfly.version>8.1.0.Final</wildfly.version>
<!-- In case this profile was activated by default: -->
<appserver>wildfly8</appserver>
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -1207,7 +1207,7 @@
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>${wildfly.version}</version>
<version>${wildfly.client.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 1b0a64b

Please sign in to comment.