From 4f61153e82add5507023d129513f89f574fdd500 Mon Sep 17 00:00:00 2001 From: Wolf Posdorfer Date: Tue, 10 Apr 2018 11:12:56 +0200 Subject: [PATCH] version bump --- Readme.md | 9 ++------- pom.xml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 950b815..62a13b6 100644 --- a/Readme.md +++ b/Readme.md @@ -9,12 +9,12 @@ A Java implementation of the Tendermint Application BlockChain Interface ([ABCI] Check out [StartupExampleDummy.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/StartupExampleDummy.java) or [JavaCounter.java](https://github.com/jTendermint/jabci/blob/master/src/main/java/com/github/jtendermint/jabci/JavaCounter.java) for examples. #### Maven integration -jABCI v0.15 Release is now available via maven central. Use the following dependency to include the latest release: +jABCI v0.17.1 Release is now available via maven central. Use the following dependency to include the latest release: ```xml com.github.jtendermint jabci - 0.17 + 0.17.1 ``` @@ -23,8 +23,3 @@ jABCI v0.15 Release is now available via maven central. Use the following depend When you make changes to the protobuf file, you can enable the appropriate build-phase for the compiler-plugin to generate the file(s) in the target-directory. Just switch the comments on line [pom.xml](https://github.com/jTendermint/jabci/blob/master/pom.xml#L86). - - - -#### Looking for TMSP? -The Tendermint protocol was changed from TMSP to ABCI. While these where just minor changes, we wanted to completely reflect all the naming changes in this project. If you're still developing with Tendermint v0.8 and prior check out the [0.8 version of jTMSP](https://github.com/jTendermint/jabci/releases/tag/v0.8) diff --git a/pom.xml b/pom.xml index ed0a26c..92f6422 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.jtendermint jabci - SNAPSHOT + 0.17.1 com.github.jtendermint:jabci Java implementation for ABCI consensus protocol from tendermint.com and related tools