This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new dba4bda releng: update to latest parent
dba4bda is described below
commit dba4bdafd468de7bb1c87eeb7901f687c7f5ae24
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Dec 23 19:34:20 2020 +0100
releng: update to latest parent
---
parent/pom.xml | 2 +-
sling-maven-plugin/pom.xml | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 06baba3..4b2951d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>34</version>
+ <version>40</version>
<relativePath />
</parent>
diff --git a/sling-maven-plugin/pom.xml b/sling-maven-plugin/pom.xml
index 7960dcf..45fecd7 100644
--- a/sling-maven-plugin/pom.xml
+++ b/sling-maven-plugin/pom.xml
@@ -163,11 +163,10 @@
<artifactId>jcr</artifactId>
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>osgi.core</artifactId>
- <scope>compile</scope>
+ <artifactId>org.osgi.framework</artifactId>
+ <version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>