This is an automated email from the ASF dual-hosted git repository.
sseifert 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 02b8295 [maven-release-plugin] prepare for next development iteration
02b8295 is described below
commit 02b8295157c56dfb5b41ef214415b1a7d60d96e1
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Dec 12 09:36:02 2025 +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 dd71422..5753965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
</parent>
<artifactId>org.apache.sling.starter</artifactId>
- <version>14</version>
+ <version>15-SNAPSHOT</version>
<name>Apache Sling Starter</name>
<description>The Sling Starter demo application.</description>
@@ -29,7 +29,7 @@
<scm>
<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>
- <tag>org.apache.sling.starter-14</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/sling-org-apache-sling-starter.git</url>
</scm>
@@ -66,7 +66,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>1765528330</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1765528562</project.build.outputTimestamp>
</properties>
<dependencies>