[maven-release-plugin] prepare release jackrabbit-filevault-3.8.4
diff --git a/parent/pom.xml b/parent/pom.xml
index 281fbe0..8ebff3e 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>3.8.3-SNAPSHOT</revision>
+        <revision>3.8.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.8</jackrabbit.min.version>
@@ -67,7 +67,7 @@
         <maven.compiler.release>8</maven.compiler.release>
         <sling.url>http://localhost:4502</sling.url>
         <jacoco.command /><!-- is overwritten by https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html -->
-        <project.build.outputTimestamp>2024-09-20T15:33:13Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2025-03-25T09:28:36Z</project.build.outputTimestamp>
         <!-- update due to https://issues.apache.org/jira/browse/MASFRES-69 -->
         <version.apache-resource-bundles>1.7</version.apache-resource-bundles>
     </properties>
@@ -80,7 +80,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-3.8.4</tag>
     </scm>
 
     <!-- ====================================================================== -->
diff --git a/pom.xml b/pom.xml
index 171b991..37a903d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     </modules>
 
     <properties>
-        <project.build.outputTimestamp>2024-09-20T15:33:13Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2025-03-25T09:28:36Z</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}/vault-coverage-aggregate/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
     </properties>