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:05:12 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 195cfd9  [maven-release-plugin] prepare for next development iteration
195cfd9 is described below

commit 195cfd982dfe37735086404ff7e8fb4b9cd625f2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:05:09 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 392b5b8..af91659 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>
@@ -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>1647263058</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1647263109</project.build.outputTimestamp>
     </properties>
 
     <build>