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 2017/12/08 14:22:04 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated (d135a86 -> 47323d4)

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

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


    from d135a86  SLING-7213 - Add a default .gitignore file to every module
     new de0e808  SLING-7253 Upgrade Karaf to 4.2
     new 541e1e3  SLING-7010 Switch from configfile to external config
     new 47323d4  SLING-3017 Improve Karaf integration tests

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-org-apache-sling-karaf-integration-tests] 01/03: SLING-7253 Upgrade Karaf to 4.2

Posted by ol...@apache.org.
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 de0e8082f0f46f9a32440b15a9abba0a950945d5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Nov 26 12:23:25 2017 +0100

    SLING-7253 Upgrade Karaf to 4.2
    
    use Karaf 4.2.0.M1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3a94efa..68e0f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
 
   <properties>
     <org.apache.jackrabbit.version>2.14.3</org.apache.jackrabbit.version>
-    <org.apache.karaf.version>4.1.2</org.apache.karaf.version>
+    <org.apache.karaf.version>4.2.0.M1</org.apache.karaf.version>
     <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-org-apache-sling-karaf-integration-tests] 02/03: SLING-7010 Switch from configfile to external config

Posted by ol...@apache.org.
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 541e1e34b5a84c499d9b5b6f9c2e2a584cbac993
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Nov 26 12:53:19 2017 +0100

    SLING-7010 Switch from configfile to external config
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 68e0f0e..6238a55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,9 +282,6 @@
             </executions>
             <configuration>
               <redirectTestOutputToFile>true</redirectTestOutputToFile>
-              <excludes>
-                <exclude>**/SlingLaunchpadOak*IT.*</exclude>
-              </excludes>
             </configuration>
           </plugin>
         </plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

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

Posted by ol...@apache.org.
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 47323d4c17265420e5f3f26a73cef7ff72458e84
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 8 14:42:24 2017 +0100

    SLING-3017 Improve Karaf integration tests
    
    use latest releases
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6238a55..18ef688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <description>Integration Tests for Apache Sling Karaf</description>
 
   <properties>
-    <org.apache.jackrabbit.version>2.14.3</org.apache.jackrabbit.version>
+    <org.apache.jackrabbit.version>2.16.0</org.apache.jackrabbit.version>
     <org.apache.karaf.version>4.2.0.M1</org.apache.karaf.version>
     <org.ops4j.pax.exam.version>4.11.0</org.ops4j.pax.exam.version>
   </properties>
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.api</artifactId>
-      <version>2.16.2</version>
+      <version>2.16.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -199,7 +199,7 @@
     <dependency>
       <groupId>com.couchbase.mock</groupId>
       <artifactId>CouchbaseMock</artifactId>
-      <version>1.5.4</version>
+      <version>1.5.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -229,7 +229,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.rhino</artifactId>
-      <version>1.7.7.1_1</version>
+      <version>1.7.7.2_1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.