Updated Branches: refs/heads/update-checkstyle-config 1efb750ab -> 6d72596c0 refs/heads/update-checkstyle-config-1.7.x faf04485d -> 7e8a99d06
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/6d72596c Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/6d72596c Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/6d72596c Branch: refs/heads/update-checkstyle-config Commit: 6d72596c0767a0c77d61f813194fe391aff10469 Parents: 1efb750 Author: Andrew Phillips <[email protected]> Authored: Tue Feb 11 20:36:23 2014 -0500 Committer: Andrew Phillips <[email protected]> Committed: Tue Feb 11 20:36:23 2014 -0500 ---------------------------------------------------------------------- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/6d72596c/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 3bee327..3fb02a6 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>
