Skip to content

Commit d5c19da

Browse files
committed
Release version 0.2.5
1 parent ff1a845 commit d5c19da

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 The SoftLayer Developer Network
3+
Copyright (c) 2018 The SoftLayer Developer Network
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To add the project you your Maven project, add the dependency:
3333
<dependency>
3434
<groupId>com.softlayer.api</groupId>
3535
<artifactId>softlayer-api-client</artifactId>
36-
<version>0.2.4</version>
36+
<version>0.2.5</version>
3737
</dependency>
3838
```
3939

@@ -274,4 +274,4 @@ fully qualified class name of your implementation on a single line in a file in
274274

275275
## Copyright
276276

277-
This software is Copyright (c) 2017 The SoftLayer Developer Network. See the bundled LICENSE file for more information.
277+
This software is Copyright (c) 2018 The SoftLayer Developer Network. See the bundled LICENSE file for more information.

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.2.4</version>
8+
<version>0.2.5</version>
99
<name>softlayer-api-client-examples</name>
1010
<url>http://sldn.softlayer.com</url>
1111
<licenses>

gen/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-gen</artifactId>
66
<packaging>jar</packaging>
77
<!-- Please keep version in sync with README -->
8-
<version>0.2.4</version>
8+
<version>0.2.5</version>
99
<name>softlayer-api-client-gen</name>
1010
<url>http://sldn.softlayer.com</url>
1111
<licenses>

pom.xml

Lines changed: 2 additions & 2 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.2.4</version>
7+
<version>0.2.5</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>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:softlayer/softlayer-java.git</connection>
3434
<developerConnection>scm:git:git@github.com:softlayer/softlayer-java.git</developerConnection>
3535
<url>git@github.com:softlayer/softlayer-java.git</url>
36-
<tag>0.2.4</tag>
36+
<tag>0.2.5</tag>
3737
</scm>
3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)