Skip to content

Commit c7f6975

Browse files
committed
Update to release version in samples
1 parent aba89e4 commit c7f6975

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/helloworld/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
springShellVersion = 1.1.0.RELEASE
1+
springShellVersion = 1.2.0.RC1
22
junitVersion = 4.10
33
log4jVersion = 1.2.17
44
version = 1.0.0.RELEASE

samples/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>http://maven.apache.org</url>
1212

1313
<properties>
14-
<spring.shell.version>1.1.0.RELEASE</spring.shell.version>
14+
<spring.shell.version>1.2.0.RC1</spring.shell.version>
1515
<jar.mainclass>org.springframework.shell.Bootstrap</jar.mainclass>
1616
<log4j.version>1.2.17</log4j.version>
1717
<junit.version>4.10</junit.version>

0 commit comments

Comments
 (0)