Skip to content

Commit 2aecf83

Browse files
committed
Release preparations.
1 parent 12570c8 commit 2aecf83

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To get started add the following dependency to your project
1616
<dependency>
1717
<groupId>com.offbytwo.jenkins</groupId>
1818
<artifactId>jenkins-client</artifactId>
19-
<version>0.3.6</version>
19+
<version>0.3.7</version>
2020
</dependency>
2121
```
2222

@@ -81,6 +81,7 @@ covered by the usual integration tests.
8181

8282
You can find details about the different releases in the [Release Notes](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md).
8383

84+
* [Release 0.3.8](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-038).
8485
* [Release 0.3.7](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-037).
8586
* [Release 0.3.6](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-036).
8687
* [Release 0.3.5](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-035).
@@ -144,4 +145,4 @@ Copyright (C) 2013, Cosmin Stejerean, Karl Heinz Marbaise, and contributors.
144145

145146
Distributed under the MIT license: http://opensource.org/licenses/MIT
146147

147-
[integration-tests]: https://github.com/jenkinsci/java-client-api/tree/master/jenkins-client-it-docker
148+
[integration-tests]: https://github.com/jenkinsci/java-client-api/tree/master/jenkins-client-it-docker

ReleaseNotes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Release Notes
22

3-
## Release 0.3.7 (NOT RELEASED YET)
3+
## Release 0.3.8 (NOT RELEASED YET)
4+
5+
* ?
6+
7+
### API Changes
8+
9+
* ?
10+
11+
## Release 0.3.7
412

513
* Changed Eclipse Formatting configuration.
614

0 commit comments

Comments
 (0)