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:51:14 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated (a8d2c8c -> d5ff4f5)

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


    from a8d2c8c  Merge pull request #11 from bosschaert/SLING-9897
     new 25ec8f6  Update to latest feature model releases
     new d5ff4f5  [maven-release-plugin] prepare release org.apache.sling.feature.extension.apiregions-1.1.12

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


[sling-org-apache-sling-feature-extension-apiregions] 02/02: [maven-release-plugin] prepare release org.apache.sling.feature.extension.apiregions-1.1.12

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

commit d5ff4f5975fcd149789ffe24d122303bdee80af3
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:51:10 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index 5a2ebc0..ce072d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,14 +18,14 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.extension.apiregions</artifactId>
-    <version>1.1.11-SNAPSHOT</version>
+    <version>1.1.12</version>
     <name>Sling Featuremodel - API Regions Exension</name>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-extension-apiregions.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.feature.extension.apiregions-1.1.12</tag>
     </scm>
 
     <properties>


[sling-org-apache-sling-feature-extension-apiregions] 01/02: Update to latest feature model releases

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

commit 25ec8f65e29277ee5cf2ef0ccc6102ac2c37847c
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 13 13:50:07 2020 +0000

    Update to latest feature model releases
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5396cbd..5a2ebc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,13 +56,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>1.2.10</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.analyser</artifactId>
-            <version>1.3.10</version>
+            <version>1.3.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.launcher</artifactId>
-            <version>1.1.6</version>
+            <version>1.1.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>