Prepares repo for release 2.1.4
Change-Id: I854ad6b0c33934f544bbc0f37651579111ec8537
This commit is contained in:
@@ -1,6 +1,18 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
clouddocs-maven-plugin 2.1.4 (April 6, 2015)
|
||||||
|
============================================================
|
||||||
|
- Features and updates
|
||||||
|
|
||||||
|
- Add link to each GET/PUT/POST/DELETE/PATCH "button"
|
||||||
|
- Adds Korean fonts for PDF output
|
||||||
|
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
|
- Fix SyntaxHighlighting issue caused by index entries (https://bugs.launchpad.net/openstack-manuals/+bug/1340211)
|
||||||
|
- Partial fixes for epub output
|
||||||
|
|
||||||
clouddocs-maven-plugin 2.1.3 (Sept. 22, 2014)
|
clouddocs-maven-plugin 2.1.3 (Sept. 22, 2014)
|
||||||
============================================================
|
============================================================
|
||||||
- Features and updates
|
- Features and updates
|
||||||
|
5
pom.xml
5
pom.xml
@@ -7,8 +7,7 @@
|
|||||||
<artifactId>clouddocs-maven-plugin</artifactId>
|
<artifactId>clouddocs-maven-plugin</artifactId>
|
||||||
|
|
||||||
<name>Cloud API Docs Plugin</name>
|
<name>Cloud API Docs Plugin</name>
|
||||||
|
<version>2.1.4</version>
|
||||||
<version>2.1.5-SNAPSHOT</version>
|
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<url>https://github.com/rackerlabs/clouddocs-maven-plugin</url>
|
<url>https://github.com/rackerlabs/clouddocs-maven-plugin</url>
|
||||||
@@ -259,7 +258,7 @@
|
|||||||
<url>https://github.com/rackerlabs/clouddocs-maven-plugin/tree/master</url>
|
<url>https://github.com/rackerlabs/clouddocs-maven-plugin/tree/master</url>
|
||||||
<connection>scm:git:git://github.com/rackerlabs/clouddocs-maven-plugin.git</connection>
|
<connection>scm:git:git://github.com/rackerlabs/clouddocs-maven-plugin.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:rackerlabs/clouddocs-maven-plugin.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:rackerlabs/clouddocs-maven-plugin.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>clouddocs-maven-plugin-2.1.4</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
Reference in New Issue
Block a user