File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 63
63
</distributionManagement >
64
64
65
65
<properties >
66
- <java .version>1.8</java .version>
66
+ <java .version>1.6</java .version>
67
+ <java .testversion>1.7</java .testversion>
67
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
68
69
<version .jackson>2.8.7</version .jackson>
69
70
<version .slf4j>1.7.25</version .slf4j>
206
207
<source >${java.version} </source >
207
208
<target >${java.version} </target >
208
209
</configuration >
210
+ <executions >
211
+ <execution >
212
+ <id >test-compile</id >
213
+ <phase >process-test-sources</phase >
214
+ <goals >
215
+ <goal >testCompile</goal >
216
+ </goals >
217
+ <configuration >
218
+ <source >${java.testversion} </source >
219
+ <target >${java.testversion} </target >
220
+ </configuration >
221
+ </execution >
222
+ </executions >
209
223
</plugin >
210
224
211
225
<plugin >
You can’t perform that action at this time.
0 commit comments