Skip to content

Commit

Permalink
Merge pull request #193 from rsksmart/5100-release
Browse files Browse the repository at this point in the history
Prepare 5.1.0.0 release
  • Loading branch information
marcos-iov committed Aug 16, 2023
2 parents 09c321a + dab2080 commit 109312c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ext {
logbackVersion = '1.2.11'
junitVersion = '4.13.2'
mockitoVersion = '4.6.1'
rskjcoreVersion = '5.1.0-RC'
rskjcoreVersion = '5.1.0-FINGERROOT'
}

dependencies {
Expand Down
10 changes: 5 additions & 5 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
<sha256 value="c717c468bfc91536f1dbc0d98d6116a8e7c49fbaff643ef8710e7505cc450878" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="co.rsk" name="rskj-core" version="5.0.0-FINGERROOT">
<artifact name="rskj-core-5.0.0-FINGERROOT.jar">
<sha256 value="8bb10e7a44a1282458761896455e884d6411b36cb6f43c46dff980d40322ad22" origin="Generated by Gradle"/>
<component group="co.rsk" name="rskj-core" version="5.1.0-FINGERROOT">
<artifact name="rskj-core-5.1.0-FINGERROOT.jar">
<sha256 value="ed3d127e88237e7acd03d4d9122e1c212500f8a990cb9e70a28ac69802a34da8" origin="Generated by Gradle"/>
</artifact>
<artifact name="rskj-core-5.0.0-FINGERROOT.module">
<sha256 value="c05b0296127af99424932ece50fad2c3de2b87c68f840b583321eba032593005" origin="Generated by Gradle"/>
<artifact name="rskj-core-5.1.0-FINGERROOT.module">
<sha256 value="4a3d4f8da5f9878faabf87ea34f4269f8d145ecf0ac2d942f5081c874877d193" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="co.rsk.bitcoinj" name="bitcoinj-thin" version="0.14.4-rsk-14">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionNumber='5.1.0.0'
modifier="RC"
modifier="FINGERROOT"

0 comments on commit 109312c

Please sign in to comment.