Skip to content

Commit

Permalink
Prepare Release 0.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 4, 2021
1 parent 3074e0d commit faaa26c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ A mid-level view of the changes in each *OmniJ* binary release.

Released: work-in-progress

=== JSON-RPC clients

* Add support for additional/alternate TLS/SSL Trust Stores using ConsensusJ 0.5.9.

=== Dependency Updates

* ConsensusJ 0.5.9
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= OmniJ Project
Sean Gilligan <https://github.com/msgilligan>
v0.5.17
v0.5.18
:description: OmniJ README document.
:omnij-version: 0.5.17
:omnij-version: 0.5.18

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
2 changes: 1 addition & 1 deletion doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


. Official builds are now done with JDK 16. (Although most release JARs are JDK 8-compatible)
.. `sdk use java 16.0.1.hs-adpt`
.. `sdk use java 16.0.2-tem`
. Update `CHANGELOG.adoc`
. Set versions
.. `gradle.properties`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omnijVersion = 0.5.18-SNAPSHOT
omnijVersion = 0.5.18
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.18-SNAPSHOT
moduleVersion=0.5.18
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit faaa26c

Please sign in to comment.