Skip to content

Commit

Permalink
Merge pull request #12 from HorizenOfficial/upgraded-sdk-to-snapshot6
Browse files Browse the repository at this point in the history
upgraded sdk to snapshot6
  • Loading branch information
paolocappelletti authored May 12, 2023
2 parents 704d0a6 + db61076 commit 06c1c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.1.0-SNAPSHOT6
* SDK dependency updated to version 0.7.0-SNAPSHOT6

## 0.1.0-SNAPSHOT4
* SDK dependency updated to version 0.7.0-SNAPSHOT4

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.horizen</groupId>
<artifactId>eon</artifactId>
<version>0.1.0-SNAPSHOT4</version>
<version>0.1.0-SNAPSHOT6</version>
<inceptionYear>2023</inceptionYear>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.plugin>3.8.1</maven.compiler.plugin>
<maven.dependency.plugin>3.1.1</maven.dependency.plugin>
<!-- 0.7.0-20230503.133222-4 => 0.7.0-SNAPSHOT4 tag-->
<sidechain.sdk.version>0.7.0-20230503.133222-4</sidechain.sdk.version>
<!-- 0.7.0-20230512.152805-7 => 0.7.0-SNAPSHOT6 tag-->
<sidechain.sdk.version>0.7.0-20230512.152805-7</sidechain.sdk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 06c1c4b

Please sign in to comment.