File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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.2.7 </version >
43+ <version >0.2.8 </version >
4444</dependency >
4545```
4646
4747### Gradle
4848
4949``` groovy
50- implementation 'com.softlayer.api:softlayer-api-client:0.2.7 '
50+ implementation 'com.softlayer.api:softlayer-api-client:0.2.8 '
5151```
5252
5353### Kotlin
5454
5555``` kotlin
56- compile(" com.softlayer.api:softlayer-api-client:0.2.7 " )
56+ compile(" com.softlayer.api:softlayer-api-client:0.2.8 " )
5757```
5858
5959### Creating a Client
Original file line number Diff line number Diff line change 55 <artifactId >softlayer-api-client-examples</artifactId >
66 <packaging >jar</packaging >
77 <!-- Please keep version in sync with README -->
8- <version >0.2.7 </version >
8+ <version >0.2.8 </version >
99 <name >softlayer-api-client-examples</name >
1010 <url >http://sldn.softlayer.com</url >
1111 <licenses >
Original file line number Diff line number Diff line change 55 <artifactId >softlayer-api-client-gen</artifactId >
66 <packaging >jar</packaging >
77 <!-- Please keep version in sync with README -->
8- <version >0.2.7 </version >
8+ <version >0.2.8 </version >
99 <name >softlayer-api-client-gen</name >
1010 <url >http://sldn.softlayer.com</url >
1111 <licenses >
Original file line number Diff line number Diff line change 44 <artifactId >softlayer-api-client</artifactId >
55 <packaging >jar</packaging >
66 <!-- Please keep version in sync with README -->
7- <version >0.2.7 </version >
7+ <version >0.2.8 </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 >
4141 <connection >scm:git:git@github.com:softlayer/softlayer-java.git</connection >
4242 <developerConnection >scm:git:git@github.com:softlayer/softlayer-java.git</developerConnection >
4343 <url >git@github.com:softlayer/softlayer-java.git</url >
44- <tag >0.2.7 </tag >
44+ <tag >0.2.8 </tag >
4545 </scm >
4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7878 <dependency >
7979 <groupId >org.mockito</groupId >
8080 <artifactId >mockito-core</artifactId >
81- <version >2.23.4 </version >
81+ <version >2.28.2 </version >
8282 <scope >test</scope >
8383 </dependency >
8484 </dependencies >
You can’t perform that action at this time.
0 commit comments