Skip to content

Commit

Permalink
Prepare 0.5.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Aug 4, 2020
1 parent ec2dfe8 commit 0b8ad79
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 mid-level view of the changes in each *OmniJ* binary release.

== v0.5.12-SNAPSHOT
== v0.5.12

Released: Under development
Released: 2020.08.04

=== omnij-core

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.11
v0.5.12
:description: OmniJ README document.
:omnij-version: 0.5.11
:omnij-version: 0.5.12

[WARNING]
This software is EXPERIMENTAL software for **REGTEST and TESTNET TRANSACTIONS** only. *USE ON MAINNET AT YOUR OWN RISK.*
Expand Down
4 changes: 2 additions & 2 deletions doc/release-process.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
== Main Release Process


. Official builds are now done with JDK 11. (Although the release JARs are JDK 8-compatible)
.. `sdk use java 11.0.7.hs-adpt`
. Official builds are now done with JDK 11. (Although most release JARs are JDK 8-compatible)
.. `sdk use java 11.0.8.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.12-SNAPSHOT
omnijVersion = 0.5.12
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.12-SNAPSHOT
moduleVersion=0.5.12
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit 0b8ad79

Please sign in to comment.