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 07:29:41 UTC

[sling-org-apache-sling-commons-metrics] branch master updated (3c4ce26 -> 211403e)

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-metrics.git.


    from 3c4ce26  SLING-9123 Update Pax Exam to 4.13.2
     new 8553fbd  SLING-9267 Update to Sling Bundle Parent 38
     new 211403e  SLING-9268 Update Pax Exam to 4.13.3

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


[sling-org-apache-sling-commons-metrics] 01/02: SLING-9267 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-commons-metrics.git

commit 8553fbd99a4d4a77f57242d731e0b47fac19c49b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:26:08 2020 +0100

    SLING-9267 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 7e2e8fc..9f68151 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>
 


[sling-org-apache-sling-commons-metrics] 02/02: SLING-9268 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-commons-metrics.git

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

    SLING-9268 Update Pax Exam to 4.13.3
    
    * Update Pax Exam
    * Update Testing PaxExam
    * Remove unused OSGi Compendium dependency
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f68151..79a8db1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   </description>
 
   <properties>
-    <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>
@@ -108,11 +108,6 @@
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
-      <artifactId>osgi.cmpn</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
       <artifactId>org.osgi.annotation.versioning</artifactId>
       <scope>provided</scope>
     </dependency>
@@ -154,7 +149,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>
     <!-- Dropwizard Metrics -->