diff options
author | Dan Timoney <dtimoney@att.com> | 2022-11-14 16:39:14 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-11-30 07:02:11 -0500 |
commit | 91423cfd5e6a63b69a5d900a211320af77df5a84 (patch) | |
tree | cb7694c66d094c40c7ba4170dde206bf10fefa59 /adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml | |
parent | ef9ea4a43ee8c30d1d11c73404f1eb0b304f7be1 (diff) |
Updates for Java 17
Update code to compile with java 17
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia9a7f681c62a0e2465c8e8954655a6f043fc1319
Diffstat (limited to 'adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml')
-rw-r--r-- | adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml b/adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml index 44b3b28da..718380aeb 100644 --- a/adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml +++ b/adaptors/ansible-adaptor/ansible-adaptor-installer/pom.xml @@ -22,14 +22,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ============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> |