Skip to content

Commit

Permalink
Merge pull request #201 from rsksmart/5200-release
Browse files Browse the repository at this point in the history
FINGERROOT 5.2.0.0 release
  • Loading branch information
marcos-iov authored Sep 6, 2023
2 parents 0f07109 + 3e279c3 commit 6cad27d
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.2.0-SNAPSHOT'
rskjcoreVersion = '5.2.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.1.0-FINGERROOT">
<artifact name="rskj-core-5.1.0-FINGERROOT.jar">
<sha256 value="ed3d127e88237e7acd03d4d9122e1c212500f8a990cb9e70a28ac69802a34da8" origin="Generated by Gradle"/>
<component group="co.rsk" name="rskj-core" version="5.2.0-FINGERROOT">
<artifact name="rskj-core-5.2.0-FINGERROOT.jar">
<sha256 value="3b1dd7d624137fb1bcc133927a7357eed3228457e8db29f17cf0a193370bbe12" origin="Generated by Gradle"/>
</artifact>
<artifact name="rskj-core-5.1.0-FINGERROOT.module">
<sha256 value="4a3d4f8da5f9878faabf87ea34f4269f8d145ecf0ac2d942f5081c874877d193" origin="Generated by Gradle"/>
<artifact name="rskj-core-5.2.0-FINGERROOT.module">
<sha256 value="4d588eae64108680c6ae6e895e2d6d4a07cdd05a31718d6f4a34870153a51d5a" 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.2.0.0'
modifier="SNAPSHOT"
modifier="FINGERROOT"

0 comments on commit 6cad27d

Please sign in to comment.