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 2019/09/17 10:47:40 UTC

[sling-org-apache-sling-starter-content] branch master updated: [maven-release-plugin] prepare for next development iteration

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-org-apache-sling-starter-content.git


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

commit 76aa86fce3b3f08562a76c56e0ce11b78124ef06
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 17 12:47:36 2019 +0200

    [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 07ab5af..903f2b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.starter.content</artifactId>
-  <version>1.0.8</version>
+  <version>1.0.9-SNAPSHOT</version>
 
   <name>Apache Sling Starter Content</name>
   <description>
@@ -40,7 +40,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter-content.git</url>
-    <tag>org.apache.sling.starter.content-1.0.8</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <properties>