File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016 The SoftLayer Developer Network
3+ Copyright (c) 2017 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 @@ -31,7 +31,7 @@ To add the project you your Maven project, add the dependency:
3131<dependency >
3232 <groupId >com.softlayer.api</groupId >
3333 <artifactId >softlayer-api-client</artifactId >
34- <version >0.2.3 </version >
34+ <version >0.2.4 </version >
3535</dependency >
3636```
3737
@@ -272,4 +272,4 @@ fully qualified class name of your implementation on a single line in a file in
272272
273273## Copyright
274274
275- This software is Copyright (c) 2016 The SoftLayer Developer Network. See the bundled LICENSE file for more information.
275+ This software is Copyright (c) 2017 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.3 </version >
8+ <version >0.2.4 </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.3 </version >
8+ <version >0.2.4 </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.3 </version >
7+ <version >0.2.4 </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.3 </tag >
36+ <tag >0.2.4 </tag >
3737 </scm >
3838 <properties >
3939 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
108108 <goals >
109109 <goal >jar</goal >
110110 </goals >
111+ <configuration >
112+ <!-- SLDN documentation contains HTML, but it isn't well formatted. -->
113+ <!-- Java 8 will error if we don't skip doclint here -->
114+ <additionalparam >-Xdoclint:none</additionalparam >
115+ </configuration >
111116 </execution >
112117 </executions >
113118 </plugin >
You can’t perform that action at this time.
0 commit comments