Skip to content

Commit

Permalink
Prepare 0.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jul 8, 2020
1 parent fbec44c commit 1f64722
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
= OmniJ Changes
:homepage: https://github.com/OmniLayer/OmniJ

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

== v0.5.10-SNAPSHOT
== v0.5.10

Work-in-progress (but pretty much ready at this point)
Released: 2020.07.07

=== omnij-core

Expand Down Expand Up @@ -34,6 +34,7 @@ Work-in-progress (but pretty much ready at this point)

=== Regression Tests / Integration Tests

* RegTests now default to using server RPC Port 18443. (Bitcoin Core default since 0.16.0)
* Running with Spock 2.0-M3, Groovy 3, JUnitPlatform, `spock-junit4` adapter
* Add delays after invalidating blocks see https://github.com/OmniLayer/OmniJ/issues/185[Issue #185]
* Fix RegTest and Integration Test classpath issues (https://github.com/OmniLayer/OmniJ/pull/168[PR #168])
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.9
v0.5.10
:description: OmniJ README document.
:omnij-version: 0.5.9
:omnij-version: 0.5.10

[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 11. (Although the release JARs are JDK 8-compatible)
.. `sdk use java 11.0.6.hs-adpt`
.. `sdk use java 11.0.7.hs-adpt`
. 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.10-SNAPSHOT
omnijVersion = 0.5.10
bitcoinjGroup = org.bitcoinj
bitcoinjArtifact = bitcoinj-core
bitcoinjVersion = 0.15.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.5.10-SNAPSHOT
moduleVersion=0.5.10
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 1f64722

Please sign in to comment.