File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2017 The SoftLayer Developer Network
3+ Copyright (c) 2018 The SoftLayer Developer Network
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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.
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.4 </version >
8+ <version >0.2.5 </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.4 </version >
8+ <version >0.2.5 </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.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 >
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>
You can’t perform that action at this time.
0 commit comments