You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/14 09:34:20 UTC

[sling-org-apache-sling-servlets-resolver] 01/02: SLING-8936 - pax exam variable

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git

commit d2ae48fadd5927122a441a22f7e39f777dad9ff1
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 14 10:31:58 2020 +0100

    SLING-8936 - pax exam variable
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8e939a6..f1a4883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
 
     <properties>
         <site.jira.version.id>12314292</site.jira.version.id>
+        <pax.exam.version>4.13.1</pax.exam.version>
         <!-- To debug the pax process, override this with -D -->
         <pax.vm.options>-Xmx256M -XX:MaxPermSize=256m</pax.vm.options>
     </properties>
@@ -234,31 +235,31 @@
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
-            <version>4.13.1</version>
+            <version>${pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-cm</artifactId>
-            <version>4.13.1</version>
+            <version>${pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-container-forked</artifactId>
-            <version>4.13.1</version>
+            <version>${pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
-            <version>4.13.1</version>
+            <version>${pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-link-mvn</artifactId>
-            <version>4.13.1</version>
+            <version>${pax.exam.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>