From e15454e193fbddd5f5b74182cabd1d47d9d1afc0 Mon Sep 17 00:00:00 2001 From: Manu Date: Fri, 26 Apr 2019 14:18:20 +0200 Subject: [PATCH] Prepare for maven central (#1) * Prepare for maven central * Start development of version 1.0.0 --- pom.xml | 147 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 124 insertions(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index be7562c..fd37034 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,13 @@ com.deviceinsight.kafka kafka-health-check - 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT jar + Kafka Health Check + A kafka health check for spring boot actuator + https://github.com/deviceinsight/kafka-health-check + 1.8 @@ -25,9 +29,13 @@ 2.1.3.RELEASE 2.2.4.RELEASE + 3.0.1 2.22.1 3.11.1 27.1-jre + 1.6.8 + 1.6 + 3.1.0 @@ -115,30 +123,123 @@ false - - ch.acanda.maven - spring-banner-plugin - 1.0 - - - generate-spring-banner - generate-resources - - generate - - - - - ${project.name} - ${project.build.outputDirectory} - banner.txt - v${project.version} - true - bright cyan - - + + Device Insight GmbH + https://device-insight.com + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + + + + + ManuZiD + Emanuel Zienecker + emanuel.zienecker@device-insight.com + + Developer + + + + pvorb + Paul Vorbach + paul.vorbach@device-insight.com + + Developer + + + + + + scm:git:git://github.com/deviceinsight/kafka-health-check.git + scm:git:ssh://git@github.com:deviceinsight/kafka-health-check.git + HEAD + https://github.com/deviceinsight/kafka-health-check.git + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + jcenter + JCenter + https://jcenter.bintray.com/ + + + + +