Update versions to reference 1.0 RELEASE
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. The latest GA release is 1.0.0.RELEASE, the latest release candidate is 1.1.0.RC3.
|
||||
Spring Shell is an interactive shell that can be easily extended with commands using a Spring based programming model. The latest GA release is 1.1.0.RELEASE.
|
||||
|
||||
# Useful links
|
||||
|
||||
@@ -26,7 +26,7 @@ Spring Shell is an interactive shell that can be easily extended with commands u
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-shell</artifactId>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- used for nightly builds -->
|
||||
@@ -53,7 +53,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework.shell:spring-shell:1.0.0.RELEASE"
|
||||
compile "org.springframework.shell:spring-shell:1.1.0.RELEASE"
|
||||
}
|
||||
~~~~~
|
||||
|
||||
|
||||
@@ -5,6 +5,10 @@ http://www.springsource.org/spring-shell
|
||||
Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version]
|
||||
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361
|
||||
|
||||
Changes in version 1.1.0 RELEASE (2014-7-25)
|
||||
-------------------------------------
|
||||
|
||||
No changes
|
||||
|
||||
Changes in version 1.1 RC4 (2014-7-8)
|
||||
-------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user