We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba89e4 commit c7f6975Copy full SHA for c7f6975
samples/helloworld/gradle.properties
@@ -1,4 +1,4 @@
1
-springShellVersion = 1.1.0.RELEASE
+springShellVersion = 1.2.0.RC1
2
junitVersion = 4.10
3
log4jVersion = 1.2.17
4
version = 1.0.0.RELEASE
samples/helloworld/pom.xml
@@ -11,7 +11,7 @@
11
<url>http://maven.apache.org</url>
12
13
<properties>
14
- <spring.shell.version>1.1.0.RELEASE</spring.shell.version>
+ <spring.shell.version>1.2.0.RC1</spring.shell.version>
15
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
16
<log4j.version>1.2.17</log4j.version>
17
<junit.version>4.10</junit.version>
0 commit comments