Skip to content

Commit

Permalink
Merge pull request #201 from Michael-Gardner/JAPI-119
Browse files Browse the repository at this point in the history
JAPI-119 Moved versioning for wsclient to parallel platform
  • Loading branch information
Michael-Gardner committed Aug 15, 2018
2 parents a28447f + bc53d69 commit 47e6394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions wsclient/README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wsclient/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.hpccsystems</groupId>
<artifactId>wsclient</artifactId>
<packaging>jar</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<name>HPCC Web Services Client API</name>
<description>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.</description>
<url>https://hpccsystems.com</url>
Expand Down

0 comments on commit 47e6394

Please sign in to comment.