File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
3
## Release 0.3.8 (NOT RELEASED YET)
4
+
5
+ * [ Fixed Issue 222] [ issue-222 ]
6
+
7
+ Fixed WARNING during build.
4
8
5
9
* [ Fixed Issue 220] [ issue-220 ]
6
10
@@ -953,6 +957,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
953
957
[issue- 211 ]: https: // github.com/jenkinsci/java-client-api/issues/211
954
958
[issue- 215 ]: https: // github.com/jenkinsci/java-client-api/issues/215
955
959
[issue- 220 ]: https: // github.com/jenkinsci/java-client-api/issues/220
960
+ [issue- 222 ]: https: // github.com/jenkinsci/java-client-api/issues/222
956
961
[pull- 123 ]: https: // github.com/jenkinsci/java-client-api/pull/123
957
962
[pull- 149 ]: https: // github.com/jenkinsci/java-client-api/pull/149
958
963
[pull- 158 ]: https: // github.com/jenkinsci/java-client-api/pull/158
Original file line number Diff line number Diff line change 274
274
</archive >
275
275
</configuration >
276
276
</plugin >
277
- <plugin >
278
- <groupId >org.apache.maven.plugins</groupId >
279
- <artifactId >maven-compiler-plugin</artifactId >
280
- <version >3.6.0</version >
281
- </plugin >
277
+ <plugin >
278
+ <groupId >org.apache.maven.plugins</groupId >
279
+ <artifactId >maven-compiler-plugin</artifactId >
280
+ <version >3.6.0</version >
281
+ </plugin >
282
282
<!--
283
283
! We define a newer version than in parent.
284
284
-->
292
292
<artifactId >maven-deploy-plugin</artifactId >
293
293
<version >2.8.2</version >
294
294
</plugin >
295
+ <plugin >
296
+ <groupId >org.apache.maven.plugins</groupId >
297
+ <artifactId >maven-install-plugin</artifactId >
298
+ <version >2.5.2</version >
299
+ </plugin >
295
300
<plugin >
296
301
<groupId >org.apache.maven.plugins</groupId >
297
302
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments