JCLOUDS-16. Fixing 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/fee105a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/fee105a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/fee105a9 Branch: refs/heads/1.6.x Commit: fee105a9f5767f18936f6759003810a85409bb0a Parents: efc0e9d Author: Andrew Bayer <[email protected]> Authored: Mon May 13 12:20:32 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 13:10:07 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/fee105a9/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 0377338..260359d 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</groupId> <artifactId>jclouds-project</artifactId> @@ -79,6 +79,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-nexus-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases> @@ -103,14 +113,6 @@ under the License. </pluginRepositories> <distributionManagement> - <repository> - <id>sonatype-nexus-staging</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> - </repository> - <snapshotRepository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - </snapshotRepository> <site> <id>jclouds-github-pages-site</id> <url>${maven.site.url.base}/${project.version}</url> @@ -561,7 +563,7 @@ under the License. </goals> <configuration> <resourceBundles> - <resourceBundle>org.jclouds:jclouds-resources:${project.version}</resourceBundle> + <resourceBundle>org.apache.jclouds:jclouds-resources:${project.version}</resourceBundle> </resourceBundles> </configuration> </execution>
