|
4 | 4 | <artifactId>softlayer-api-client</artifactId> |
5 | 5 | <packaging>jar</packaging> |
6 | 6 | <!-- Please keep version in sync with README --> |
7 | | - <version>0.3.0</version> |
| 7 | + <version>0.3.1</version> |
8 | 8 | <name>SoftLayer API Client for Java</name> |
9 | 9 | <description>API client for accessing the SoftLayer API</description> |
10 | 10 | <url>http://sldn.softlayer.com</url> |
|
27 | 27 | <developer> |
28 | 28 | <id>camporter</id> |
29 | 29 | <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> |
33 | 32 | <roles> |
34 | 33 | <role>owner</role> |
35 | 34 | <role>developer</role> |
|
41 | 40 | <connection>scm:git:git@github.com:softlayer/softlayer-java.git</connection> |
42 | 41 | <developerConnection>scm:git:git@github.com:softlayer/softlayer-java.git</developerConnection> |
43 | 42 | <url>git@github.com:softlayer/softlayer-java.git</url> |
44 | | - <tag>0.3.0</tag> |
| 43 | + <tag>0.3.1</tag> |
45 | 44 | </scm> |
46 | 45 | <properties> |
47 | 46 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
50 | 49 | <repositories> |
51 | 50 | <repository> |
52 | 51 | <id>jcenter</id> |
53 | | - <url>http://jcenter.bintray.com/</url> |
| 52 | + <url>https://jcenter.bintray.com/</url> |
54 | 53 | </repository> |
55 | 54 | </repositories> |
56 | 55 | <distributionManagement> |
|
67 | 66 | <dependency> |
68 | 67 | <groupId>com.google.code.gson</groupId> |
69 | 68 | <artifactId>gson</artifactId> |
70 | | - <version>2.8.5</version> |
| 69 | + <version>2.8.6</version> |
71 | 70 | </dependency> |
72 | 71 | <dependency> |
73 | 72 | <groupId>junit</groupId> |
|
78 | 77 | <dependency> |
79 | 78 | <groupId>org.mockito</groupId> |
80 | 79 | <artifactId>mockito-core</artifactId> |
81 | | - <version>3.3.3</version> |
| 80 | + <version>3.6.0</version> |
82 | 81 | <scope>test</scope> |
83 | 82 | </dependency> |
84 | 83 | </dependencies> |
|
0 commit comments