diff --git a/README.md b/README.md index 848339139..c3174cbf4 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ dependencies { } ~~~~~ -The latest milestone is _1.0.0.RC1_ -The latest nightly is _1.0.0.BUILD-SNAPSHOT_ +Latest GA release is _1.0.0.RELEASE_ +Latest nightly is _1.0.1.BUILD-SNAPSHOT_ # Usage (for the impatient) @@ -96,7 +96,17 @@ Spring Hadoop uses Gradle as its build system. To build the system simply run: gradlew -from the project root folder. This will compile the sources, run the tests and create the artifacts. +from the project root folder. This will compile the sources, run the tests and create the artifacts. + +To generate IDE-specific files, use + + gradlew eclipse + +or + + gradlew idea + +depending on your editor. # Contributing diff --git a/gradle.properties b/gradle.properties index 1ed2decd6..f2e892a26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,4 +28,4 @@ rjc.range = "[0.6.4, 0.6.4]" # -------------------- # Project wide version # -------------------- -springDataRedisVersion=1.0.0.RELEASE \ No newline at end of file +springDataRedisVersion=1.0.1.BUILD-SNAPSHOT \ No newline at end of file