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 2020/03/28 08:05:34 UTC

[sling-org-apache-sling-jcr-contentloader] branch master updated (5a702b2 -> bf52a0f)

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-jcr-contentloader.git.


    from 5a702b2  style
     new 9a0b50c  remove unused rat excludes
     new f987a32  SLING-9271 Update to Sling Bundle Parent 38
     new bf52a0f  SLING-9272 Update Pax Exam to 4.13.3

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 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


[sling-org-apache-sling-jcr-contentloader] 03/03: SLING-9272 Update Pax Exam to 4.13.3

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-jcr-contentloader.git

commit bf52a0f03a0cdc3368940044e65e23acfc2046ec
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 09:05:26 2020 +0100

    SLING-9272 Update Pax Exam to 4.13.3
    
    * Update Pax Exam
    * Update Testing PaxExam
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5510f33..b7bb20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 
   <properties>
     <sling.java.version>8</sling.java.version>
-    <org.ops4j.pax.exam.version>4.13.2</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>
 
   <scm>
@@ -233,7 +233,7 @@
       <dependency>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.testing.paxexam</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <scope>test</scope>
       </dependency>
     <!-- testing -->


[sling-org-apache-sling-jcr-contentloader] 01/03: remove unused rat excludes

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-jcr-contentloader.git

commit 9a0b50c68c00e74d97b29271818346005af67f4a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:49:45 2020 +0100

    remove unused rat excludes
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24557a8..f4b0b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,8 +66,6 @@
                         <exclude>src/test/**/*.ordered-json</exclude>
                         <exclude>src/test/**/*.xml</exclude>
                         <exclude>src/test/**/*.txt</exclude>
-                        <exclude>jackrabbit/**</exclude>
-                        <exclude>derby.log</exclude>
                     </excludes>
                 </configuration>
             </plugin>


[sling-org-apache-sling-jcr-contentloader] 02/03: SLING-9271 Update to Sling Bundle Parent 38

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-jcr-contentloader.git

commit f987a320b07d9ece03545e09d5c45b939fc07a10
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:51:24 2020 +0100

    SLING-9271 Update to Sling Bundle Parent 38
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f4b0b14..5510f33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>35</version>
+        <version>38</version>
         <relativePath />
     </parent>