diff options
author | Dan Timoney <dtimoney@att.com> | 2023-02-08 07:40:23 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-02-08 07:40:23 -0500 |
commit | 5ed8b0451a3e8efb2d17161d0025aac1f5347bf6 (patch) | |
tree | 091446cc148c51818e740c0ea886626c316a3807 /oparent/pom.xml | |
parent | eef985c273e751559bfa3407e54546a1401366fc (diff) |
Update maven config to compile with java 17
Update maven configuration to compile for Java 17
Issue-ID: CCSDK-3813
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ifcb7bb7602037d940e5c620071ba90de9cf4f208
Diffstat (limited to 'oparent/pom.xml')
-rwxr-xr-x | oparent/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index e8f7c590..0986d754 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -47,7 +47,7 @@ <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> <!-- Jacoco properties --> - <jacoco.version>0.8.5</jacoco.version> + <jacoco.version>0.8.8</jacoco.version> <!-- ONAP repositories --> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <onap.nexus.host>nexus.onap.org</onap.nexus.host> @@ -60,11 +60,11 @@ <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id> <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id> - <java.version>11</java.version> - <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version> - <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> + <java.version>17</java.version> + <maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version> + <maven-failsafe-plugin.version>3.0.0-M8</maven-failsafe-plugin.version> <bundle.plugin.version>5.1.1</bundle.plugin.version> - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> + <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> <checkstyle.skip>true</checkstyle.skip> <logback.version>1.2.11</logback.version> |