diff --git a/README.md b/README.md
index 91160b0f..5de3a60c 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ If the client project is a project consisting of a single project only all that
org.springframework.data.build
spring-data-parent
- 1.0.0.RELEASE
+ 1.3.0.RELEASE
```
@@ -85,6 +85,11 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co
## Additional build profiles
+- `ci` - Packages the JavaDoc as JAR for distribution (needs to be active on the CI server to make sure we distribute JavaDoc as JAR).
+- `distribute` - Creates Docbook documentation, assembles the distribution zip, etc.
+- `milestone` - Configures the binary distribution to upload to the milestone S3 repository.
+- `release` - Configures the binary distribution to upload to the release S3 repository.
+- `spring32-next` - Configures the Spring version to be used to be the next 3.2.x snapshot version.
- `spring4` - Configures the Spring version to be used to be the latest 4.x release version.
- `spring4-next` - Configures the Spring version to be used to be the next 4.x snapshot version.
- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index aa9a2d94..b436b15c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,27 +1,27 @@
- 4.0.0
- org.springframework.data.build
- spring-data-build
- 1.3.0.BUILD-SNAPSHOT
- pom
+ 4.0.0
+ org.springframework.data.build
+ spring-data-build
+ 1.3.0.BUILD-SNAPSHOT
+ pom
- Spring Data Build
- Modules to centralize common resources and configuration for Spring Data Maven builds.
- https://github.com/SpringData/spring-data-build
-
-
+ Spring Data Build
+ Modules to centralize common resources and configuration for Spring Data Maven builds.
+ https://github.com/SpringData/spring-data-build
+
+
SpringSource
http://www.springsource.org
-
- resources
- parent
-
-
-
+
+ resources
+ parent
+
+
+
ogierke
Oliver Gierke
@@ -34,8 +34,8 @@
+1
-
-
+
+
Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0
@@ -46,7 +46,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -59,14 +59,14 @@
- https://github.com/SpringSource/spring-data-build
- scm:git:git://github.com/SpringSource/spring-data-build.git
- scm:git:ssh://git@github.com:SpringSource/spring-data-build.git
-
-
-
- GitHub
- https://github.com/SpringSource/spring-data-build/issues
-
-
+ https://github.com/SpringSource/spring-data-build
+ scm:git:git://github.com/SpringSource/spring-data-build.git
+ scm:git:ssh://git@github.com:SpringSource/spring-data-build.git
+
+
+
+ GitHub
+ https://github.com/SpringSource/spring-data-build/issues
+
+