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:48:27 UTC

[sling-org-apache-sling-i18n] branch master updated (fc0b422 -> ec685ae)

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


    from fc0b422  SLING-9110 Update Pax Exam to 4.13.2
     new 6642b95  SLING-9269 Update to Sling Bundle Parent 38
     new c939ea1  remove dependency versions managed in parent
     new ec685ae  SLING-9270 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-i18n] 02/03: remove dependency versions managed in parent

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

commit c939ea1f30cf0e3ac1e40691c49ff90fcb6e7c49
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:36:11 2020 +0100

    remove dependency versions managed in parent
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5169b58..ea3a4d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,13 +133,11 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.event</artifactId>
-            <version>1.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.cm</artifactId>
-            <version>1.5.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>


[sling-org-apache-sling-i18n] 03/03: SLING-9270 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-i18n.git

commit ec685ae1fdd1ed6ee2d495d5d11fbc01b284f5cb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:37:58 2020 +0100

    SLING-9270 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 ea3a4d8..acc467d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <description>Support for creating Java I18N ResourceBundles from repository resources.</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>
@@ -182,7 +182,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>
         <!-- Apache Felix -->


[sling-org-apache-sling-i18n] 01/03: SLING-9269 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-i18n.git

commit 6642b95a445927d6538b3d8968cb5ae602c40a5f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:35:46 2020 +0100

    SLING-9269 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 53ddb7b..5169b58 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>