Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
issue #1165 promote route53 out of labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Jan 31, 2013
1 parent 40a2e71 commit 7525fed
Show file tree
Hide file tree
Showing 77 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
<artifactId>aws-sts</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>aws-route53</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-allloadbalancer</artifactId>
Expand Down
1 change: 1 addition & 0 deletions apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
<module>rackspace-cloudidentity</module>
<module>rackspace-cloudloadbalancers</module>
<module>sts</module>
<module>route53</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion labs/route53/pom.xml → apis/route53/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version>1.5.6-SNAPSHOT</version>
<relativePath>../../project/pom.xml</relativePath>
</parent>
<groupId>org.jclouds.labs</groupId>
<groupId>org.jclouds.api</groupId>
<artifactId>route53</artifactId>
<name>jcloud route53 api</name>
<description>jclouds components to access an implementation of Route 53</description>
Expand Down
2 changes: 0 additions & 2 deletions labs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
<module>abiquo</module>
<module>openstack-quantum</module>
<module>openstack-glance</module>
<module>route53</module>
<module>dynect</module>
<module>aws-route53</module>
<module>ultradns-ws</module>
</modules>
</project>
6 changes: 3 additions & 3 deletions labs/aws-route53/pom.xml → providers/aws-route53/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version>1.5.6-SNAPSHOT</version>
<relativePath>../../project/pom.xml</relativePath>
</parent>
<groupId>org.jclouds.labs</groupId>
<groupId>org.jclouds.provider</groupId>
<artifactId>aws-route53</artifactId>
<name>jclouds Amazon Route 53 provider</name>
<description>Route 53 targeted to Amazon Web Services</description>
Expand All @@ -46,13 +46,13 @@

<dependencies>
<dependency>
<groupId>org.jclouds.labs</groupId>
<groupId>org.jclouds.api</groupId>
<artifactId>route53</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.jclouds.labs</groupId>
<groupId>org.jclouds.api</groupId>
<artifactId>route53</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
1 change: 1 addition & 0 deletions providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
<module>rackspace-cloudblockstorage-uk</module>
<module>glesys</module>
<module>aws-sts</module>
<module>aws-route53</module>
</modules>
</project>

0 comments on commit 7525fed

Please sign in to comment.