Skip to content

Commit

Permalink
Prepare release 0.7.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Sep 7, 2023
1 parent b180e06 commit a6d8f28
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ Released: Forthcoming

The 0.7.0 release of **OmniJ** will require the forthcoming **ConsensusJ** 0.7.0 and **bitcoinj** v0.17 (currently in alpha release.) There will likely be multiple alpha releases of OmniJ and ConsensusJ as bitcoinj is updated.

== v0.7.0-SNAPSHOT
== v0.7.0-alpha2

Released: Forthcoming
Released: 2023.07.06

=== Breaking Change

* Replace all usage of `SSLSocketFactory` with `SSLContext`.

=== Dependency Updates

* bitcoinj 0.17-alpha2
* ConsensusJ 0.7.0-alpha2
* Groovy 4.0.14

=== Build/Test Updates
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.7.0-alpha1
v0.7.0-alpha2
:description: OmniJ README document.
:omnij-version: 0.7.0-alpha1
:omnij-version: 0.7.0-alpha2

[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 @@ -3,7 +3,7 @@
== Main Release Process

. Official builds are now done with JDK 17. (Although most release JARs are compatible with earlier JDKs)
.. `sdk use java 17.0.7-tem`
.. `sdk use java 17.0.8.1-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.7.0-SNAPSHOT
omnijVersion = 0.7.0-alpha2

useMavenLocal = false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
moduleName=OmniJ Groovy extensions
moduleVersion=0.7.0-SNAPSHOT
moduleVersion=0.7.0-alpha2
extensionClasses=foundation.omni.dsl.categories.NumberCategory

0 comments on commit a6d8f28

Please sign in to comment.