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 f454376  [maven-release-plugin] prepare release 
org.apache.sling.starter-14
f454376 is described below

commit f454376cd5fd5b6bf001c11d8ad548924188a7b8
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Dec 12 09:35:53 2025 +0100

    [maven-release-plugin] prepare release org.apache.sling.starter-14
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 298581f..dd71422 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.starter</artifactId>
-    <version>14-SNAPSHOT</version>
+    <version>14</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>HEAD</tag>
+        <tag>org.apache.sling.starter-14</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>1736842792</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>1765528330</project.build.outputTimestamp>
     </properties>
 
     <dependencies>

Reply via email to