From 758fde46420ecf8dd1e8641322deff4ba85c9e6b Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Thu, 15 Nov 2018 08:36:28 -0500 Subject: Blueprints Processor Microservice Refactor functon module as seperate module project. Change-Id: I392fc62e6dfb6c5f38f478c00e46460d5084f85c Issue-ID: CCSDK-688 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- components/parent/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'components/parent') diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 7308e9d2a..71310f1e6 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -31,7 +31,8 @@ 2.0.6.RELEASE 5.0.10.RELEASE - 1.3.0 + 1.3.10 + 1.3.0 1.0.1 1.0.0 26.0-jre @@ -234,7 +235,7 @@ kotlin-maven-plugin org.jetbrains.kotlin - ${kotlin.version} + ${kotlin.maven.version} compile -- cgit 1.2.3-korg