SHL-149 Upgrade to Spring Framework 4.

* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
This commit is contained in:
mpollack
2014-05-16 15:51:10 -04:00
parent 2244157ba0
commit 29a489b156
4 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,18 @@ 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 RC1 (2014-4-15)
Changes in version 1.1 RC3 (2014-5-16)
--------------------------------------
** Bug
* [SHL-140] - Fix completions for the "help" builtin command
** Improvement
* [SHL-134] - Grab the entire input line as parameter to CliCommand
* [SHL-139] - Add support for common escapes
* [SHL-143] - Upgrade to gradle 1.11
* [SHL-149] - Upgrad to Spring Framework 4
Changes in version 1.1 RC2 (2014-4-15)
--------------------------------------
** Bug
* [SHL-133] - Shell command "! ls /tmp" fails

View File

@@ -1,7 +1,7 @@
slf4jVersion=1.7.2
jlineVersion=2.11
junitVersion=4.11
springVersion=3.1.2.RELEASE
springVersion=4.0.3.RELEASE
commonsioVersion=2.3
hamcrestVersion=1.3
version=1.1.0.BUILD-SNAPSHOT

View File

@@ -11,7 +11,7 @@
<url>http://maven.apache.org</url>
<properties>
<spring.shell.version>1.1.0.RC2</spring.shell.version>
<spring.shell.version>1.1.0.RC3</spring.shell.version>
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
<log4j.version>1.2.17</log4j.version>
<junit.version>4.10</junit.version>

View File

@@ -4,7 +4,7 @@ Maven 3:
$>mvn package
2.run spring shell
$>java -jar target/helloworld-1.0.1.RELEASE.jar
$>java -jar target/helloworld-1.1.0.RELEASE.jar