prepare release version

This commit is contained in:
Costin Leau
2012-07-18 23:06:30 +03:00
parent 9c9ad62534
commit 99563497c3
2 changed files with 5 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
springShellVersion = 1.0.0.BUILD-SNAPSHOT
springShellVersion = 1.0.0.M1
junitVersion = 4.8.1
version = 1.0.0.BUILD-SNAPSHOT
version = 1.0.0.M1

View File

@@ -4,14 +4,14 @@
<groupId>org.springframework.shell.samples</groupId>
<artifactId>helloworld</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M1</version>
<packaging>jar</packaging>
<name>helloworld</name>
<url>http://maven.apache.org</url>
<properties>
<spring.shell.version>1.0.0.BUILD-SNAPSHOT</spring.shell.version>
<spring.shell.version>1.0.0.M1</spring.shell.version>
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
</properties>
@@ -88,16 +88,10 @@
<id>spring-maven-snapshot</id>
<snapshots>
<enabled>true</enabled>
<!-- <updatePolicy>always</updatePolicy> -->
</snapshots>
<name>Springframework Maven SNAPSHOT Repository</name>
<url>http://maven.springframework.org/snapshot</url>
<url>http://repo.springsource.org/libs-snapshot</url>
</repository>
<repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
</repositories>
</project>