This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new c890217 add local RB outputTimestamp
c890217 is described below
commit c890217aa00f89feee2ff3c52122711155a7a56b
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Jun 9 07:57:45 2023 +0200
add local RB outputTimestamp
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4037394..5ac96a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,12 +59,13 @@ under the License.
</distributionManagement>
<properties>
+
<project.build.outputTimestamp>2023-06-05T23:12:49Z</project.build.outputTimestamp>
<javaVersion>8</javaVersion>
<minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<classWorldsVersion>2.6.0</classWorldsVersion>
- <!-- default maven version, will be override by maven3 profile -->
+ <!-- default maven version, will be overridden by maven3 profile -->
<mavenVersion>4.0.0-alpha-5</mavenVersion>
<maven.dir>maven4</maven.dir>
<maven.basedir>${project.build.directory}/${maven.dir}</maven.basedir>