[maven-release-plugin] prepare release jackrabbit-filevault-4.1.4
diff --git a/parent/pom.xml b/parent/pom.xml
index 3798eb0..d87be10 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,7 @@
<properties>
<!-- CI-friendly version, https://maven.apache.org/maven-ci-friendly.html -->
- <revision>4.1.3-SNAPSHOT</revision>
+ <revision>4.1.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- for dependencies used for calculating OSGi import-package version ranges the minimally supported version should be used to be backwards compatible in OSGi containers -->
<jackrabbit.min.version>2.20.17</jackrabbit.min.version>
@@ -70,7 +70,7 @@
<jacoco.command /><!-- is overwritten by https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
<!-- downgrade to m-release-p 3.1.0 due to https://github.com/apache/maven-release/issues/1380 -->
<version.maven-release-plugin>3.1.0</version.maven-release-plugin>
- <project.build.outputTimestamp>2025-10-21T09:04:54Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-10-21T10:18:56Z</project.build.outputTimestamp>
</properties>
<!-- ====================================================================== -->
@@ -81,7 +81,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</developerConnection>
<url>https://github.com/apache/jackrabbit-filevault/tree/${project.scm.tag}</url>
- <tag>master</tag>
+ <tag>jackrabbit-filevault-4.1.4</tag>
</scm>
<!-- ====================================================================== -->
diff --git a/pom.xml b/pom.xml
index 889545b..dc1f89b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
</modules>
<properties>
- <project.build.outputTimestamp>2025-10-21T09:04:54Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-10-21T10:18:56Z</project.build.outputTimestamp>
<!-- this project uses cross-module reports with one aggregate, https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/java-test-coverage/#add-coverage-in-a-multi-module-maven-project -->
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>