Skip to content

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
camporter committed Jan 21, 2020
1 parent 580f8bc commit e0d978c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@ additions to the SoftLayer API.
<dependency>
<groupId>com.softlayer.api</groupId>
<artifactId>softlayer-api-client</artifactId>
<version>0.2.8</version>
<version>0.2.9</version>
</dependency>
```

### Gradle

```groovy
implementation 'com.softlayer.api:softlayer-api-client:0.2.8'
implementation 'com.softlayer.api:softlayer-api-client:0.2.9'
```

### Kotlin

```kotlin
compile("com.softlayer.api:softlayer-api-client:0.2.8")
compile("com.softlayer.api:softlayer-api-client:0.2.9")
```

### Creating a Client
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>softlayer-api-client-examples</artifactId>
<packaging>jar</packaging>
<!-- Please keep version in sync with README -->
<version>0.2.8</version>
<version>0.2.9</version>
<name>softlayer-api-client-examples</name>
<url>http://sldn.softlayer.com</url>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>softlayer-api-client-gen</artifactId>
<packaging>jar</packaging>
<!-- Please keep version in sync with README -->
<version>0.2.8</version>
<version>0.2.9</version>
<name>softlayer-api-client-gen</name>
<url>http://sldn.softlayer.com</url>
<licenses>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>softlayer-api-client</artifactId>
<packaging>jar</packaging>
<!-- Please keep version in sync with README -->
<version>0.2.8</version>
<version>0.2.9</version>
<name>SoftLayer API Client for Java</name>
<description>API client for accessing the SoftLayer API</description>
<url>http://sldn.softlayer.com</url>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:git@github.com:softlayer/softlayer-java.git</connection>
<developerConnection>scm:git:git@github.com:softlayer/softlayer-java.git</developerConnection>
<url>git@github.com:softlayer/softlayer-java.git</url>
<tag>0.2.8</tag>
<tag>0.2.9</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -115,6 +115,7 @@
<!-- Java 8 will error if we don't skip doclint here -->
<doclint>none</doclint>
<source>${java.version}</source>
<additionalJOption>--allow-script-in-comments</additionalJOption>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit e0d978c

Please sign in to comment.