File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 48
48
<maven .compiler.target>8</maven .compiler.target>
49
49
50
50
<!-- Http Components version -->
51
- <http-components .version>4.5.12 </http-components .version>
51
+ <http-components .version>4.5.13 </http-components .version>
52
52
53
53
<!-- Specify which Checkstyle ruleset to use -->
54
54
<checkstyle .ruleset>build/checkstyle.xml</checkstyle .ruleset>
258
258
<plugin >
259
259
<groupId >org.apache.maven.plugins</groupId >
260
260
<artifactId >maven-source-plugin</artifactId >
261
- <version >3.2.1</version >
262
261
<executions >
263
262
<execution >
264
263
<id >attach-sources</id >
265
264
<goals >
266
265
<goal >jar</goal >
267
266
</goals >
268
- <configuration >
269
- <source >8</source >
270
- </configuration >
271
267
</execution >
272
268
</executions >
273
269
</plugin >
276
272
<plugin >
277
273
<groupId >org.apache.maven.plugins</groupId >
278
274
<artifactId >maven-javadoc-plugin</artifactId >
279
- <version >3.2.0</version >
280
275
<executions >
281
276
<execution >
282
277
<id >attach-javadocs</id >
283
278
<goals >
284
279
<goal >jar</goal >
285
280
</goals >
281
+ <configuration >
282
+ <source >8</source >
283
+ </configuration >
286
284
</execution >
287
285
</executions >
288
286
</plugin >
You can’t perform that action at this time.
0 commit comments