diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-11-19 13:32:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-19 13:32:39 +0000 |
commit | fdd65e9703161a8598ea75a65f9adc93fcefc540 (patch) | |
tree | ae191e6379b6827b68c9c0708328b221f00e59c6 /pom.xml | |
parent | cfe18b62c2c3cfabdf4322b02c2e49e6ea284d3c (diff) | |
parent | e17bc1b801b50c1066414b30b21aa55236932284 (diff) |
Merge "Rollback to JDK 11"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |