Update README.md

Changed snapshot version number to reflect poc-8 changes
This commit is contained in:
Bitcoinzie 2015-01-14 22:30:21 -08:00
parent e56dfacaae
commit 3056dcab92
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#### For snapshot builds: #### For snapshot builds:
- Add https://oss.jfrog.org/libs-snapshot/ as a repository to your build script - Add https://oss.jfrog.org/libs-snapshot/ as a repository to your build script
- Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `0.7.14-SNAPSHOT`. - Add a dependency on `org.ethereum:ethereumj-core:${VERSION}`, where `${VERSION}` is of the form `0.8.1-SNAPSHOT`.
Example: Example:
@ -20,7 +20,7 @@ Example:
<dependency> <dependency>
<groupId>org.ethereum</groupId> <groupId>org.ethereum</groupId>
<artifactId>ethereumj-core</artifactId> <artifactId>ethereumj-core</artifactId>
<version>0.7.14-SNAPSHOT</version> <version>0.8.1-SNAPSHOT</version>
</dependency> </dependency>
#### For release builds: #### For release builds: