This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-base.git
The following commit(s) were added to refs/heads/master by this push:
new f00b94e SLING-7842: Update to Felix Framework 6.0.1
f00b94e is described below
commit f00b94e77fbf11ce444ab75cf54bf515a293b8a5
Author: Karl Pauls <[email protected]>
AuthorDate: Mon Aug 20 23:08:58 2018 +0200
SLING-7842: Update to Felix Framework 6.0.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0db4d5f..5835827 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
This version is a concatenation of the framework version and a version
for the launchpad base itself.
For a release only the qualifier (launchpad base version) is increased.
-->
- <version>6.0.0-2.6.29-SNAPSHOT</version>
+ <version>6.0.1-2.6.29-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Sling Launchpad Base</name>
@@ -234,7 +234,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>6.0.0</version>
+ <version>6.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>