diff --git a/wsclient/README.md b/wsclient/README.md index 727e48369..7b8638f07 100644 --- a/wsclient/README.md +++ b/wsclient/README.md @@ -44,6 +44,10 @@ wsclient | hpccsystems-platform #### Future Release ###### 7.0.0 Target Release date September, 2018 +- JAPI-119 Moving the versioning system for wsclient to parallel supported versions of the platform +- JAPI-109 File structure info +- JAPI-118 Address missing DFUFileDetail Field +- JAPI-126 Update HPCC 7.0.0 ESP interfaces and remove Pre 6.0.0 Interfaces #### Release Changelog diff --git a/wsclient/pom.xml b/wsclient/pom.xml index c2281c8c8..404e7084b 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -3,7 +3,7 @@ org.hpccsystems wsclient jar - 2.0.0-SNAPSHOT + 7.0.0-SNAPSHOT HPCC Web Services Client API This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions. https://hpccsystems.com