Skip to content

Commit

Permalink
Merge pull request #175 from rsksmart/fingerroot-release
Browse files Browse the repository at this point in the history
Fingerroot release
  • Loading branch information
marcos-iov authored Jun 14, 2023
2 parents 6141a90 + 48fb779 commit 0f78960
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.0.0-RC'
rskjcoreVersion = '5.0.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="4.4.0-HOP">
<artifact name="rskj-core-4.4.0-HOP.jar">
<sha256 value="4a6ac146fb03d60b9e7f0ab17302db4e821b1da8c4cc11822b9e0d33cbce2518" origin="Generated by Gradle"/>
<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"/>
</artifact>
<artifact name="rskj-core-4.4.0-HOP.module">
<sha256 value="ae3933d57088cfc9a8d6a9740309e757dcbdfeef8c9e1a0635e1f4d97f329f16" origin="Generated by Gradle"/>
<artifact name="rskj-core-5.0.0-FINGERROOT.module">
<sha256 value="c05b0296127af99424932ece50fad2c3de2b87c68f840b583321eba032593005" 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.0.0.0'
modifier="RC"
modifier="FINGERROOT"

0 comments on commit 0f78960

Please sign in to comment.