Update to shell 1.1 RC2 in sample app

This commit is contained in:
mpollack
2014-04-15 09:46:15 -04:00
parent e170985fb0
commit 2ebe54922c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
springShellVersion = 1.1.0.RC1
springShellVersion = 1.1.0.RC2
junitVersion = 4.10
log4jVersion = 1.2.17
version = 1.0.0.RELEASE

View File

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