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/06/25 09:39:40 UTC

[sling-slingfeature-maven-plugin] branch master updated (291b0d0 -> 0665826)

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


    from 291b0d0  [maven-release-plugin] prepare for next development iteration
     new aef2ca4  SLING-10552 Update to latest dependencies
     new 0665826  [maven-release-plugin] prepare release slingfeature-maven-plugin-1.5.8

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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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

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

commit 0665826c9326cce518e3af85f9690fc0cf3e37b7
Author: David Bosschaert <da...@apache.org>
AuthorDate: Fri Jun 25 10:39:36 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index b926d42..ceecf09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>slingfeature-maven-plugin</artifactId>
-    <version>1.5.7-SNAPSHOT</version>
+    <version>1.5.8</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling OSGi Feature Maven Plugin</name>
@@ -42,7 +42,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.5.2</tag>
+      <tag>slingfeature-maven-plugin-1.5.8</tag>
   </scm>
 
     <build>

[sling-slingfeature-maven-plugin] 01/02: SLING-10552 Update to latest dependencies

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

commit aef2ca475dcfb3b1bf4f300ee25ec35da8a4b981
Author: David Bosschaert <da...@apache.org>
AuthorDate: Fri Jun 25 10:34:41 2021 +0100

    SLING-10552 Update to latest dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf44cc7..b926d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,7 @@
          <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.14</version>
+            <version>1.0.18</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -167,17 +167,17 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.22</version>
+            <version>1.2.24</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.26</version>
+            <version>1.3.28</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-            <version>1.3.0</version>
+            <version>1.3.2</version>
         </dependency>
         <!-- aux dependencies for Content-Package check -->
         <dependency>