diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-28 14:45:42 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-28 14:46:17 -0400 |
commit | a69e02953a1efe5b32b5e455f3377153a6103ebc (patch) | |
tree | f7414ba265d9f4aad15a52e86e2f755f908e014e /ecomp-sdk/epsdk-core | |
parent | 224487bc124df7988442a60d72d4aa106697306b (diff) |
Release version 1.3.0 of Portal/SDK
Issue: PORTAL-89
Change-Id: I6ec93759b8139e70a0a576c43256e00966e0e4d4
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core')
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index f15d80c2..1534decb 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.portal.sdk</groupId> <artifactId>epsdk-project</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <!-- GroupId is inherited from parent --> |