mirror of
https://github.com/fluencelabs/jabci
synced 2025-04-24 14:22:19 +00:00
prepare release
This commit is contained in:
parent
9d8c1100d5
commit
1b305dbf34
@ -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.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
|
||||
<dependency>
|
||||
<groupId>com.github.jtendermint</groupId>
|
||||
<artifactId>jabci</artifactId>
|
||||
<version>0.20.0</version>
|
||||
<version>0.20.1</version>
|
||||
</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.19.0 |
|
||||
| 0.20.0 | 0.20.0 |
|
||||
| 0.20.1 | 0.20.0 |
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.github.jtendermint</groupId>
|
||||
<artifactId>jabci</artifactId>
|
||||
<version>0.20.0</version>
|
||||
<version>0.20.1</version>
|
||||
|
||||
<name>com.github.jtendermint:jabci</name>
|
||||
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>
|
||||
|
Loading…
x
Reference in New Issue
Block a user