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 74b6cb8 SLING-11215 Upgrade Karaf to 4.4
74b6cb8 is described below
commit 74b6cb8eda9c6c002b5a8435b4ecbead41ae739d
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Apr 22 20:28:31 2022 +0200
SLING-11215 Upgrade Karaf to 4.4
---
pom.xml | 2 +-
src/main/feature/feature.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 253efb9..b539ef7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
- <version>4.3.6</version>
+ <version>4.4.0</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 3cecf7c..2887d77 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -274,7 +274,7 @@
<bundle>mvn:org.apache.sling/org.apache.sling.models.jacksonexporter/1.1.2</bundle>
<!-- dependencies -->
<feature version="${project.version}">sling-models</feature>
- <feature version="2.12.5">jackson</feature>
+ <feature>jackson</feature>
</feature>
<feature name="sling-pipes" version="${project.version}">
<bundle>mvn:org.apache.sling/org.apache.sling.pipes/4.4.0</bundle>