diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-20 16:54:12 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-20 16:55:14 -0500 |
commit | 27f305d7827e60795fb34aa7b4fd658f73fd2701 (patch) | |
tree | 51ae65c9901279882bf7a6a7aaa751b149010de2 /sliapi/installer | |
parent | 5905c83c50f44e998822272a5e0c129e24abb64c (diff) |
[VERSION] Update version to 1.0.0
Update version to 1.0.0 to produce release build
Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/installer')
-rwxr-xr-x | sliapi/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 1eee871..4b61dae 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>sliapi</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>sliapi-installer</artifactId> <name>SLI API - Karaf Installer</name> |