flink/0005-upgrade-os-maven-plugin-to-1.7.1.patch
Dingli Zhang 2c0ede0de3 Fix riscv64 support
(cherry picked from commit c321876b9507a8adc0f4d15ed2e12b58ed13584b)
2024-05-30 14:26:46 +08:00

14 lines
438 B
Diff

diff --git a/flink-formats/flink-parquet/pom.xml b/flink-formats/flink-parquet/pom.xml
index a95f6ce0..6085256d 100644
--- a/flink-formats/flink-parquet/pom.xml
+++ b/flink-formats/flink-parquet/pom.xml
@@ -251,7 +251,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>