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 2021/09/03 08:45:03 UTC

[sling-org-apache-sling-feature-analyser] branch master updated (5523e25 -> 088537a)

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git.


    from 5523e25  [maven-release-plugin] prepare for next development iteration
     new ea9f3f3  Update repoinit parser
     new 088537a  [maven-release-plugin] prepare release org.apache.sling.feature.analyser-1.3.38

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[sling-org-apache-sling-feature-analyser] 02/02: [maven-release-plugin] prepare release org.apache.sling.feature.analyser-1.3.38

Posted by da...@apache.org.
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-analyser.git

commit 088537a65be5068985da099ccd80310a35cd4fd6
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Sep 3 09:45:01 2021 +0100

    [maven-release-plugin] prepare release org.apache.sling.feature.analyser-1.3.38
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c767efe..7a3a523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.analyser</artifactId>
-    <version>1.3.37-SNAPSHOT</version>
+    <version>1.3.38</version>
 
     <name>Apache Sling Feature Model Analyser</name>
     <description>
@@ -38,7 +38,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-analyser.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature.analyser-1.3.38</tag>
    </scm>
 
     <build>

[sling-org-apache-sling-feature-analyser] 01/02: Update repoinit parser

Posted by da...@apache.org.
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-analyser.git

commit ea9f3f39b38941ac496269a8612186584e3fa511
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Sep 3 09:44:23 2021 +0100

    Update repoinit parser
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 50e081b..c767efe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.repoinit.parser</artifactId>
-            <version>1.6.8</version>
+            <version>1.6.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>