Further improvements:

Added functionality to prepare a release:

- Update the Spring Data Commons version a project relies on to the one included in the train iteration.
- Switch to the correct Maven repository matching the current release iteration (milestone, release).
- Update the BOM pom.xml in Spring Build project.

Upgraded to XmlBeam 1.1.4 get the XML manipulation working properly. Fixed XmlBeam configuration to write XML headers to XML files. Fixed the AnnouncementOperations to render the appropriate version number for service releases. Added further Git commands to be able to reset the repositories in the workspace. Let the changelog render the full artifact version.

Ignored integration tests for now.
This commit is contained in:
Oliver Gierke
2014-04-16 14:35:12 +02:00
parent 5d553123c1
commit 45c86d2b42
24 changed files with 323 additions and 86 deletions

View File

@@ -46,7 +46,7 @@
<dependency>
<groupId>org.xmlbeam</groupId>
<artifactId>xmlprojector</artifactId>
<version>1.1.0</version>
<version>1.1.4</version>
</dependency>
<dependency>