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 2022/03/04 14:58:33 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 aa23061  [maven-release-plugin] prepare for next development iteration
aa23061 is described below

commit aa2306175d4bcc6ceb5157452eee165b6cb3bd4f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 4 16:58:31 2022 +0200

    [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 92069ed..c56d374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.starter.content</artifactId>
-  <version>1.0.12</version>
+  <version>1.0.13-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.12</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <properties>
   	<frontend.target>target/frontend</frontend.target>
-    <project.build.outputTimestamp>1646405798</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1646405911</project.build.outputTimestamp>
   </properties>
 
   <build>