Merge pull request #201 from Bitcoinzie/patch-1

Update README.md
This commit is contained in:
Roman Mandeleil 2015-01-15 17:37:33 +02:00
commit c89e591d9e
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: