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/02/25 15:54:27 UTC

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


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

commit 150e60df97a6d8911e938b76903f64d54f1201df
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Feb 25 16:54:25 2022 +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 80a8f36..a7f42d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.starter</artifactId>
-    <version>12</version>
+    <version>13-SNAPSHOT</version>
 
     <name>Apache Sling Starter Application</name>
     <description>
@@ -32,7 +32,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter.git</url>
-        <tag>org.apache.sling.starter-12</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
@@ -54,7 +54,7 @@
         <mongo.container.image>mongo:4.4.6</mongo.container.image>
         <it.startTimeoutSeconds>60</it.startTimeoutSeconds>
         <!-- used for reproducible builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.htm), automatically updated during release -->
-        <project.build.outputTimestamp>1645804430</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1645804465</project.build.outputTimestamp>
     </properties>
 
     <build>