Repository: jclouds-labs Updated Branches: refs/heads/remove-snapshot-repo b82b6bccc -> 7151d8efa
Aligning azurecompute POM parent with other labs projects Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/7151d8ef Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/7151d8ef Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/7151d8ef Branch: refs/heads/remove-snapshot-repo Commit: 7151d8efaf39a0c2504daad48df0755a0c7b796f Parents: b82b6bc Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 22:59:53 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 5 22:59:53 2014 -0400 ---------------------------------------------------------------------- azurecompute/pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/7151d8ef/azurecompute/pom.xml ---------------------------------------------------------------------- diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml index 9271498..bd4a90f 100644 --- a/azurecompute/pom.xml +++ b/azurecompute/pom.xml @@ -20,16 +20,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-project</artifactId> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>jclouds-labs</artifactId> <version>2.0.0-SNAPSHOT</version> - <relativePath /> </parent> <!-- TODO: when out of labs, switch to org.jclouds.provider --> - <groupId>org.apache.jclouds.labs</groupId> <artifactId>azurecompute</artifactId> - <version>2.0.0-SNAPSHOT</version> <name>Apache jclouds :: Azure :: Compute API</name> <description>jclouds components to access an implementation of Azure's Compute Service</description> <packaging>bundle</packaging>
