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

@@ -4,14 +4,14 @@
<groupId>org.springframework.shell.samples</groupId>
<artifactId>helloworld</artifactId>
<version>1.0.0.SNAPSHOT</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>helloworld</name>
<url>http://maven.apache.org</url>
<properties>
<spring.shell.version>1.0.0.SNAPSHOT</spring.shell.version>
<spring.shell.version>1.0.0.BUILD-SNAPSHOT</spring.shell.version>
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
</properties>