This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git
The following commit(s) were added to refs/heads/main by this push:
new bfc2f24 Fix the NOTICE years of the META-INFO/NOTICE file nested in
the generated jars are not correct (#11)
bfc2f24 is described below
commit bfc2f241cb4991158009d9bac2586b50d2815eff
Author: Kerwin <[email protected]>
AuthorDate: Thu Apr 20 17:25:28 2023 +0800
Fix the NOTICE years of the META-INFO/NOTICE file nested in the generated
jars are not correct (#11)
---
.gitignore | 1 +
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 17b684d..d3735de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ target
*.iml
tools/release
*.jar
+.DS_Store
diff --git a/pom.xml b/pom.xml
index 4c6fb32..40c2c75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@ under the License.
</modules>
<properties>
+
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<shading.prefix>org.apache.paimon.shade</shading.prefix>
<guava.version>30.1.1-jre</guava.version>
@@ -110,7 +111,7 @@ under the License.
<version>1.8.0</version>
</requireJavaVersion>
<requireMavenVersion>
- <version>(,3.3)</version>
+ <version>[3.1.1,)</version>
</requireMavenVersion>
</rules>
</configuration>
@@ -132,7 +133,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -169,7 +169,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.4.1</version>
<configuration>
<filters combine.children="append">
<filter>