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/0e2b665a Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/0e2b665a Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/0e2b665a Branch: refs/heads/1.6.x Commit: 0e2b665a54f9553acfcfa7460175f7f89ceda617 Parents: 4d3666d 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:32 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/0e2b665a/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index a795f36..d1b0d6e 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> @@ -55,6 +55,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>
