You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/12/02 10:53:35 UTC

[sling-org-apache-sling-karaf-integration-tests] 03/03: SLING-3017 Improve Karaf integration tests

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git

commit 53cb8657b34c24d7d1126b95514ce68f41f2806a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 2 11:53:16 2018 +0100

    SLING-3017 Improve Karaf integration tests
    
    use latest releases
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3186a39..9b7199f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.engine</artifactId>
-      <version>2.6.14</version>
+      <version>2.6.16</version>
       <scope>test</scope>
     </dependency>
     <dependency>