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