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:08:19 UTC

[sling-slingstart-archetype] branch master updated (7bf9b39 -> 79f4ed7)

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-slingstart-archetype.git.


    from 7bf9b39  SLING-7388 - Update plugin versions and Java version for archetypes
     add 114d6ef  Update to released versions
     new 79f4ed7  [maven-release-plugin] prepare for next development iteration

The 1 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 ++++---
 .../resources/archetype-resources/src/main/provisioning/model.txt  | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

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

[sling-slingstart-archetype] 01/01: [maven-release-plugin] prepare for next development iteration

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-slingstart-archetype.git

commit 79f4ed736762d77067644c7a409bf4c7cd332d93
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jan 19 18:08:17 2018 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4984770..828b727 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
         <version>5</version>
     </parent>
     <artifactId>sling-slingstart-archetype</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>Apache Sling Slingstart Archetype</name>
     <description>Maven archetype for a Sling Slingstart application</description>
@@ -29,7 +29,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingstart-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-slingstart-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-slingstart-archetype.git</url>
-    </scm>
+      <tag>HEAD</tag>
+  </scm>
 
     <build>
         <extensions>

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