diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:07:16 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:07:37 -0400 |
commit | 7538a1c8e40b39066af9825856b4fa99b76d6eee (patch) | |
tree | f7eaa872e6ce0d5b9b801b8204c6103eb34deead /sliapi/model | |
parent | 78a7af6c5bb10b7b58a46e7fdbdd93098472527b (diff) |
Update to release version parent 1.0.3v0.2.3
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: Ie9680134a643c7cfec3fd774422d8c62637bdbc3
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'sliapi/model')
-rwxr-xr-x | sliapi/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliapi/model/pom.xml b/sliapi/model/pom.xml index 68389830..c94efa21 100755 --- a/sliapi/model/pom.xml +++ b/sliapi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath/> </parent> |