More release steps automated.

- Dockbook references to Spring Data Commons files get updated.
- Updating of notice.txt.
- Gradle projects get Spring Data Commons version and repositories updated.
- Added release commit detection and tagging for cleanup.

Upgraded to Spring Boot 1.0.2.RELEASE.
This commit is contained in:
Oliver Gierke
2014-04-30 20:40:35 +02:00
parent 02e945694d
commit cabacc002f
16 changed files with 481 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC4</version>
<version>1.0.2.RELEASE</version>
</parent>
<properties>