diff options
Diffstat (limited to 'ecomp-sdk/epsdk-workflow')
-rw-r--r-- | ecomp-sdk/epsdk-workflow/README.md | 3 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-workflow/pom.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-workflow/README.md b/ecomp-sdk/epsdk-workflow/README.md index bcf46834..065f685e 100644 --- a/ecomp-sdk/epsdk-workflow/README.md +++ b/ecomp-sdk/epsdk-workflow/README.md @@ -11,6 +11,9 @@ schedulers, workflows and R Cloud integration. ### ONAP Distributions +Version 1.3.2, 1 November 2017 +- No changes + Version 1.3.1, 15 October 2017 - No changes diff --git a/ecomp-sdk/epsdk-workflow/pom.xml b/ecomp-sdk/epsdk-workflow/pom.xml index 5a8ff45a..9ac5f205 100644 --- a/ecomp-sdk/epsdk-workflow/pom.xml +++ b/ecomp-sdk/epsdk-workflow/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </parent> <!-- GroupId is inherited from parent --> |