From 5031a9109d31ca5ae11a4360df4471a738c1582f Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Thu, 21 Nov 2013 13:41:10 -0600 Subject: [PATCH] Add parent pom for api-site and update to 1.12.0 Closes-Bug: #1253756 backport: havana Change-Id: I4e2a731b09a3795b919003af513fb0c8fd5ea25a author: diane fleming --- api-quick-start/pom.xml | 49 ++++++++++++++--------------------------- api-ref/pom.xml | 37 +++++++------------------------ pom.xml | 46 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 62 deletions(-) create mode 100644 pom.xml diff --git a/api-quick-start/pom.xml b/api-quick-start/pom.xml index c94d6f9d5..40eb52786 100644 --- a/api-quick-start/pom.xml +++ b/api-quick-start/pom.xml @@ -1,25 +1,30 @@ - + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + ../pom.xml + 4.0.0 - - org.openstack.docs - openstack-guide - 1.0.0-SNAPSHOT + openstack-api-quick-start jar - OpenStack Guides + OpenStack API Quick Start + + + local + 1 + - + - - com.rackspace.cloud.api clouddocs-maven-plugin - 1.11.1 + goal2 @@ -68,26 +73,4 @@ - - - Rackspace Research Repositories - - true - - - - rackspace-research - Rackspace Research Repository - http://maven.research.rackspacecloud.com/content/groups/public/ - - - - - rackspace-research - Rackspace Research Repository - http://maven.research.rackspacecloud.com/content/groups/public/ - - - - - + \ No newline at end of file diff --git a/api-ref/pom.xml b/api-ref/pom.xml index 59b5a6770..1cbaf43b9 100644 --- a/api-ref/pom.xml +++ b/api-ref/pom.xml @@ -5,10 +5,14 @@ + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + ../pom.xml + 4.0.0 - org.openstack.identity - docs - 1.0 + openstack-api-ref jar OpenStack API Complete Reference @@ -19,7 +23,7 @@ com.rackspace.cloud.api clouddocs-maven-plugin - 1.11.1 + g1 @@ -51,29 +55,4 @@ - - - Rackspace Research Repositories - - true - - - - rackspace-research - Rackspace Research Repository - http://maven.research.rackspacecloud.com/content/groups/public/ - - - - - rackspace-research - Rackspace Research Repository - http://maven.research.rackspacecloud.com/content/groups/public/ - - always - - - - - diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..ed8797cba --- /dev/null +++ b/pom.xml @@ -0,0 +1,46 @@ + + 4.0.0 + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + pom + + + api-quick-start + api-ref + + + + Rackspace Research Repositories + + true + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + 1.12.0 + + + +