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/11/13 13:59:02 UTC

[sling-org-apache-sling-feature-extension-content] branch master updated (791d50c -> b0a0153)

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-extension-content.git.


    from 791d50c  SLING-9908: remove the ContentOrderMergeProcessor
     new 03a297e  Update to latest feature model components
     new 3e49e62  Update to latest parent pom
     new b0a0153  [maven-release-plugin] prepare release org.apache.sling.feature.extension.content-1.0.8

The 3 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 | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)


[sling-org-apache-sling-feature-extension-content] 01/03: Update to latest feature model components

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-extension-content.git

commit 03a297e45b4a3944aa37cd7d0149184ba06e160a
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:55:31 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index c7f87c0..f4b101c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,19 +127,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.1.2</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>1.2.2</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.launcher</artifactId>
-            <version>1.1.2</version>
+            <version>1.1.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


[sling-org-apache-sling-feature-extension-content] 02/03: Update to latest parent pom

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-extension-content.git

commit 3e49e6299964cddae61d87ce98b777d9ae535b9f
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:58:01 2020 +0000

    Update to latest parent pom
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f4b101c..c77a23d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>40</version>
         <relativePath />
     </parent>
 
@@ -116,6 +116,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


[sling-org-apache-sling-feature-extension-content] 03/03: [maven-release-plugin] prepare release org.apache.sling.feature.extension.content-1.0.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-org-apache-sling-feature-extension-content.git

commit b0a0153608c0b9f67630459d5d786a70ab3f0af0
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:58:58 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index c77a23d..f0da944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.extension.content</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.0.8</version>
     <name>Sling Featuremodel - Content Deployment Exension</name>
 
     <licenses>
@@ -34,7 +34,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-content.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.feature.extension.content-1.0.8</tag>
     </scm>
 
     <properties>