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

@@ -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