From 893108d10b1d689b1e4818be5726c62f3186fbea Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 22 Feb 2021 12:57:33 -0500 Subject: [PATCH] Mojo plugin missing Version 2.8 is missing; modified the pom to refer to 2.8.1. Issue-ID: POLICY-3088 Change-Id: Ib2a8d68ffba62c73ebbc2db7c15d327d21b8ae12 Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index 87b59350..a19058bc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -545,7 +545,7 @@ org.codehaus.mojo versions-maven-plugin - 2.8 + 2.8.1 org.apache.maven.plugins -- 2.16.6