Explicitly listed release train modules.

This commit is contained in:
Oliver Gierke
2015-10-15 09:27:13 +02:00
parent 84930aaaeb
commit 8a7b3475a9

View File

@@ -76,6 +76,20 @@ Spring Data is an umbrella project consisting of independent projects with, in p
The names are an alphabetic sequence (so you can sort them chronologically) with names of famous computer scientists and software developers. When point releases of the individual projects accumulate to a critical mass, or if there is a critical bug in one of them that needs to be available to everyone, the release train will push out "service releases" with names ending "-SRX", where "X" is a number.
Currently the release train contains the following modules:
* Spring Data Commons
* Spring Data JPA
* Spring Data MongoDB
* Spring Data Redis
* Spring Data KeyValue
* Spring Data Solr
* Spring Data REST
* Spring Data Neo4j (community module)
* Spring Data Cassandra (community module)
* Spring Data Couchbase (community module)
* Spring Data Elasticsearch (community module)
<a name="quick-start"></a>
## Quick Start