JCLOUDS-18. Fixing parent POM.
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/66209157 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/66209157 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/66209157 Branch: refs/heads/1.5.x Commit: 662091574d436b72fcc67e48a31dcf4feb025883 Parents: 151dcb8 Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:22:54 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 12:22:54 2013 -0700 ---------------------------------------------------------------------- pom.xml | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/66209157/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a774294..9680dce 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,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/xsd/maven-4.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</groupId> @@ -581,6 +581,16 @@ under the License. <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> @@ -616,16 +626,4 @@ under the License. </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>
