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:50:58 UTC

[sling-feature-converter-maven-plugin] branch master updated (d32ba29 -> fb6c376)

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


    from d32ba29  Merge pull request #3 from bosschaert/SLING-9827
     new 62d8925  Update to latest feature model dependencies
     new fb6c376  [maven-release-plugin] prepare release sling-feature-converter-maven-plugin-1.0.6

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


[sling-feature-converter-maven-plugin] 01/02: Update to latest feature model 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-feature-converter-maven-plugin.git

commit 62d8925f8350f4d55ac4f1a17c9d1b8112200786
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Oct 29 16:47:53 2020 +0000

    Update to latest feature model dependencies
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6831bac..bc74b02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.cpconverter</artifactId>
-            <version>1.0.15-SNAPSHOT</version>
+            <version>1.0.16</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.12</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>


[sling-feature-converter-maven-plugin] 02/02: [maven-release-plugin] prepare release sling-feature-converter-maven-plugin-1.0.6

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

commit fb6c376bada1d3afea77f6867f7ff953f84bd8cb
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu Oct 29 16:50:52 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index bc74b02..983a441 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>sling-feature-converter-maven-plugin</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling Feature Model Converter Plugin</name>
@@ -35,7 +35,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-feature-converter-maven-plugin.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-feature-converter-maven-plugin.git</url>
-        <tag>HEAD</tag>
+        <tag>sling-feature-converter-maven-plugin-1.0.6</tag>
     </scm>
 
     <properties>