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/07/01 18:30:29 UTC

[sling-org-apache-sling-commons-clam] branch master updated: SLING-8550 Update Felix Framework to 6.0.3

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


The following commit(s) were added to refs/heads/master by this push:
     new 1371b26  SLING-8550 Update Felix Framework to 6.0.3
1371b26 is described below

commit 1371b26ddd629c8c64c1c29cb35a7fb1cde62b98
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jul 1 20:30:17 2019 +0200

    SLING-8550 Update Felix Framework to 6.0.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e020630..d355152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.6.10</version>
+      <version>6.0.3</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Sling -->