diff --git a/pom.xml b/pom.xml index 3e09387..43966dd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,14 +3,58 @@ 4.0.0 - com.github.jtmsp - jtmsp - 0.0.1-SNAPSHOT + com.github.jtendermint + jabci + 0.8.0-SNAPSHOT + + com.github.jtendermint:jabci + Java implementation for JTMPS consensus protocol from tendermint.com and related tools + http://www.github.com/jtendermint UTF-8 - + + + + The MIT License (MIT) + https://opensource.org/licenses/MIT + + + + + + Stephan Mueller + mueller@ponton.de + PONTON GmbH + http://www.ponton.de + + + Wolf Posdorfer + posdorfer@ponton.de + PONTON GmbH + http://www.ponton.de + + + Michael Haeusler + haeusler@ponton.de + PONTON GmbH + http://www.ponton.de + + + Manuel Meske + meske@ponton.de + PONTON GmbH + http://www.ponton.de + + + + + scm:git:git://github.com/jtendermint/jabci.git + scm:git:ssh://github.com:jtendermint/jabci.git + http://github.com/jtendermint/jabci/tree/0.8 + + oss.sonatype @@ -18,57 +62,85 @@ oss.sonatype - https://oss.sonatype.org/serivce/local/statging/deploy/maven2/ + https://oss.sonatype.org/serivce/local/staging/deploy/maven2/ - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - 1.8 - 1.8 - - - - com.github.os72 - protoc-jar-maven-plugin - 3.0.0.1 - - - - none - - run - - - 3.0.0 - - src/main/proto - - - src/main/proto - - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + com.github.os72 + protoc-jar-maven-plugin + 3.0.0.1 + + + + none + + run + + + 3.0.0 + + src/main/proto + + + src/main/proto + + + + + + + - - - com.google.protobuf - protobuf-java - 3.1.0 - - - org.slf4j - slf4j-simple - 1.7.21 - - + + + com.google.protobuf + protobuf-java + 3.1.0 + + + org.slf4j + slf4j-simple + 1.7.21 + + + + + + rel + + ${bamboo_planRepository_branchName} + + + + + ponton.product.maven.plugins + createversion-maven-plugin + 1.2.0 + + ${bamboo.planRepository.branchName} + + + release/(.+) + #{project.simpleVersion} + release + + + + + + + + \ No newline at end of file