SHL-75 - Change repository used to pull in custom jline dependency in sample application.

This commit is contained in:
mpollack
2012-11-15 15:46:18 -05:00
parent 1e9cf615a6
commit c00c18c51a
4 changed files with 11 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.springframework.shell.samples</groupId>
<artifactId>helloworld</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<packaging>jar</packaging>
<name>helloworld</name>
@@ -82,14 +82,10 @@
</build>
<repositories>
<repository>
<id>spring-maven-snapshot</id>
<snapshots>
<enabled>true</enabled>
</snapshots>
<name>Springframework Maven SNAPSHOT Repository</name>
<url>http://repo.springsource.org/libs-snapshot</url>
</repository>
</repositories>
<repositories>
<repository>
<id>libs-release</id>
<url>http://repo.springsource.org/libs-release/</url>
</repository>
</repositories>
</project>