Changing plugin snapshot repository from Sonatype OSS to Apache Snapshots The Checkstyle plugin deps require a jclouds-resources snapshot version
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/7e8a99d0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/7e8a99d0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/7e8a99d0 Branch: refs/heads/update-checkstyle-config-1.7.x Commit: 7e8a99d0607687287eef85b20502ff40498f580c Parents: faf0448 Author: Andrew Phillips <[email protected]> Authored: Tue Feb 11 20:36:23 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 20:37:33 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/7e8a99d0/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 56ead21..f112adc 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -98,8 +98,8 @@ </repositories> <pluginRepositories> <pluginRepository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases>
