Skip to content

Commit

Permalink
Prepare OmniJ 0.5.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed May 12, 2021
1 parent a2457cc commit 8b61f65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@

A mid-level view of the changes in each *OmniJ* binary release.

== v0.5.17-SNAPSHOT
== v0.5.17

Released: 2021.xx.yy (not yet)
Released: 2021.05.11

=== Dependency Updates

* bitcoinj 0.15.10
* ConsensusJ 0.5.8
* Groovy 3.0.8

=== Build/Test Updates

* RegTest with Omni Core 0.10.0
* CI builds with JDK 16 (and JDK 11 as before)
* GraalVM CI build with 21.0.0.2
* Get ConsensusJ from Gitlab Maven repo, now that Bintray is gone
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.16
v0.5.17
:description: OmniJ README document.
:omnij-version: 0.5.16
:omnij-version: 0.5.17

[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 gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
omnijVersion = 0.5.17-SNAPSHOT
omnijVersion = 0.5.17
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.17-SNAPSHOT
moduleVersion=0.5.17
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 8b61f65

Please sign in to comment.