26 lines
766 B
Diff
26 lines
766 B
Diff
|
|
From 2a34491f2b3763d7cc7835ebfe0bfa2668066872 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Wenlong Zhang <zhangwenlong@loongson.cn>
|
||
|
|
Date: Sat, 20 May 2023 11:09:45 +0800
|
||
|
|
Subject: [PATCH] update os-maven-plugin to support loongarch64
|
||
|
|
|
||
|
|
---
|
||
|
|
flink-formats/flink-parquet/pom.xml | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/flink-formats/flink-parquet/pom.xml b/flink-formats/flink-parquet/pom.xml
|
||
|
|
index df4076d7..bac6b680 100644
|
||
|
|
--- a/flink-formats/flink-parquet/pom.xml
|
||
|
|
+++ b/flink-formats/flink-parquet/pom.xml
|
||
|
|
@@ -209,7 +209,7 @@ under the License.
|
||
|
|
<extension>
|
||
|
|
<groupId>kr.motd.maven</groupId>
|
||
|
|
<artifactId>os-maven-plugin</artifactId>
|
||
|
|
- <version>1.7.0</version>
|
||
|
|
+ <version>1.7.1</version>
|
||
|
|
</extension>
|
||
|
|
</extensions>
|
||
|
|
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|