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-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b6978da  Move back to parent 43 and update feature model dependencies
b6978da is described below

commit b6978daaf3c9a96291aaaf1bccbeeb545ffef97f
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Aug 20 10:36:02 2021 +0100

    Move back to parent 43 and update feature model dependencies
    
    Parent 44 has javadoc issues which make it problematic for releasing:
    https://issues.apache.org/jira/browse/SLING-10672
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f7ebd3..80ecbec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>44</version>
+        <version>43</version>
         <relativePath />
     </parent>
 
@@ -173,12 +173,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.31-SNAPSHOT</version>
+            <version>1.3.34</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             
<artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.3.9-SNAPSHOT</version>
+            <version>1.3.10</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>

Reply via email to