From 4cb4eedab7d2e7f0433ab87a76e6206e585bbcd7 Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 28 Jun 2019 00:19:14 -0400 Subject: [PATCH] update oparent Issue-ID: DMAAP-1225 Change-Id: I67a8a34d61d9a8ece2714b9fd6ed50c12551714b Signed-off-by: su622b --- pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- version.properties | 2 +- 2 files changed, 56 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2ef8c0c..85b4fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.1.17-SNAPSHOT + 1.1.18-SNAPSHOT jar dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka @@ -22,7 +22,7 @@ org.onap.oparent oparent - 1.2.1 + 2.0.0 @@ -484,6 +484,59 @@ + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + false + + + + org.apache.maven.plugins maven-site-plugin diff --git a/version.properties b/version.properties index 8d21b0b..dba8f85 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=17 +patch=18 base_version=${major}.${minor}.${patch} -- 2.16.6