Skip to content

Commit 7cc0b3f

Browse files
Merge pull request #67 from camporter/release-0.3.1
Release 0.3.1
2 parents 3ff884c + b70f953 commit 7cc0b3f

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ additions to the SoftLayer API.
4040
<dependency>
4141
<groupId>com.softlayer.api</groupId>
4242
<artifactId>softlayer-api-client</artifactId>
43-
<version>0.3.0</version>
43+
<version>0.3.1</version>
4444
</dependency>
4545
```
4646

4747
### Gradle
4848

4949
```groovy
50-
implementation 'com.softlayer.api:softlayer-api-client:0.3.0'
50+
implementation 'com.softlayer.api:softlayer-api-client:0.3.1'
5151
```
5252

5353
### Kotlin
5454

5555
```kotlin
56-
compile("com.softlayer.api:softlayer-api-client:0.3.0")
56+
compile("com.softlayer.api:softlayer-api-client:0.3.1")
5757
```
5858

5959
### Creating a Client

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>softlayer-api-client-examples</artifactId>
66
<packaging>jar</packaging>
77
<!-- Please keep version in sync with README -->
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<name>softlayer-api-client-examples</name>
1010
<url>http://sldn.softlayer.com</url>
1111
<licenses>

gen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>softlayer-api-client-gen</artifactId>
66
<packaging>jar</packaging>
77
<!-- Please keep version in sync with README -->
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<name>softlayer-api-client-gen</name>
1010
<url>http://sldn.softlayer.com</url>
1111
<licenses>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.code.gson</groupId>
3131
<artifactId>gson</artifactId>
32-
<version>2.8.5</version>
32+
<version>2.8.6</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>junit</groupId>

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>softlayer-api-client</artifactId>
55
<packaging>jar</packaging>
66
<!-- Please keep version in sync with README -->
7-
<version>0.3.0</version>
7+
<version>0.3.1</version>
88
<name>SoftLayer API Client for Java</name>
99
<description>API client for accessing the SoftLayer API</description>
1010
<url>http://sldn.softlayer.com</url>
@@ -27,9 +27,8 @@
2727
<developer>
2828
<id>camporter</id>
2929
<name>Cameron Porter</name>
30-
<email>cmporter@softlayer.com</email>
31-
<organization>SoftLayer</organization>
32-
<organizationUrl>http://softlayer.com</organizationUrl>
30+
<organization>IBM</organization>
31+
<organizationUrl>http://ibm.com/cloud</organizationUrl>
3332
<roles>
3433
<role>owner</role>
3534
<role>developer</role>
@@ -41,7 +40,7 @@
4140
<connection>scm:git:git@github.com:softlayer/softlayer-java.git</connection>
4241
<developerConnection>scm:git:git@github.com:softlayer/softlayer-java.git</developerConnection>
4342
<url>git@github.com:softlayer/softlayer-java.git</url>
44-
<tag>0.3.0</tag>
43+
<tag>0.3.1</tag>
4544
</scm>
4645
<properties>
4746
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -50,7 +49,7 @@
5049
<repositories>
5150
<repository>
5251
<id>jcenter</id>
53-
<url>http://jcenter.bintray.com/</url>
52+
<url>https://jcenter.bintray.com/</url>
5453
</repository>
5554
</repositories>
5655
<distributionManagement>
@@ -67,7 +66,7 @@
6766
<dependency>
6867
<groupId>com.google.code.gson</groupId>
6968
<artifactId>gson</artifactId>
70-
<version>2.8.5</version>
69+
<version>2.8.6</version>
7170
</dependency>
7271
<dependency>
7372
<groupId>junit</groupId>
@@ -78,7 +77,7 @@
7877
<dependency>
7978
<groupId>org.mockito</groupId>
8079
<artifactId>mockito-core</artifactId>
81-
<version>3.3.3</version>
80+
<version>3.6.0</version>
8281
<scope>test</scope>
8382
</dependency>
8483
</dependencies>

0 commit comments

Comments
 (0)