File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ to your project. This can be done by using a Maven dependency like the following
25
25
<dependency >
26
26
<groupId >com.offbytwo.jenkins</groupId >
27
27
<artifactId >jenkins-client</artifactId >
28
- <version >0.3.7 </version >
28
+ <version >0.3.8 </version >
29
29
</dependency >
30
30
```
31
31
32
32
This can also being done by defining a Gradle dependency like this:
33
33
34
34
```
35
- compile 'com.offbytwo.jenkins:jenkins-client:0.3.7 '
35
+ compile 'com.offbytwo.jenkins:jenkins-client:0.3.8 '
36
36
```
37
37
38
38
Starting with a future release 0.4.0 the groupId/artifactId will change (NOT YET DONE!)
@@ -96,7 +96,8 @@ covered by the usual integration tests.
96
96
97
97
You can find details about the different releases in the [ Release Notes] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md ) .
98
98
99
- * [ Release 0.3.8 NOT RELEASED YET] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-038 ) .
99
+ * [ Release 0.3.9 NOT RELEASED YET] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-039 ) .
100
+ * [ Release 0.3.8] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-038 ) .
100
101
* [ Release 0.3.7] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-037 ) .
101
102
* [ Release 0.3.6] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-036 ) .
102
103
* [ Release 0.3.5] ( https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-035 ) .
Original file line number Diff line number Diff line change 32
32
<distributionManagement >
33
33
<site >
34
34
<id >github</id >
35
- <url >scm:git:https ://github.com/jenkinsci/java-client-api.git</url >
35
+ <url >scm:git:ssh ://git@ github.com/jenkinsci/java-client-api.git</url >
36
36
</site >
37
37
</distributionManagement >
38
38
<ciManagement >
You can’t perform that action at this time.
0 commit comments