mirror of
https://github.com/fluencelabs/jabci
synced 2025-04-24 14:22:19 +00:00
Bump version to 0.32.3
This commit is contained in:
parent
6826102185
commit
a7762610aa
@ -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.26.0 Release is now available via maven central. Use the following dependency to include the latest release:
|
||||
jABCI v0.32.3 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.26.0</version>
|
||||
<version>0.32.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@ -47,3 +47,4 @@ protoc --java_out=. --proto_path=../proto/. ../proto/types.proto
|
||||
| 0.24.0 | 0.24 |
|
||||
| 0.24.0 | 0.25 |
|
||||
| 0.26.0 | 0.26 - 0.30.1 |
|
||||
| 0.32.3 | 0.32.3 |
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.github.jtendermint</groupId>
|
||||
<artifactId>jabci</artifactId>
|
||||
<version>0.26.0</version>
|
||||
<version>0.32.3</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