prepare release

This commit is contained in:
Wolf Posdorfer 2018-06-13 16:35:34 +02:00
parent 9d8c1100d5
commit 1b305dbf34
2 changed files with 4 additions and 3 deletions

View File

@ -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. 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 #### Maven integration
jABCI v0.20.0 Release is now available via maven central. Use the following dependency to include the latest release: jABCI v0.20.1 Release is now available via maven central. Use the following dependency to include the latest release:
```xml ```xml
<dependency> <dependency>
<groupId>com.github.jtendermint</groupId> <groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId> <artifactId>jabci</artifactId>
<version>0.20.0</version> <version>0.20.1</version>
</dependency> </dependency>
``` ```
@ -36,4 +36,5 @@ Just switch the comments on line [pom.xml](https://github.com/jTendermint/jabci/
| 0.17.1 | 0.18.0 | | 0.17.1 | 0.18.0 |
| 0.17.1 | 0.19.0 | | 0.17.1 | 0.19.0 |
| 0.20.0 | 0.20.0 | | 0.20.0 | 0.20.0 |
| 0.20.1 | 0.20.0 |

View File

@ -5,7 +5,7 @@
<groupId>com.github.jtendermint</groupId> <groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId> <artifactId>jabci</artifactId>
<version>0.20.0</version> <version>0.20.1</version>
<name>com.github.jtendermint:jabci</name> <name>com.github.jtendermint:jabci</name>
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description> <description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>