update to version: 0.5.7

This commit is contained in:
romanman 2014-09-08 11:13:27 +03:00
parent a7231cd5bd
commit c51e56831a
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
<property name="artifact.groupId" value="org.ethereum"/>
<property name="artifact.id" value="ethereumj"/>
<property name="artifact.version" value="0.5.6"/>
<property name="artifact.version" value="0.5.7"/>
<property name="artifact.path" value="" />
<property name="artifact.snapshot" value="snapshot" />

View File

@ -4,7 +4,7 @@
<groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId>
<packaging>jar</packaging>
<version>0.5.6</version>
<version>0.5.7</version>
<name>EthereumJ</name>
<url>http://www.ethereumj.org</url>

View File

@ -4,7 +4,7 @@
<groupId>org.ethereum</groupId>
<artifactId>ethereumj-studio</artifactId>
<packaging>jar</packaging>
<version>0.5.6</version>
<version>0.5.7</version>
<name>EthereumJ</name>
<url>http://www.ethereumj.org</url>
@ -71,7 +71,7 @@
<dependency>
<groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId>
<version>0.5.6</version>
<version>0.5.7</version>
<type>jar</type>
</dependency>