You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/09 13:41:23 UTC

[sling-slingfeature-maven-plugin] branch master updated (cdc94e0 -> f272e25)

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

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.


    from cdc94e0  Use latest version of the analyser
     new 0b30725  Use latest version of the feature model
     new f272e25  [maven-release-plugin] prepare release slingfeature-maven-plugin-1.3.16

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-slingfeature-maven-plugin] 01/02: Use latest version of the feature model

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit 0b30725f9a63c1bbff51f5177353dfba73d507c1
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 9 15:38:34 2020 +0200

    Use latest version of the feature model
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a0f7e8..6248f19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.6</version>
+            <version>1.2.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>


[sling-slingfeature-maven-plugin] 02/02: [maven-release-plugin] prepare release slingfeature-maven-plugin-1.3.16

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git

commit f272e25a6373a0e9fa1870895474c44e48a4a74a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Sep 9 15:41:18 2020 +0200

    [maven-release-plugin] prepare release slingfeature-maven-plugin-1.3.16
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6248f19..ab8df81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>1.3.15-SNAPSHOT</version>
+    <version>1.3.16</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git</url>
-    <tag>slingfeature-maven-plugin-1.2.2</tag>
+    <tag>slingfeature-maven-plugin-1.3.16</tag>
   </scm>
 
     <build>