Fix version number and repo location used in sample application for 1.1.0.M1
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
|
||||
<groupId>org.springframework.shell.samples</groupId>
|
||||
<artifactId>helloworld</artifactId>
|
||||
<version>1.0.1.RELEASE</version>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>helloworld</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
||||
<properties>
|
||||
<spring.shell.version>1.1.0.BUILD-SNAPSHOT</spring.shell.version>
|
||||
<spring.shell.version>1.1.0.M1</spring.shell.version>
|
||||
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<junit.version>4.10</junit.version>
|
||||
@@ -89,6 +89,10 @@
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>libs-milestone</id>
|
||||
<url>http://repo.springsource.org/libs-milestone/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>libs-release</id>
|
||||
<url>http://repo.springsource.org/libs-release/</url>
|
||||
|
||||
Reference in New Issue
Block a user