JCLOUDS-17. Fixing parent POM.
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/cc312ad4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/cc312ad4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/cc312ad4 Branch: refs/heads/1.5.x Commit: cc312ad4ffc9c38e79985ed9394c801fb3c1b706 Parents: 7d6aa39 Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:27:32 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 12:27:41 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/cc312ad4/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index cfa7fd7..d14661d 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -22,9 +22,9 @@ under the License. <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.apache.jclouds.chef</groupId> <artifactId>chef-parent</artifactId> @@ -54,6 +54,16 @@ under the License. </scm> <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-nexus-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases>
