This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new c68f71e5c [notice] fix the NOTICE years of the META-INFO/NOTICE file
nested in the generated jars are not correct (#957)
c68f71e5c is described below
commit c68f71e5c6fb6153c0da9d5bc845192b16e4778c
Author: Kerwin <[email protected]>
AuthorDate: Thu Apr 20 17:23:33 2023 +0800
[notice] fix the NOTICE years of the META-INFO/NOTICE file nested in the
generated jars are not correct (#957)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 263d87d1d..bb4e2aa85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@ under the License.
</modules>
<properties>
+
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<paimon.shade.jackson.version>2.14.2</paimon.shade.jackson.version>
<paimon.shade.guava.version>30.1.1-jre</paimon.shade.guava.version>
<paimon.shade.caffeine.version>2.9.3</paimon.shade.caffeine.version>