From b04ae41a77d8465e1065c128d6b353c279d9924d Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Fri, 4 Aug 2023 14:23:36 +0100 Subject: [PATCH] [DMAAP-DR] - Fix DataRouter staging and tagging after java 17 Change-Id: I38a3050505c275b441123b298accb0f6da47f95b Issue-ID: DMAAP-1895 Signed-off-by: david.mcweeney --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 529e7c6f..edf0d24f 100755 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ 1.2.3 1.15 1.5 + 3.0.0 0.33.0 2.2.54 2.4 @@ -428,9 +429,9 @@ - org.codehaus.gmaven - gmaven-plugin - ${gmaven-plugin.version} + org.codehaus.gmavenplus + gmavenplus-plugin + ${gmavenplus-plugin.version} validate -- 2.16.6