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:57:12 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (0e82c3c -> 00989be)

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-cpconverter.git.


    from 0e82c3c  Merge pull request #111 from apache/SLING-10783
     new 82be38f  Update to latest feature model dependencies
     new 00989be  [maven-release-plugin] prepare release org.apache.sling.feature.cpconverter-1.1.10

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-cpconverter] 02/02: [maven-release-plugin] prepare release org.apache.sling.feature.cpconverter-1.1.10

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-cpconverter.git

commit 00989bebf41f3aca7c60ed4213a0d4f6735fc2fd
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Fri Sep 3 09:57:10 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index fe5ecb8..f3c4c44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>org.apache.sling.feature.cpconverter</artifactId>
-  <version>1.1.9-SNAPSHOT</version>
+  <version>1.1.10</version>
 
   <name>Apache Sling Content-Package to Feature Model Converter</name>
   <description>Content Package to Feature Model converter tools for Apache Sling</description>
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-cpconverter.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.feature.cpconverter-1.1.10</tag>
   </scm>
 
   <dependencies>

[sling-org-apache-sling-feature-cpconverter] 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-org-apache-sling-feature-cpconverter.git

commit 82be38fb880b576d4a9ee9fea447728fae57d125
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Fri Sep 3 09:55:00 2021 +0100

    Update to latest feature model dependencies
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b792037..fe5ecb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-      <version>1.3.10</version>
+      <version>1.4.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>