JCLOUDS-16. Fixing parent POM.

This commit is contained in:
Andrew Bayer 2013-05-13 12:20:32 -07:00
parent efc0e9dcd2
commit fee105a9f5
1 changed files with 14 additions and 12 deletions

View File

@ -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>
@ -78,6 +78,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>
@ -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>