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:13:09 UTC

[sling-jcrinstall-bundle-archetype] branch master updated (4ecc8aa -> d40bbb2)

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-jcrinstall-bundle-archetype.git.


    from 4ecc8aa  SLING-7387 - Update bundle archetypes to use the bnd-maven-plugin
     new 1dec331  Update to released parent version
     new d40bbb2  [maven-release-plugin] prepare release sling-jcrinstall-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-jcrinstall-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-jcrinstall-bundle-archetype.git

commit 1dec331fd841b1d047a2f79857091a626b1391db
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:12:44 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 08152e4..54c0151 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>.

[sling-jcrinstall-bundle-archetype] 02/02: [maven-release-plugin] prepare release sling-jcrinstall-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-jcrinstall-bundle-archetype.git

commit d40bbb26c064b8ab757bdf5e82fa875ae9999c58
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:13:07 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 54c0151..a36bcad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>sling-jcrinstall-bundle-archetype</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache Sling JCRInstall Bundle Archetype</name>
@@ -37,7 +37,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-jcrinstall-bundle-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-jcrinstall-bundle-archetype.git</url>
-    </scm>
+      <tag>sling-jcrinstall-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>.