You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/01/19 16:11:38 UTC

[sling-bundle-archetype] branch master updated (d43e2a1 -> 7b2a599)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-bundle-archetype.git.


    from d43e2a1  SLING-7387 - Update bundle archetypes to use the bnd-maven-plugin
     new 1f65576  Update to released parent version
     new 7b2a599  [maven-release-plugin] prepare release sling-bundle-archetype-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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-bundle-archetype] 02/02: [maven-release-plugin] prepare release sling-bundle-archetype-1.0.6

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-bundle-archetype.git

commit 7b2a599deb9a217cab53022954085d554684c919
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:11:37 2018 +0200

    [maven-release-plugin] prepare release sling-bundle-archetype-1.0.6
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 260865b..22a9034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sling-bundle-archetype</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache Sling Bundle Archetype</name>
@@ -37,7 +37,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-bundle-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-bundle-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-bundle-archetype.git</url>
-    </scm>
+      <tag>sling-bundle-archetype-1.0.6</tag>
+  </scm>
 
     <build>
         <extensions>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-bundle-archetype] 01/02: Update to released parent version

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-bundle-archetype.git

commit 1f65576e0817236a6a3703bac460809c2c7017a6
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:11:11 2018 +0200

    Update to released parent version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ba2084..260865b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-archetype-parent</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath />
     </parent>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.