From 4cb4eedab7d2e7f0433ab87a76e6206e585bbcd7 Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 28 Jun 2019 00:19:14 -0400 Subject: update oparent Issue-ID: DMAAP-1225 Change-Id: I67a8a34d61d9a8ece2714b9fd6ed50c12551714b Signed-off-by: su622b --- pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) (limited to 'pom.xml') 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 -- cgit 1.2.3-korg