diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-11-18 17:57:32 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-11-18 17:57:32 +0100 |
commit | e17bc1b801b50c1066414b30b21aa55236932284 (patch) | |
tree | 106a4390d921eb04e1936cc9b91d454ad50e1906 /pom.xml | |
parent | 4dc849f66bf9c8749ca8d2ef228fceee4d358ca1 (diff) |
Rollback to JDK 11
Reverting JDK to 11 as deciced by the SECCOM
Issue-ID: CLAMP-553
Change-Id: I69bbf2b961616ae566e43cab944bd0daf5295a34
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
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> |