diff --git a/README.md b/README.md
index a6cf96d2b..9a1d887d2 100644
--- a/README.md
+++ b/README.md
@@ -10,18 +10,18 @@ The Spring Data Elasticsearch project provides integration with the [elasticsear
Guide
------------
-* [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/html/)
-* [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/pdf/spring-data-elasticsearch-reference.pdf)
-* [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/api/)
+* [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/)
+* [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/current/reference/pdf/spring-data-elasticsearch-reference.pdf)
+* [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/current/api/)
* [Spring Data Project](http://project.spring.io/spring-data)
* [Sample Test Application](https://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application)
-* [Spring Data Elasticsearch Google Group] (https://groups.google.com/d/forum/spring-data-elasticsearch-devs)
+* [Spring Data Elasticsearch Google Group](https://groups.google.com/d/forum/spring-data-elasticsearch-devs)
* For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80).
Quick Start
-----------
-Wiki page for [Getting Started] (https://github.com/spring-projects/spring-data-elasticsearch/wiki/How-to-start-with-spring-data-elasticsearch)
+Wiki page for [Getting Started](https://github.com/spring-projects/spring-data-elasticsearch/wiki/How-to-start-with-spring-data-elasticsearch)
### Maven configuration
@@ -31,14 +31,8 @@ Add the Maven dependency:
org.springframework.data
spring-data-elasticsearch
- 1.0.0.RC1
+ 1.0.0.RELEASE
-
-
- spring-libs-milestone
- Spring Milestone Repository
- http://repo.spring.io/libs-milestone
-
```
If you'd rather like the latest snapshots of the upcoming major version, use our Maven snapshot repository and declare
@@ -193,8 +187,8 @@ Using Node Client
+ xsi:schemaLocation="http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
@@ -212,8 +206,8 @@ Using Transport Client
+ xsi:schemaLocation="http://www.springframework.org/schema/data/elasticsearch http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
diff --git a/pom.xml b/pom.xml
index 66ba72c06..d24176722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.springframework.data.build
spring-data-parent
- 1.4.0.BUILD-SNAPSHOT
+ 1.4.0.RELEASE
../spring-data-build/parent/pom.xml
@@ -24,7 +24,7 @@
3.2.1
2.6
1.1.1
- 1.8.0.BUILD-SNAPSHOT
+ 1.8.0.RELEASE
@@ -146,8 +146,8 @@
- spring-libs-snapshot
- http://repo.spring.io/libs-snapshot
+ spring-libs-release
+ http://repo.spring.io/libs-release
diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml
index e5e4f15f1..4d2bf93cd 100644
--- a/src/docbkx/index.xml
+++ b/src/docbkx/index.xml
@@ -1,59 +1,59 @@
-
-
-
-
- Spring Data Elasticsearch
-
-
- BioMed Central
- Development Team
-
-
-
-
- Copies of this document may be made for your own use and for
- distribution to others, provided that you do not
- charge any fee for
- such copies and further provided that each copy
- contains this
- Copyright Notice, whether
- distributed in print or electronically.
-
-
-
-
- 2013-2014
- The original author(s)
-
-
-
-
-
-
-
-
- Reference Documentation
-
-
-
-
-
-
-
-
-
-
- Appendix
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ Spring Data Elasticsearch
+
+
+ BioMed Central
+ Development Team
+
+
+
+
+ Copies of this document may be made for your own use and for
+ distribution to others, provided that you do not
+ charge any fee for
+ such copies and further provided that each copy
+ contains this
+ Copyright Notice, whether
+ distributed in print or electronically.
+
+
+
+
+ 2013-2014
+ The original author(s)
+
+
+
+
+
+
+
+
+ Reference Documentation
+
+
+
+
+
+
+
+
+
+
+ Appendix
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index b1965ccde..420426165 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,4 +1,4 @@
-Spring Data Elasticsearch 1.0 RC1
+Spring Data Elasticsearch 1.0 GA
Copyright (c) [2013-2014] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").