From fc19178b956f4474ed14e810fd911ac60f3756d0 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 30 Aug 2023 14:57:10 +0100 Subject: Upgrade Java 17 in policy-drools-apps Issue-ID: POLICY-4816 Change-Id: I61d5c2c0b8bf2cc08416d91bbd84f27f2ed5c5c1 Signed-off-by: adheli.tavares --- controlloop/packages/artifacts-controlloop/pom.xml | 88 +++++++++++----------- 1 file changed, 45 insertions(+), 43 deletions(-) (limited to 'controlloop/packages/artifacts-controlloop') diff --git a/controlloop/packages/artifacts-controlloop/pom.xml b/controlloop/packages/artifacts-controlloop/pom.xml index 32fd5e058..b1511b883 100644 --- a/controlloop/packages/artifacts-controlloop/pom.xml +++ b/controlloop/packages/artifacts-controlloop/pom.xml @@ -4,13 +4,14 @@ ================================================================================ Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2023 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,45 +20,46 @@ ============LICENSE_END========================================================= --> - - 4.0.0 - pom - - - org.onap.policy.drools-applications.controlloop.packages - drools-applications-packages - 2.0.0-SNAPSHOT - - - artifacts-controlloop - - artifacts-controlloop - Companion artifacts for a drools application to install in nexus repository - - - - - maven-assembly-plugin - - - - single - - package - - - src/assembly/zip.xml - - false - - - - - - - - - - + + 4.0.0 + pom + + + org.onap.policy.drools-applications.controlloop.packages + drools-applications-packages + 2.0.1-SNAPSHOT + + + artifacts-controlloop + + artifacts-controlloop + Companion artifacts for a drools application to install in nexus repository + + + + + maven-assembly-plugin + + + + single + + package + + + src/assembly/zip.xml + + false + + + + + + + + + + -- cgit 1.2.3-korg