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 9908a45 Update to latest parent pom and feature model
9908a45 is described below
commit 9908a457aa7b13b490be4ce17ae710f730134a11
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Jun 18 16:30:37 2020 +0100
Update to latest parent pom and feature model
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f5f5f1..2f2d102 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>38</version>
+ <version>39</version>
<relativePath />
</parent>
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>