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/14 13:04:46 UTC

[sling-org-apache-sling-starter] branch master updated: [maven-release-plugin] prepare release org.apache.sling.starter-12

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

commit ca72043e69987c87d45da5235a5ff363e1c2c3be
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:04:43 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index baf880c..392b5b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     </parent>
 
     <artifactId>org.apache.sling.starter</artifactId>
-    <version>13-SNAPSHOT</version>
+    <version>12</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>HEAD</tag>
+        <tag>org.apache.sling.starter-12</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>1645804465</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1647263058</project.build.outputTimestamp>
     </properties>
 
     <build>