diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-14 14:23:46 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-14 14:23:46 -0500 |
commit | d1e860d0c0f0772617ddddf85ff612c9867126be (patch) | |
tree | 7cc9ff99ff59197b7d4b3d90f182cedd33a08bef | |
parent | 425b5c1e48765882a9c1acc7f61025a8bbb7b927 (diff) |
Prepare for release
Prepare for RC2 release build
Change-Id: I0e13ff327a78012c8c013915c69257d646e392b6
Issue-ID: SDNC-521
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | client/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/client/pom.xml b/client/pom.xml index 8baacc5..113af80 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.1</version> + <version>1.1.2</version> </parent> <properties> - <northbound.version>1.4.0</northbound.version> + <northbound.version>1.4.2</northbound.version> </properties> <dependencies> @@ -13,7 +13,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1</version> + <version>1.1.2</version> </parent> <name>sdnc-apps</name> |