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 f90a6e7 [maven-release-plugin] prepare release
org.apache.sling.distribution.journal-0.4.2
f90a6e7 is described below
commit f90a6e7ef11f064c79aa55b44955487a23aacccb
Author: Christian Schneider <[email protected]>
AuthorDate: Tue Nov 26 15:19:59 2024 +0100
[maven-release-plugin] prepare release
org.apache.sling.distribution.journal-0.4.2
---
pom.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8e95878..d59065e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
======================================================================= -->
@@ -36,21 +34,21 @@
<!-- P R O J E C T
-->
<!--
======================================================================= -->
<artifactId>org.apache.sling.distribution.journal</artifactId>
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.4.2</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>1719576203</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1732630769</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>HEAD</tag>
+ <tag>org.apache.sling.distribution.journal-0.4.2</tag>
</scm>
<!--
======================================================================= -->