Repository: jclouds-labs Updated Branches: refs/heads/remove-snapshot-repo [created] b82b6bccc
Revert "Fix poms so that modernizer doesn't fail on snapshot." This reverts commit 0cbcf181c505af0eb8da705724c71dcceec8d721. The snapshot repository has now been added to the jclouds-project POM. See commit 79d4b48 to jclouds/jclouds. Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/b82b6bcc Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/b82b6bcc Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/b82b6bcc Branch: refs/heads/remove-snapshot-repo Commit: b82b6bccc901fe1d16c196f3557fa8a5cc29aadd Parents: d7bc430 Author: Andrew Phillips <[email protected]> Authored: Sun Oct 5 18:52:09 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Sun Oct 5 18:52:09 2014 -0400 ---------------------------------------------------------------------- azurecompute/pom.xml | 14 -------------- pom.xml | 14 -------------- 2 files changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/b82b6bcc/azurecompute/pom.xml ---------------------------------------------------------------------- diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml index f83ed52..9271498 100644 --- a/azurecompute/pom.xml +++ b/azurecompute/pom.xml @@ -59,20 +59,6 @@ </repository> </repositories> - <!-- For modernizer, which depends on jclouds-resources snapshot. --> - <pluginRepositories> - <pluginRepository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <dependencies> <dependency> <groupId>com.jamesmurty.utils</groupId> http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/b82b6bcc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 37c43ec..9140562 100644 --- a/pom.xml +++ b/pom.xml @@ -64,20 +64,6 @@ </repository> </repositories> - <!-- For modernizer, which depends on jclouds-resources snapshot. --> - <pluginRepositories> - <pluginRepository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - <modules> <module>azurecompute</module> <module>docker</module>
