From 63ee083f6b5d8b0341a314b9d5fb5c1cf2f0e36c Mon Sep 17 00:00:00 2001 From: mpollack Date: Fri, 26 Jul 2013 14:07:25 -0400 Subject: [PATCH] Fix version number and repo location used in sample application for 1.1.0.M1 --- samples/helloworld/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 46e07be4..499de2a6 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -4,14 +4,14 @@ org.springframework.shell.samples helloworld - 1.0.1.RELEASE + 1.1.0.RELEASE jar helloworld http://maven.apache.org - 1.1.0.BUILD-SNAPSHOT + 1.1.0.M1 org.springframework.shell.Bootstrap 1.2.17 4.10 @@ -89,6 +89,10 @@ + + libs-milestone + http://repo.springsource.org/libs-milestone/ + libs-release http://repo.springsource.org/libs-release/