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 2021/12/08 14:54:31 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 564c255  [maven-release-plugin] prepare for next development iteration
564c255 is described below

commit 564c255e1b3361906068b35d66c6c173c5a2d6dd
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Dec 8 15:54:28 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 952c7a3..1838ce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.starter.content</artifactId>
-  <version>1.0.10</version>
+  <version>1.0.11-SNAPSHOT</version>
 
   <name>Apache Sling Starter Content</name>
   <description>
@@ -40,12 +40,12 @@
     <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.10</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <properties>
   	<frontend.target>target/frontend</frontend.target>
-    <project.build.outputTimestamp>1638975229</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1638975268</project.build.outputTimestamp>
   </properties>
 
   <build>