[maven-release-plugin] prepare release jackrabbit-filevault-3.8.0
diff --git a/parent/pom.xml b/parent/pom.xml
index eb2e1b1..d0aac54 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.0-SNAPSHOT</revision>
+ <revision>3.8.0</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>
@@ -66,7 +66,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>2023-10-31T16:10:49Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-08-01T07:14:26Z</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>
@@ -79,7 +79,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.0</tag>
</scm>
<!-- ====================================================================== -->
diff --git a/pom.xml b/pom.xml
index bffb8ef..591dc87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
</modules>
<properties>
- <project.build.outputTimestamp>2023-10-31T16:10:49Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-08-01T07:14:26Z</project.build.outputTimestamp>
<!-- https://docs.sonarcloud.io/enriching/test-coverage/test-coverage-parameters/#javakotlinscalajvm -->
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/vault-coverage-aggregate/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>