update version numbers

This commit is contained in:
dsyer
2008-07-14 12:10:35 +00:00
parent cae3dabff1
commit 716e0c1be6

View File

@@ -7,7 +7,7 @@
Spring Batch Downloads
The current GA release is <<1.0.0.FINAL>>, the latest snapshots are <<1.0.1.dev-SNAPSHOT>>.
The current GA release is <<1.1.0.RELEASE>>, the latest snapshots are <<2.0.0.DEV-SNAPSHOT>>.
* Zip Downloads
@@ -27,7 +27,7 @@ Individual dependencies can then by added like so (inside a \<dependencies\> ele
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>1.0.0</version>
<version>1.1.0.RELEASE</version>
</dependency>
+---------------