You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/06 07:01:09 UTC

[2/2] git commit: Revert "Fix poms so that modernizer doesn't fail on snapshot."

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/f38cf0ee
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/f38cf0ee
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/f38cf0ee

Branch: refs/heads/master
Commit: f38cf0ee8258d92afb3ccd58d39578c9b9fa773b
Parents: 89a31b0
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 5 18:52:09 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Mon Oct 6 01:00:54 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/f38cf0ee/azurecompute/pom.xml
----------------------------------------------------------------------
diff --git a/azurecompute/pom.xml b/azurecompute/pom.xml
index 9127081..bd4a90f 100644
--- a/azurecompute/pom.xml
+++ b/azurecompute/pom.xml
@@ -56,20 +56,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/f38cf0ee/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>