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 2019/06/02 08:20:27 UTC

[sling-org-apache-sling-commons-clam] branch master updated (2fa5648 -> f7a189d)

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-commons-clam.git.


    from 2fa5648  add note about Sling Clam
     new 9064195  SLING-8457 Use Sling Bundle Parent 35
     new 82a648e  SLING-8458 Update Pax Exam to 4.13.1
     new f7a189d  SLING-8459 Update Testing PaxExam to 3.0.0

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, 4 insertions(+), 4 deletions(-)


[sling-org-apache-sling-commons-clam] 01/03: SLING-8457 Use Sling Bundle Parent 35

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-commons-clam.git

commit 9064195f9257d2811c4031217ee86318599d11c3
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 1 18:43:42 2019 +0200

    SLING-8457 Use Sling Bundle Parent 35
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a529440..1d97476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
 
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>34</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>35</version>
     <relativePath />
   </parent>
 


[sling-org-apache-sling-commons-clam] 03/03: SLING-8459 Update Testing PaxExam to 3.0.0

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-commons-clam.git

commit f7a189dff60b481a9e6ef12cc364c24c9a637a1a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 1 18:44:59 2019 +0200

    SLING-8459 Update Testing PaxExam to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 24cdaf3..4eed4af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>2.0.0</version>
+      <version>3.0.0</version>
       <scope>test</scope>
     </dependency>
     <!-- nullability -->


[sling-org-apache-sling-commons-clam] 02/03: SLING-8458 Update Pax Exam to 4.13.1

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-commons-clam.git

commit 82a648e64ae0b5a012dc0d13300a00cd8a74c785
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Jun 1 18:44:25 2019 +0200

    SLING-8458 Update Pax Exam to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d97476..24cdaf3 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.12.0</org.ops4j.pax.exam.version>
+    <org.ops4j.pax.exam.version>4.13.1</org.ops4j.pax.exam.version>
   </properties>
 
   <scm>