Update versions to reference 1.0 RELEASE

This commit is contained in:
mpollack
2014-07-25 17:21:04 -04:00
parent d32e5c8187
commit 33ec17ba87
4 changed files with 9 additions and 5 deletions

View File

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

View File

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