diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:20:15 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 16:20:15 -0400 |
commit | ee7f568ad7f2c136ffbdf1bd16afd92875f6a182 (patch) | |
tree | 1c4500f314a8348c07524eaf901849c35f460e64 /asdcApi/pom.xml | |
parent | b913c3d3bd3eadf4e5a16d006f220272c7426bd9 (diff) |
Prepare for RC0 release
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I45e31eca955943ca66ec90db826a50d42f1f1d69
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'asdcApi/pom.xml')
-rwxr-xr-x | asdcApi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index 44fabdaa7..3dd282706 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> <relativePath/> </parent> |