From e761afa8019ce5585027a2c5e04ef463b703d3de Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Fri, 24 Jan 2020 11:18:07 -0500 Subject: Update project for java11 Issue-ID: OPTFRA-620 Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2 Signed-off-by: Jerry Flood --- pom.xml | 219 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 110 insertions(+), 109 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2696027..c0b2606 100644 --- a/pom.xml +++ b/pom.xml @@ -1,109 +1,110 @@ - - - - - 4.0.0 - - - org.onap.oparent - oparent - 2.1.0 - - - org.onap.optf.cmso - cmso - 2.1.1-SNAPSHOT - pom - - optf-cmso - https://wiki.onap.org - - - JIRA - https://jira.onap.org/ - - - - yyyyMMdd'T'HHmmss'Z' - ${project.version} - ${maven.build.timestamp} - Dublin - 1.8 - 1.8 - 1.8 - 5.1.5.RELEASE - 2.1.6.RELEASE - Dublin - org.onap.optf - onap - 1.0.0 - 2.0.0 - 2.1.4 - localhost:5000 - nexus3.onap.org:10001 - - - 0.30.0 - - - - scm:git:ssh://git@${onap.git.host}/ccsdk/sli/adaptors - scm:git:ssh://${onap.git.host}:${onap.git.port}/optf/cmso - ${onap.git.protocol}://${onap.git.host}/optf/cmso - optf-cmso-${project.version} - - - - cmso-database - cmso-service - cmso-topology - cmso-optimizer - cmso-ticketmgt - cmso-robot - cmso-sonar - - - - - - - maven-deploy-plugin - - false - - - - - - + + + + + 4.0.0 + + + org.onap.oparent + oparent + 3.0.0 + + + org.onap.optf.cmso + cmso + 2.1.1-SNAPSHOT + pom + + optf-cmso + https://wiki.onap.org + + + JIRA + https://jira.onap.org/ + + + + yyyyMMdd'T'HHmmss'Z' + ${project.version} + ${maven.build.timestamp} + Dublin + 11 + 11 + 11 + 5.1.5.RELEASE + 2.1.6.RELEASE + Dublin + org.onap.optf + onap + 1.0.0 + 2.0.0 + 2.1.4 + localhost:5000 + nexus3.onap.org:10001 + + + 0.30.0 + true + + + + scm:git:ssh://git@${onap.git.host}/ccsdk/sli/adaptors + scm:git:ssh://${onap.git.host}:${onap.git.port}/optf/cmso + ${onap.git.protocol}://${onap.git.host}/optf/cmso + optf-cmso-${project.version} + + + + cmso-database + cmso-service + cmso-topology + cmso-optimizer + cmso-ticketmgt + cmso-robot + cmso-sonar + + + + + + + maven-deploy-plugin + + false + + + + + + -- cgit 1.2.3-korg