summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-11-18 17:57:32 +0100
committersebdet <sebastien.determe@intl.att.com>2019-11-18 17:57:32 +0100
commite17bc1b801b50c1066414b30b21aa55236932284 (patch)
tree106a4390d921eb04e1936cc9b91d454ad50e1906 /pom.xml
parent4dc849f66bf9c8749ca8d2ef228fceee4d358ca1 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 45459741..83bc1d06 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>