All these pom.xml files were causing an incorrect canonical url

Change-Id: I5f5ce9f0e4bf2e9541143f2a76b6a145d8794b2e
Partial-bug: 1288513
This commit is contained in:
Anne Gentle 2014-03-05 21:09:07 -06:00
parent fc9e59696e
commit 4555b0edad
11 changed files with 11 additions and 11 deletions

View File

@ -67,7 +67,7 @@
<includes>
bk-admin-guide-cloud.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/admin-guide-cloud/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/admin-guide-cloud/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
</configuration>

View File

@ -72,7 +72,7 @@
bk-cli-reference.xml
</includes>
<branding>openstack</branding>
<canonicalUrlBase>http://docs.openstack.org/cli-reference/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/cli-reference/content</canonicalUrlBase>
</configuration>
</plugin>
</plugins>

View File

@ -67,7 +67,7 @@
<includes>
bk-config-ref.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/config-reference/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/config-reference/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
</configuration>

View File

@ -62,7 +62,7 @@
<includes>
openstack-glossary.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/glossary/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/glossary/content</canonicalUrlBase>
<branding>openstack</branding>
</configuration>
</plugin>

View File

@ -67,7 +67,7 @@
<includes>
bk-ha-guide.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/high-availability-guide/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/high-availability-guide/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
</configuration>

View File

@ -70,7 +70,7 @@
<includes>
bk-imageguide.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/image-guide/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/image-guide/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
</configuration>

View File

@ -73,7 +73,7 @@
<includes>
bk_openstackinstallguide.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/install-guide/install/${operating.system}/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/install-guide/install/${operating.system}/content</canonicalUrlBase>
<branding>openstack</branding>
<profileOs>${profile.os}</profileOs>
</configuration>

View File

@ -65,7 +65,7 @@
</execution>
</executions>
<configuration>
<canonicalUrlBase>http://docs.openstack.org/security-guide/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/security-guide/content</canonicalUrlBase>
<branding>openstack</branding>
<showXslMessages>true</showXslMessages>
</configuration>

View File

@ -64,7 +64,7 @@
</execution>
</executions>
<configuration>
<canonicalUrlBase>http://docs.openstack.org/training-guides/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/training-guides/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
<branding>openstack</branding>
<showXslMessages>true</showXslMessages>

View File

@ -74,7 +74,7 @@
<formalProcedures>0</formalProcedures>
<sectionAutolabel>0</sectionAutolabel>
<tocSectionDepth>1</tocSectionDepth>
<canonicalUrlBase>http://docs.openstack.org/user-guide-admin/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/user-guide-admin/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
</configuration>
</plugin>

View File

@ -71,7 +71,7 @@
<enableGoogleAnalytics>1</enableGoogleAnalytics>
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
<suppressFooterNavigation>0</suppressFooterNavigation>
<canonicalUrlBase>http://docs.openstack.org/user-guide/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/user-guide/content</canonicalUrlBase>
<glossaryCollection>${basedir}/../glossary/glossary-terms.xml</glossaryCollection>
</configuration>
</plugin>