aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2024-03-25 17:02:42 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2024-03-25 17:02:42 -0700
commitca79a35acf131cd3c350a92b934dda5a7adf55ff (patch)
tree717ec7ea1bfdd7c39bfce85a0756b81a0362ac73
parent3a3f7780aa407f08e22c7c1371a6974dd1573c37 (diff)
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 <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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.
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
- <version>0.3</version>
+ <version>1.0</version>
<executions>
<execution>
<phase>validate</phase>