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-karaf-features.git
The following commit(s) were added to refs/heads/master by this push:
new 4dce1a3 SLING-3027 Improve Launchpad Karaf Features
4dce1a3 is described below
commit 4dce1a3d89211bfc7eb61725b268eea564d14e06
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Oct 25 13:04:18 2018 +0200
SLING-3027 Improve Launchpad Karaf Features
use latest releases
---
src/main/feature/feature.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 73a7e31..827d2c7 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -268,7 +268,7 @@
</feature>
<feature name="sling-models" version="${project.version}">
<bundle>mvn:org.apache.sling/org.apache.sling.models.api/1.3.6</bundle>
-
<bundle>mvn:org.apache.sling/org.apache.sling.models.impl/1.4.9-SNAPSHOT</bundle>
+ <bundle>mvn:org.apache.sling/org.apache.sling.models.impl/1.4.10</bundle>
<!-- dependencies -->
<feature version="${project.version}">sling</feature>
<feature version="${project.version}">sling-scripting</feature>
@@ -608,7 +608,7 @@
</feature>
<!-- Apache Sling Starter -->
<feature name="sling-starter-content" version="${project.version}">
-
<bundle>mvn:org.apache.sling/org.apache.sling.starter.content/1.0.0</bundle>
+
<bundle>mvn:org.apache.sling/org.apache.sling.starter.content/1.0.2</bundle>
<!-- dependencies -->
<feature version="${project.version}">sling</feature>
<feature version="${project.version}">sling-auth-form</feature>
@@ -680,10 +680,10 @@
</feature>
<!-- Apache Tika -->
<feature name="tika" version="${project.version}">
- <bundle>mvn:org.apache.tika/tika-core/1.19</bundle>
- <bundle>mvn:org.apache.tika/tika-parsers/1.19</bundle>
- <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.11</bundle>
- <bundle>mvn:org.apache.pdfbox/fontbox/2.0.11</bundle>
+ <bundle>mvn:org.apache.tika/tika-core/1.19.1</bundle>
+ <bundle>mvn:org.apache.tika/tika-parsers/1.19.1</bundle>
+ <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.12</bundle>
+ <bundle>mvn:org.apache.pdfbox/fontbox/2.0.12</bundle>
<bundle>mvn:org.apache.pdfbox/jempbox/1.8.16</bundle>
</feature>
<!-- Apache Sling Samples -->