diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-15 15:35:41 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-15 20:36:16 +0000 |
commit | 8607135db7bf241e3643d008505c825f3990798d (patch) | |
tree | 85330156cd829232d2e536c3309023a5e6dd0ef0 /sdnr/wt/data-provider/provider/pom.xml | |
parent | fa6dc19835ca40f32e7f9723aba73327010693be (diff) |
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
Diffstat (limited to 'sdnr/wt/data-provider/provider/pom.xml')
-rw-r--r-- | sdnr/wt/data-provider/provider/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml index ddc39aee8..b066a83d4 100644 --- a/sdnr/wt/data-provider/provider/pom.xml +++ b/sdnr/wt/data-provider/provider/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>binding-parent</artifactId> - <version>2.5.0</version> + <version>2.5.1-SNAPSHOT</version> <relativePath/> </parent> |