Skip to content

Commit

Permalink
Merge pull request #61 from HorizenOfficial/storage_version_fix
Browse files Browse the repository at this point in the history
EON 1.0.1  - storage version fix
  • Loading branch information
paolocappelletti authored Oct 10, 2023
2 parents c15e2a4 + 9a941fc commit dce6f8f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 1.0.1-SNAPSHOT
* SDK dependency updated to version 0.8.1

## 1.0.0
* SDK dependency updated to version 0.8.0
Expand Down
6 changes: 3 additions & 3 deletions bootstraptool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.horizen</groupId>
<artifactId>bootstraptool</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<inceptionYear>2023</inceptionYear>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>io.horizen</groupId>
<artifactId>sidechains-sdk-account_sctools</artifactId>
<version>0.8.0</version>
<version>0.8.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.horizen</groupId>
<artifactId>eon</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.horizen</groupId>
<artifactId>eon</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</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>
<sidechain.sdk.version>0.8.0</sidechain.sdk.version>
<sidechain.sdk.version>0.8.1-SNAPSHOT</sidechain.sdk.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.horizen</groupId>
<artifactId>eonproject</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<inceptionYear>2023</inceptionYear>
<properties>
Expand Down

0 comments on commit dce6f8f

Please sign in to comment.