From ca79a35acf131cd3c350a92b934dda5a7adf55ff Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 25 Mar 2024 17:02:42 -0700 Subject: Fix: Update directory-maven-plugin version In GHA, we are having the following issue after running CLM followed by Sonar goals: Cannot find a single highest directory for this project set. Seems that this issue can be fixed by bumping this plugin to the latest version. Issue-ID: CIMAN-33 Change-Id: Id99de184b84588e12b30bda35989524f094a9d52 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc2bca499..476de6f15 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ limitations under the License. org.commonjava.maven.plugins directory-maven-plugin - 0.3 + 1.0 validate -- cgit 1.2.3-korg