You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/10/29 16:11:30 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: Update to latest feature model components and parent pom

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-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new de3930a  Update to latest feature model components and parent pom
de3930a is described below

commit de3930a0025ff2e3228f2bdd912958f8a0e3790f
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Thu Oct 29 16:10:37 2020 +0000

    Update to latest feature model components and parent pom
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7917fad..0e1c309 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>39</version>
+    <version>40</version>
     <relativePath />
   </parent>
 
@@ -113,13 +113,13 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature</artifactId>
-      <version>1.2.10</version>
+      <version>1.2.12</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-      <version>1.1.8</version>
+      <version>1.1.10</version>
       <scope>provided</scope>
     </dependency>
     <dependency>