File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
</scm >
35
35
36
36
<properties >
37
- <!-- 04 -Mar-2019, tatu: Retain Java6 /JDK1.6 compatibility for annotations for Jackson 2.x ,
37
+ <!-- 31 -Mar-2022: Change to Java8 /JDK1.8 compatibility for Jackson-Core 2.14 (was Java6/JDK1.6) ,
38
38
but use Moditect to get JDK9+ module info support; need newer bundle plugin as well
39
39
-->
40
- <javac .src.version>1.6 </javac .src.version>
41
- <javac .target.version>1.6 </javac .target.version>
40
+ <javac .src.version>1.8 </javac .src.version>
41
+ <javac .target.version>1.8 </javac .target.version>
42
42
43
- <maven .compiler.source>1.6 </maven .compiler.source>
44
- <maven .compiler.target>1.6 </maven .compiler.target>
43
+ <maven .compiler.source>1.8 </maven .compiler.source>
44
+ <maven .compiler.target>1.8 </maven .compiler.target>
45
45
46
46
<osgi .export>com.fasterxml.jackson.core;version=${project.version} ,
47
47
com.fasterxml.jackson.core.*;version=${project.version}
You can’t perform that action at this time.
0 commit comments