Skip to content

Commit

Permalink
Prepare release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 11, 2021
1 parent fff5d2d commit b0021b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= ConsensusJ
Sean Gilligan <https://github.com/msgilligan>
v0.5.5
v0.5.6
:description: ConsensusJ README document.
:consensusj-version: 0.5.5
:consensusj-version: 0.5.6
:bitcoinj-version: 0.15.9
:bitcoinj-apidoc: https://bitcoinj.github.io/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
Expand Down Expand Up @@ -92,7 +92,7 @@ image:https://travis-ci.com/ConsensusJ/consensusj.svg?branch=master["Build Statu

We are in the process of refactoring all modules into the new `org.consensusj` namespace. As part of this process, once all the packages in a module are under `org.consensusj` and there are no split packages, we are assigning JPMS module names via the "Automatic Module" mechanism. This results in a consistent package structure, easier usage by Java 9+, and a smooth migration to JPMS module descriptors.

NOTE:: This module table is slightly out-of-date and will be updated shortly. See the `CHANGELOG` for relevant changes.
NOTE:: This module table is slightly out-of-date and will be updated shortly (there are some new "incubating" modules that are not listed.) See the `CHANGELOG` for relevant changes.

.Core JSON-RPC Modules
[cols="3,1,3,5"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=ConsensusJ Groovy extensions for bitcoinj
moduleVersion=0.5.6-SNAPSHOT
moduleVersion=0.5.6
extensionClasses=com.msgilligan.bitcoinj.groovy.categories.CoinCategory,com.msgilligan.bitcoinj.groovy.categories.NumberCategory
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
consensusjVersion = 0.5.6-SNAPSHOT
consensusjVersion = 0.5.6

# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
Expand Down

0 comments on commit b0021b7

Please sign in to comment.