aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-11-19 13:32:39 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-19 13:32:39 +0000
commitfdd65e9703161a8598ea75a65f9adc93fcefc540 (patch)
treeae191e6379b6827b68c9c0708328b221f00e59c6 /pom.xml
parentcfe18b62c2c3cfabdf4322b02c2e49e6ea284d3c (diff)
parente17bc1b801b50c1066414b30b21aa55236932284 (diff)
Merge "Rollback to JDK 11"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 45459741a..83bc1d06e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1174,8 +1174,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
- <source>13</source>
- <target>13</target>
+ <source>11</source>
+ <target>11</target>
</configuration>
</plugin>
<plugin>