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 2017/04/11 11:22:40 UTC

aries-rsa git commit: Update to pax exam 4.10.0

Repository: aries-rsa
Updated Branches:
  refs/heads/master 1009ba59f -> 248ac56ce


Update to pax exam 4.10.0


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/248ac56c
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/248ac56c
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/248ac56c

Branch: refs/heads/master
Commit: 248ac56ce2d735fea257af2dac1aac1798f2bd8b
Parents: 1009ba5
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Apr 11 13:22:33 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Apr 11 13:22:33 2017 +0200

----------------------------------------------------------------------
 itests/pom.xml | 13 ++++++-------
 parent/pom.xml |  2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/248ac56c/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index bb915ef..89e0936 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -27,7 +27,6 @@
 
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
-        <pax-exam.version>4.8.0</pax-exam.version>
     </properties>
 
     <modules>
@@ -44,32 +43,32 @@
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-junit4</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-cm</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-inject</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-container-forked</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-container-native</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam-link-mvn</artifactId>
-                <version>${pax-exam.version}</version>
+                <version>${exam.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.url</groupId>

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/248ac56c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c751153..fe3e640 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
         <log4j.version>1.2.6</log4j.version>
         <hawtdispatch.version>1.21</hawtdispatch.version>
         <hawtbuf.version>1.11</hawtbuf.version>
-        <exam.version>4.8.0</exam.version>
+        <exam.version>4.10.0</exam.version>
         <cxf.resources.base.path />
         <cxf.checkstyle.extension />
     </properties>