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 8ae92f1 [maven-release-plugin] prepare for next development iteration
8ae92f1 is described below
commit 8ae92f1ac8da336946935fb5c8b683a80ca3b9bb
Author: Christian Schneider <[email protected]>
AuthorDate: Tue Nov 26 15:20:09 2024 +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 d59065e..6dcb998 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.4.2</version>
+ <version>0.4.3-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>11</sling.java.version>
-
<project.build.outputTimestamp>1732630769</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1732630809</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://github.com/apache/sling-org-apache-sling-distribution-journal.git</url>
- <tag>org.apache.sling.distribution.journal-0.4.2</tag>
+ <tag>HEAD</tag>
</scm>
<!--
======================================================================= -->