From 16e5965477c56cbdcaa15fb54b17251c49f55c19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20D=C3=BCrre?= Date: Wed, 22 Feb 2023 10:45:23 +0100 Subject: [PATCH 1/1] xfix groovy plugin issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit migrate to java17 compatible plugin Issue-ID: SDNC-1783 Signed-off-by: Michael Dürre Change-Id: I2ce84b7a261cf2f436693311714750fa060392ce Signed-off-by: Michael Dürre --- installation/admportal/pom.xml | 5 +++-- installation/ansible-server/pom.xml | 6 +++--- installation/dmaap-listener/pom.xml | 6 +++--- installation/sdnc-web/pom.xml | 6 +++--- installation/sdnc/pom.xml | 6 +++--- installation/ueb-listener/pom.xml | 6 +++--- pom.xml | 8 ++++---- 7 files changed, 22 insertions(+), 21 deletions(-) diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 34e44b62..33133555 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -31,8 +31,9 @@ - org.codehaus.groovy.maven - gmaven-plugin + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index f171636f..cd023462 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -29,9 +29,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 8189cb1d..f09e1565 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -43,9 +43,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 30a1477c..c8351cb7 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -36,9 +36,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 0caa0931..c2a0cc7d 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -149,9 +149,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 55366308..baba6b7a 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -43,9 +43,9 @@ - org.codehaus.groovy.maven - gmaven-plugin - 1.0 + org.codehaus.gmaven + groovy-maven-plugin + 2.1.1 validate diff --git a/pom.xml b/pom.xml index 750e883c..53576be7 100755 --- a/pom.xml +++ b/pom.xml @@ -32,10 +32,10 @@ 1.5.0-SNAPSHOT ${ccsdk.sli.version} - 1.4-STAGING-latest - 1.4-SNAPSHOT-latest - 1.4-STAGING-latest - 1.4-STAGING-latest + 1.4.3 + 1.4.3 + 1.4.3 + 1.4.3 -- 2.16.6