You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/04/24 16:39:39 UTC

[sling-project-archetype] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9fabe5  [maven-release-plugin] prepare for next development iteration
e9fabe5 is described below

commit e9fabe52443677890e9cf6c63a578229c2e46ac1
Author: Andreas Schaefer <ac...@Andreass-iMac.local>
AuthorDate: Wed Apr 24 09:39:36 2019 -0700

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

diff --git a/pom.xml b/pom.xml
index 93add88..e78ddea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-project-archetype</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Sling Project Archetype</name>
@@ -51,7 +51,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-project-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-project-archetype.git</url>
-        <tag>sling-project-archetype-1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>