Updated Branches: refs/heads/master ddfb8e58a -> 7c16292da
use Apache parent pom Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/7c16292d Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/7c16292d Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/7c16292d Branch: refs/heads/master Commit: 7c16292da490892f7b01efb82168a809c0827f70 Parents: ddfb8e5 Author: Olivier Lamy <[email protected]> Authored: Sun May 12 20:25:52 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Sun May 12 20:25:52 2013 +1000 ---------------------------------------------------------------------- project/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/7c16292d/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 9b0c6fe..21bc382 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -22,9 +22,9 @@ <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.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>4</version> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>13</version> </parent> <groupId>org.jclouds</groupId> <artifactId>jclouds-project</artifactId>
