You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/08/10 12:46:01 UTC

svn commit: r1512616 - /webservices/axiom/trunk/systests/jboss-tests/pom.xml

Author: veithen
Date: Sat Aug 10 10:46:01 2013
New Revision: 1512616

URL: http://svn.apache.org/r1512616
Log:
Use jboss.version property consistently.

Modified:
    webservices/axiom/trunk/systests/jboss-tests/pom.xml

Modified: webservices/axiom/trunk/systests/jboss-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/jboss-tests/pom.xml?rev=1512616&r1=1512615&r2=1512616&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/jboss-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/jboss-tests/pom.xml Sat Aug 10 10:46:01 2013
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.jboss.as</groupId>
             <artifactId>jboss-as-arquillian-container-managed</artifactId>
-            <version>7.1.1.Final</version>
+            <version>${jboss.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>