diff options
-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> |