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 bc3c6f6 [maven-release-plugin] prepare for next development iteration
bc3c6f6 is described below
commit bc3c6f6b4d858c95c449e8f675978b1f8ad22c9f
Author: Christian Schneider <[email protected]>
AuthorDate: Fri Jun 28 14:03:24 2024 +0200
[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 570204d..6bbc9d5 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.0</version>
+ <version>0.4.1-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>1719576166</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1719576203</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.0</tag>
+ <tag>HEAD</tag>
</scm>
<!--
======================================================================= -->