From ab5f90a45828010f0a4d9ec9f3b7485a0c4d0c37 Mon Sep 17 00:00:00 2001 From: Lei Sun Date: Wed, 15 Sep 2021 22:54:07 -0700 Subject: [PATCH 1/2] [DRAFT]Attempting to fix the maven enforcer issue in main branch --- java/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 17c8e5fc33..80739c304d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -90,6 +90,7 @@ org.apache.maven.plugins maven-enforcer-plugin + 3.0.0-M3 enforce-maven @@ -212,7 +213,7 @@ maven-jar-plugin 3.2.0 - + true true From c805638864f83d0e833826ad27eb49eaea97611e Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 16 Sep 2021 00:27:29 -0700 Subject: [PATCH 2/2] Use 3.0.0 --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index 80739c304d..b927695379 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -90,7 +90,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M3 + 3.0.0 enforce-maven