You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/02/27 19:05:21 UTC

[2/6] cxf git commit: Update version of karaf in code.

Update version of karaf in code.


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d017d3cf
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d017d3cf
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d017d3cf

Branch: refs/heads/master
Commit: d017d3cf4165e9d8fa849e29669cece562f55253
Parents: e18b4fb
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Feb 27 12:25:18 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Feb 27 14:05:08 2017 -0500

----------------------------------------------------------------------
 .../org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java | 2 +-
 .../test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/d017d3cf/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
----------------------------------------------------------------------
diff --git a/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java b/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
index 1e1cd30..7568825 100644
--- a/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
+++ b/services/sts/systests/sts-itests/src/test/java/org/apache/cxf/systest/sts/itests/BasicSTSIntegrationTest.java
@@ -43,7 +43,7 @@ public class BasicSTSIntegrationTest {
 
     @Configuration
     public Option[] getConfig() {
-        String karafVersion = System.getProperty("karaf.version", "3.0.4");
+        String karafVersion = System.getProperty("karaf.version", "4.0.8");
         String localRepository = System.getProperty("localRepository");
 
         MavenArtifactUrlReference karafUrl = maven() //

http://git-wip-us.apache.org/repos/asf/cxf/blob/d017d3cf/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
----------------------------------------------------------------------
diff --git a/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java b/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
index e1f3cc1..6e201b9 100644
--- a/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
+++ b/services/xkms/xkms-itests/src/test/java/org/apache/cxf/xkms/itests/BasicIntegrationTest.java
@@ -59,7 +59,7 @@ public class BasicIntegrationTest {
 
     @Configuration
     public Option[] getConfig() {
-        String karafVersion = System.getProperty("karaf.version", "3.0.4");
+        String karafVersion = System.getProperty("karaf.version", "4.0.8");
         String localRepository = System.getProperty("localRepository");
         MavenArtifactUrlReference karafUrl = maven() //
             .groupId("org.apache.karaf") //