mirror of
https://github.com/fluencelabs/jabci
synced 2025-04-01 01:41:18 +00:00
version bump
This commit is contained in:
parent
f92dea6d4e
commit
5aa9233321
@ -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.12.0.2 Release is now available via maven central. Use the following dependency to include the latest release:
|
jABCI v0.15 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.12.0.2</version>
|
<version>0.15</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3
pom.xml
3
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.github.jtendermint</groupId>
|
<groupId>com.github.jtendermint</groupId>
|
||||||
<artifactId>jabci</artifactId>
|
<artifactId>jabci</artifactId>
|
||||||
<version>-SNAPSHOT</version>
|
<version>0.15</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>
|
||||||
@ -149,6 +149,7 @@
|
|||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.12</version>
|
<version>4.12</version>
|
||||||
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user