diff --git a/README.md b/README.md index 6b16a0f3..647d5bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. The latest GA release is 1.0.0.RELEASE, the latest release candidate is 1.1.0.RC3. +Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. The latest GA release is 1.1.0.RELEASE. # Useful links @@ -26,7 +26,7 @@ Spring Shell is an interactive shell that can be easily extended with commands u org.springframework.data spring-shell - 1.0.0.RELEASE + 1.1.0.RELEASE @@ -53,7 +53,7 @@ repositories { } dependencies { - compile "org.springframework.shell:spring-shell:1.0.0.RELEASE" + compile "org.springframework.shell:spring-shell:1.1.0.RELEASE" } ~~~~~ diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 87f8be2f..a05d0bed 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,10 @@ http://www.springsource.org/spring-shell Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version] Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361 +Changes in version 1.1.0 RELEASE (2014-7-25) +------------------------------------- + +No changes Changes in version 1.1 RC4 (2014-7-8) ------------------------------------- diff --git a/samples/helloworld/gradle.properties b/samples/helloworld/gradle.properties index 9dcbe5ca..665cce36 100644 --- a/samples/helloworld/gradle.properties +++ b/samples/helloworld/gradle.properties @@ -1,4 +1,4 @@ -springShellVersion = 1.1.0.RC4 +springShellVersion = 1.1.0.RELEASE junitVersion = 4.10 log4jVersion = 1.2.17 version = 1.0.0.RELEASE diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 18e2a62f..f2fa1a8d 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -11,7 +11,7 @@ http://maven.apache.org - 1.1.0.RC4 + 1.1.0.RELEASE org.springframework.shell.Bootstrap 1.2.17 4.10