+ bump version (to 1.0.1.BUILD-SNAPSHOT)

This commit is contained in:
Costin Leau
2011-12-14 23:01:58 +02:00
parent c1eea479a3
commit 1c08d225d9
2 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -28,4 +28,4 @@ rjc.range = "[0.6.4, 0.6.4]"
# --------------------
# Project wide version
# --------------------
springDataRedisVersion=1.0.0.RELEASE
springDataRedisVersion=1.0.1.BUILD-SNAPSHOT