diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-12 09:20:07 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-15 09:57:31 -0400 |
commit | c134eb454148ca2342cd2454c7d53646906ecc15 (patch) | |
tree | b22e0f4b919c9cde9e96ee893f9de208158d0aff /client | |
parent | 700bb92a8236fc1a37390c8f2d745f1f7864d7a1 (diff) |
Prepare for RC0 release build3.0.0-ONAP1.4.1
Prepare to build 1.4.1 release version artifacts
Change-Id: I3f2288789198f3c1ba825c8666b9f6ad15e5b4c5
Issue-ID: SDNC-480
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/pom.xml b/client/pom.xml index 006ed0a..8baacc5 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -17,11 +17,11 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.1.0</version> + <version>1.1.1</version> </parent> <properties> - <northbound.version>1.4.0-SNAPSHOT</northbound.version> + <northbound.version>1.4.0</northbound.version> </properties> <dependencies> |