You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/04/27 17:05:32 UTC

svn commit: r1676292 - /aries/trunk/application/application-itests/pom.xml

Author: cschneider
Date: Mon Apr 27 15:05:31 2015
New Revision: 1676292

URL: http://svn.apache.org/r1676292
Log:
Use properties for pax exam version

Modified:
    aries/trunk/application/application-itests/pom.xml

Modified: aries/trunk/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-itests/pom.xml?rev=1676292&r1=1676291&r2=1676292&view=diff
==============================================================================
--- aries/trunk/application/application-itests/pom.xml (original)
+++ aries/trunk/application/application-itests/pom.xml Mon Apr 27 15:05:31 2015
@@ -43,6 +43,11 @@
         <url>http://svn.apache.org/viewvc/aries/trunk/application/application-itests</url>
     </scm>
 
+    <properties>
+        <exam.version>3.4.0</exam.version>
+        <url.version>1.6.0</url.version>
+    </properties>
+
     <dependencies>
         <!-- framework -->
         <dependency>
@@ -73,31 +78,31 @@
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam</artifactId>
-            <version>3.4.0</version>
+            <version>${exam.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.ops4j.pax.exam</groupId>
 			<artifactId>pax-exam-junit4</artifactId>
-            <version>3.4.0</version>
+            <version>${exam.version}</version>
 			<scope>test</scope>
 		</dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-native</artifactId>
-            <version>3.4.0</version>
+            <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-link-mvn</artifactId>
-            <version>3.4.0</version>
+            <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
-            <version>1.6.0</version>
+            <version>${url.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>