Skip to content

Commit

Permalink
Prepare release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 4, 2021
1 parent 00affa2 commit 7839cc7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

A high-level view of the changes in each ConsensusJ binary release.

== v0.5.9-SNAPSHOT
== v0.5.9

Released: In progress
Released: 2021.08.03

=== JSON-RPC

Expand Down
4 changes: 2 additions & 2 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.8
v0.5.9
:description: ConsensusJ README document.
:consensusj-version: 0.5.8
:consensusj-version: 0.5.9
:bitcoinj-version: 0.15.10
:bitcoinj-apidoc: https://bitcoinj.github.io/javadoc/{bitcoinj-version}/
:cj-apidoc: https://consensusj.github.io/consensusj/apidoc
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.9-SNAPSHOT
moduleVersion=0.5.9
extensionClasses=com.msgilligan.bitcoinj.groovy.categories.CoinCategory,com.msgilligan.bitcoinj.groovy.categories.NumberCategory
5 changes: 3 additions & 2 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
== Main Release Process

. Use Java 11 for official builds
.. `sdk use 11.0.10.hs-adpt`
.. `sdk use 11.0.12-tem`
.. `sdk use 21.2.0.r11-grl` (for GraalVM build)
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
Expand Down Expand Up @@ -43,7 +44,7 @@

== Install Snapshot to local maven repo

. `./gradlew clean buildCI install`
. `./gradlew clean buildCI publishToMavenLocal`



Expand Down
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.9-SNAPSHOT
consensusjVersion = 0.5.9

# bitcoinj group, artifact, and version can be changed to use JitPack.io, etc
bitcoinjGroup = org.bitcoinj
Expand Down
2 changes: 1 addition & 1 deletion test-run-regtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo $BITCOIND started return code $BTCSTATUS pid $BTCPID

# Run integration tests
echo "Running Bitcoin Core RPC integration tests in RegTest mode..."
./gradlew regTest --info
./gradlew regTest --scan --info --stacktrace
GRADLESTATUS=$?

exit $GRADLESTATUS

0 comments on commit 7839cc7

Please sign in to comment.