aboutsummaryrefslogtreecommitdiffstats
path: root/so-monitoring/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'so-monitoring/pom.xml')
-rw-r--r--so-monitoring/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/so-monitoring/pom.xml b/so-monitoring/pom.xml
index 206a0f2851..8c6d397bae 100644
--- a/so-monitoring/pom.xml
+++ b/so-monitoring/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.so</groupId>
<artifactId>so</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.so.monitoring</groupId>
@@ -34,8 +34,8 @@
<name>${project.artifactId}</name>
<properties>
- <java.version>1.8</java.version>
- <version.java.compiler>1.8</version.java.compiler>
+ <java.version>11</java.version>
+ <version.java.compiler>11</version.java.compiler>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>