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 2018/06/05 13:35:57 UTC

[sling-org-apache-sling-feature-analyser] branch master updated (2d69bea -> b32c189)

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


    from 2d69bea  Move dependency on lower level feature modules to 0.1.1-SNAPSHOT
     new 5a9467c  Upgrade feature model dependency to 0.1.2
     new b32c189  [maven-release-plugin] prepare release org.apache.sling.feature.analyser-0.1.2

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(-)

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.

[sling-org-apache-sling-feature-analyser] 01/02: Upgrade feature model dependency to 0.1.2

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

commit 5a9467c393df9250faad76446cd847b6e2287831
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jun 5 14:34:32 2018 +0100

    Upgrade feature model dependency to 0.1.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4f3159..d3dceef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,13 +117,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
+            <version>0.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.feature.io</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
+            <version>0.1.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.

[sling-org-apache-sling-feature-analyser] 02/02: [maven-release-plugin] prepare release org.apache.sling.feature.analyser-0.1.2

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

commit b32c18920d815ea0c6fedcefc2562f10b951f159
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jun 5 14:35:55 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index d3dceef..9eb0657 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.analyser</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.1.2</version>
 
     <name>Apache Sling Feature Analyser</name>
     <description>
@@ -37,7 +37,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-analyser.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-analyser.git</url>
-      <tag>HEAD</tag>
+      <tag>org.apache.sling.feature.analyser-0.1.2</tag>
   </scm>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
davidb@apache.org.