From c00c18c51a68932fb0e81faddd2e0f2125f8f1f2 Mon Sep 17 00:00:00 2001 From: mpollack Date: Thu, 15 Nov 2012 15:46:18 -0500 Subject: [PATCH] SHL-75 - Change repository used to pull in custom jline dependency in sample application. --- samples/helloworld/build.gradle | 3 +-- samples/helloworld/gradlew | 0 samples/helloworld/pom.xml | 18 +++++++----------- samples/helloworld/readme.txt | 6 +++--- 4 files changed, 11 insertions(+), 16 deletions(-) mode change 100644 => 100755 samples/helloworld/gradlew diff --git a/samples/helloworld/build.gradle b/samples/helloworld/build.gradle index d084b8d2..199494ed 100644 --- a/samples/helloworld/build.gradle +++ b/samples/helloworld/build.gradle @@ -5,8 +5,7 @@ apply plugin: 'eclipse' apply plugin: 'application' repositories { - maven { url "http://repo.springsource.org/libs-snapshot" } - maven { url "http://spring-roo-repository.springsource.org/release" } + maven { url "http://repo.springsource.org/libs-release" } } dependencies { diff --git a/samples/helloworld/gradlew b/samples/helloworld/gradlew old mode 100644 new mode 100755 diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index cc12c876..7f6a5df0 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -4,7 +4,7 @@ org.springframework.shell.samples helloworld - 1.0.0.RELEASE + 1.0.1.RELEASE jar helloworld @@ -82,14 +82,10 @@ - - - spring-maven-snapshot - - true - - Springframework Maven SNAPSHOT Repository - http://repo.springsource.org/libs-snapshot - - + + + libs-release + http://repo.springsource.org/libs-release/ + + diff --git a/samples/helloworld/readme.txt b/samples/helloworld/readme.txt index 2f491462..351484c2 100644 --- a/samples/helloworld/readme.txt +++ b/samples/helloworld/readme.txt @@ -4,16 +4,16 @@ Maven 3: $>mvn package 2.run spring shell - $>java -jar target/helloworld-.jar + $>java -jar target/helloworld-1.0.1.RELEASE.jar Gradle: 1.Build and install the project - $>gradlew installApp + $>./gradlew installApp 2.run spring shell - $>build/install/helloworld/bin/helloworld + $>./build/install/helloworld/bin/helloworld