This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-feature.git
The following commit(s) were added to refs/heads/master by this push:
new a0b36a8 Update to latest parent pom
a0b36a8 is described below
commit a0b36a8bb943ef33a669ec65a647afe8bc2d8008
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Jul 1 06:41:15 2021 +0200
Update to latest parent pom
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f193357..6c90c2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>39</version>
+ <version>43</version>
<relativePath />
</parent>
@@ -103,13 +103,14 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature</artifactId>
- <version>1.2.19-SNAPSHOT</version>
+ <!-- Update to 1.2.26 once that release is available -->
+ <version>1.2.27-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
- <version>1.1.18</version>
+ <version>1.2.0</version>
<scope>provided</scope>
</dependency>