Update pom to use latest wadl-tools and update README for release

Change-Id: I69a1f19740df53142566b0bac0deeda51006c1bc
This commit is contained in:
David Cramer
2014-06-30 23:09:58 -05:00
parent d4532c569b
commit 29f110bc3f
2 changed files with 15 additions and 1 deletions

View File

@@ -69,6 +69,20 @@ How Tos
Release Notes
=============
clouddocs-maven-plugin 2.1.1 (June 30, 2014)
============================================================
- Features and updates
- Depend on latest version of wadl-tools (1.0.27).
- Bug fixes
- Avoid duplicating method content from included wadl when the included method appears more than once.
- New header etc in Rackspace branded api reference page.
- Avoid spurious "No body required" text in guides generated from wadl.
- Fix font bug in generate-pdf goal.
- Use refactored wadl-processing code for api-reference page to cause all parameters to appear.
clouddocs-maven-plugin 2.1.0 (June 23, 2014)
============================================================
- Features and updates

View File

@@ -231,7 +231,7 @@
<dependency>
<groupId>com.rackspace.cloud.api</groupId>
<artifactId>wadl-tools</artifactId>
<version>1.0.26</version>
<version>1.0.27</version>
<scope>provided</scope>
</dependency>