File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
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.8 </version >
43+ <version >0.2.9 </version >
4444</dependency >
4545```
4646
4747### Gradle
4848
4949``` groovy
50- implementation 'com.softlayer.api:softlayer-api-client:0.2.8 '
50+ implementation 'com.softlayer.api:softlayer-api-client:0.2.9 '
5151```
5252
5353### Kotlin
5454
5555``` kotlin
56- compile(" com.softlayer.api:softlayer-api-client:0.2.8 " )
56+ compile(" com.softlayer.api:softlayer-api-client:0.2.9 " )
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.8 </version >
8+ <version >0.2.9 </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.8 </version >
8+ <version >0.2.9 </version >
99 <name >softlayer-api-client-gen</name >
1010 <url >http://sldn.softlayer.com</url >
1111 <licenses >
3434 <dependency >
3535 <groupId >junit</groupId >
3636 <artifactId >junit</artifactId >
37- <version >4.12 </version >
37+ <version >4.13 </version >
3838 <scope >test</scope >
3939 </dependency >
4040 </dependencies >
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.8 </version >
7+ <version >0.2.9 </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.8 </tag >
44+ <tag >0.2.9 </tag >
4545 </scm >
4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7272 <dependency >
7373 <groupId >junit</groupId >
7474 <artifactId >junit</artifactId >
75- <version >4.12 </version >
75+ <version >4.13 </version >
7676 <scope >test</scope >
7777 </dependency >
7878 <dependency >
115115 <!-- Java 8 will error if we don't skip doclint here -->
116116 <doclint >none</doclint >
117117 <source >${java.version} </source >
118+ <additionalJOption >--allow-script-in-comments</additionalJOption >
118119 </configuration >
119120 <executions >
120121 <execution >
You can’t perform that action at this time.
0 commit comments