You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2022/03/08 13:47:58 UTC

[sling-org-apache-sling-distribution-journal] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git


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

commit 9615248d55db246cd180610d5f14c8814a377cdf
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Tue Mar 8 14:47:55 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 f76068a..7028285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,21 +34,21 @@
     <!-- P R O J E C T                                                           -->
     <!-- ======================================================================= -->
     <artifactId>org.apache.sling.distribution.journal</artifactId>
-    <version>0.1.24</version>
+    <version>0.1.25-SNAPSHOT</version>
 
     <name>Apache Sling Journal based Content Distribution - Core bundle</name>
     <description>Implementation of Apache Sling Content Distribution components on top of an append-only persisted log</description>
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>1646747234</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1646747275</project.build.outputTimestamp>
     </properties>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal.git</url>
-      <tag>org.apache.sling.distribution.journal-0.1.24</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <!-- ======================================================================= -->