This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git
The following commit(s) were added to refs/heads/master by this push:
new 60173df Update to latest feature model and parent pom
60173df is described below
commit 60173df66fe25eec2d4683154d348cf80ddc0bcf
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Oct 29 16:05:04 2020 +0000
Update to latest feature model and parent pom
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2dffc45..6e45d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>39</version>
+ <version>40</version>
<relativePath />
</parent>
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.8</version>
+ <version>1.2.12</version>
<scope>provided</scope>
</dependency>
<dependency>