From 8607135db7bf241e3643d008505c825f3990798d Mon Sep 17 00:00:00 2001 From: Dan Timoney <dtimoney@att.com> Date: Tue, 15 Nov 2022 15:35:41 -0500 Subject: Update to compile with Java 17 Updated to compile with Java 17 Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9d2a8ea42893b1d3d95e0bbe3810de2a4e7b72ed --- sdnr/wt/netconfnode-state-service/installer/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sdnr/wt/netconfnode-state-service/installer') diff --git a/sdnr/wt/netconfnode-state-service/installer/pom.xml b/sdnr/wt/netconfnode-state-service/installer/pom.xml index 8e7977a99..d38d95fb9 100755 --- a/sdnr/wt/netconfnode-state-service/installer/pom.xml +++ b/sdnr/wt/netconfnode-state-service/installer/pom.xml @@ -22,14 +22,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> -- cgit 1.2.3-korg