JCLOUDS-19. Fixing parent POM.
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/901043d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/901043d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/901043d9 Branch: refs/heads/1.5.x Commit: 901043d98293f7e5c8215ff5f5a4dafae6f45e11 Parents: b056687 Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:24:14 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 12:24:14 2013 -0700 ---------------------------------------------------------------------- pom.xml | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/901043d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 33ad495..2132465 100644 --- a/pom.xml +++ b/pom.xml @@ -19,9 +19,9 @@ <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.apache.jclouds.cli</groupId> @@ -187,6 +187,16 @@ <repositories> <repository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> <id>sonatype</id> <url>https://oss.sonatype.org/content/repositories/releases/</url> </repository> @@ -222,16 +232,4 @@ </profile> </profiles> - <distributionManagement> - <repository> - <id>sonatype-nexus-staging</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> - <uniqueVersion>false</uniqueVersion> - </repository> - <snapshotRepository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - </snapshotRepository> - </distributionManagement> - </project>
