Skip to content

Commit a2ac5f1

Browse files
committed
Fixed URL
Updated version.
1 parent 3d2a090 commit a2ac5f1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ to your project. This can be done by using a Maven dependency like the following
2525
<dependency>
2626
<groupId>com.offbytwo.jenkins</groupId>
2727
<artifactId>jenkins-client</artifactId>
28-
<version>0.3.7</version>
28+
<version>0.3.8</version>
2929
</dependency>
3030
```
3131

3232
This can also being done by defining a Gradle dependency like this:
3333

3434
```
35-
compile 'com.offbytwo.jenkins:jenkins-client:0.3.7'
35+
compile 'com.offbytwo.jenkins:jenkins-client:0.3.8'
3636
```
3737

3838
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.
9696

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

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).
100101
* [Release 0.3.7](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-037).
101102
* [Release 0.3.6](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-036).
102103
* [Release 0.3.5](https://github.com/jenkinsci/java-client-api/blob/master/ReleaseNotes.md#release-035).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<distributionManagement>
3333
<site>
3434
<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>
3636
</site>
3737
</distributionManagement>
3838
<ciManagement>

0 commit comments

Comments
 (0)