Skip to content

Commit

Permalink
Update version labels in website
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Nov 12, 2010
1 parent 2224683 commit e4bce33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/site/apt/downloads.apt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Spring Batch Downloads

The current GA release is <<2.1.4.RELEASE>>, the latest snapshots are <<2.1.5.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).
The current GA release is <<2.1.5.RELEASE>>, the latest snapshots are <<2.1.6.CI-SNAPSHOT>>. The version 2.0.x and 1.x branches are now in maintenance (the last release was <<2.0.4.RELEASE>>).

* Zip Downloads

Expand Down Expand Up @@ -37,7 +37,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
+---------------

Expand Down Expand Up @@ -70,7 +70,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
+---------------

Expand All @@ -96,7 +96,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
+---------------

Expand All @@ -120,7 +120,7 @@ Spring Batch Downloads
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>org.springframework.batch.core</artifactId>
<version>2.1.4.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
+---------------

Expand Down
2 changes: 2 additions & 0 deletions src/site/apt/migration/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

Links:

* {{{2.1.4-2.1.5.html}2.1.4 to 2.1.5}}

* {{{2.1.3-2.1.4.html}2.1.3 to 2.1.4}}

* {{{2.1.2-2.1.3.html}2.1.2 to 2.1.3}}
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/snapshots.apt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.5.CI-SNAPSHOT</version>
<version>2.1.6.CI-SNAPSHOT</version>
</dependency>
+---------------

2 changes: 1 addition & 1 deletion src/site/docbook/reference/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<bookinfo>
<title>Spring Batch - Reference Documentation</title>

<releaseinfo>Spring Batch 2.1.4</releaseinfo>
<releaseinfo>Spring Batch 2.1.5</releaseinfo>

<authorgroup>
<author>
Expand Down

0 comments on commit e4bce33

Please sign in to comment.