change version schema

This commit is contained in:
Jarred Li
2012-04-11 10:38:10 +08:00
parent 21cb6514bd
commit 725ef2eeac
7 changed files with 12 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ dependencies {
compile "org.springframework.shell:spring-shell:${version}"
}
~~~~~
current version is 1.0.0.SNAPSHOT
current version is 1.0.0.BUILD-SNAPSHOT
# Building
@@ -53,7 +53,7 @@ To build Spring Shell, run
cd samples/helloworld
mvn package
java -jar target/helloworld-1.0.0.SNAPSHOT.jar
java -jar target/helloworld-1.0.0.BUILD.SNAPSHOT.jar
# Contributing