Update to clouddocs 1.12 plugin

Also fix whitespace.

Change-Id: Ife863d816e1a0433b385a8dbf849bf6317cda7d3
This commit is contained in:
Andreas Jaeger 2013-11-22 10:14:19 +01:00
parent 34f52e143c
commit 5d96b426e8
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.openstack.docs</groupId> <groupId>org.openstack.docs</groupId>
<artifactId>openstack-block-storage-api-guide</artifactId> <artifactId>openstack-block-storage-api-guide</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
@ -12,14 +12,14 @@
<!-- ################################################ --> <!-- ################################################ -->
<!-- USE "mvn clean generate-sources" to run this POM --> <!-- USE "mvn clean generate-sources" to run this POM -->
<!-- ################################################ --> <!-- ################################################ -->
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>com.rackspace.cloud.api</groupId> <groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId> <artifactId>clouddocs-maven-plugin</artifactId>
<version>1.11.1</version> <version>1.12.0</version>
<executions> <executions>
<execution> <execution>
<id>generate-webhelp</id> <id>generate-webhelp</id>
@ -54,7 +54,7 @@
<targetDirectory>${basedir}/target/docbkx/webhelp/api/openstack-block-storage</targetDirectory> <targetDirectory>${basedir}/target/docbkx/webhelp/api/openstack-block-storage</targetDirectory>
<includeDateInPdfFilename>0</includeDateInPdfFilename> <includeDateInPdfFilename>0</includeDateInPdfFilename>
<pdfFilenameBase>openstack-blockstorage-devguide-1.0</pdfFilenameBase> <pdfFilenameBase>openstack-blockstorage-devguide-1.0</pdfFilenameBase>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
@ -88,7 +88,7 @@
<branding>openstack</branding> <branding>openstack</branding>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>

View File

@ -19,7 +19,7 @@
<plugin> <plugin>
<groupId>com.rackspace.cloud.api</groupId> <groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId> <artifactId>clouddocs-maven-plugin</artifactId>
<version>1.11.1</version> <version>1.12.0</version>
<executions> <executions>
<execution> <execution>
<id>generate-webhelp</id> <id>generate-webhelp</id>