From e25e190cfa7ab33c023a0d727f4abf3ba8932520 Mon Sep 17 00:00:00 2001 From: Chris Schaefer Date: Mon, 24 Mar 2014 12:49:25 -0400 Subject: [PATCH] BATCH-2192: Update versions of STS on the Getting Started Guide * README.md updated as well for version. * SpringSource Tool Suite also renamed to Spring Tool Suite to match product page. --- README.md | 6 +++--- src/site/apt/getting-started.apt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e275573f8..b968e4951 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ To perform a full build of all modules (required prior to issuing a pull request $ mvn install -P all -## SpringSource Tool Suite (STS) +## Spring Tool Suite (STS) In STS (or any Eclipse distro or other IDE with Maven support), import the module directories as existing projects. They should compile and the tests should run with no additional steps. -# Getting Started Using SpringSource Tool Suite (STS) +# Getting Started Using Spring Tool Suite (STS) This is the quickest way to get started. It requires an internet connection for download, and access to a Maven repository (remote or local). -* Download STS version 2.5.* (or better) from the [SpringSource website](http://www.springsource.com/products/sts). STS is a free Eclipse bundle with many features useful for Spring developers. +* Download STS version 3.4.* (or better) from the [Spring website](http://spring.io/tools/sts/). STS is a free Eclipse bundle with many features useful for Spring developers. * Go to `File->New->Spring Template Project` from the menu bar (in the Spring perspective). * The wizard has a drop down with a list of template projects. One of them is a "Simple Spring Batch Project". Select it and follow the wizard. * A project is created with all dependencies and a simple input/output job configuration. It can be run using a unit test, or on the command line (see instructions in the pom.xml). diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt index c539c94fe..8d8ffd228 100644 --- a/src/site/apt/getting-started.apt +++ b/src/site/apt/getting-started.apt @@ -9,11 +9,11 @@ Spring Batch Getting Started A convenient way to get started quickly with Spring Batch is to run the samples which are packaged in the samples module. There is also a simple command line sample (or "archetype") which has a bare bones but complete implementation of a simpel job. The source code for the samples (and the other modules) is available either from the {{{./downloads.html}.Zip assembly}} or from {{{source-repository.html}Git}}. -* Using SpringSource Tool Suite (STS) +* Using Spring Tool Suite (STS) This is the quickest way to get started. It requires an internet connection for download, and access to a Maven repository (remote or local). - * Download STS version 2.3.2.* from the {{{http://www.springsource.com/products/sts}SpringSource website}}. STS is a free Eclipse bundle with many features useful for Spring developers. + * Download STS version 3.4.* (or better) from the {{{http://spring.io/tools/sts/}Spring website}}. STS is a free Eclipse bundle with many features useful for Spring developers. * Go to <<Other...>>> and select <<Template Project>>> from the wizard chooser.