Repository: jclouds-labs-aws
Updated Branches:
  refs/heads/master 9df3a3890 -> 70a3a4f86


Fix poms so that modernizer doesn't fail on snapshot.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/commit/70a3a4f8
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/tree/70a3a4f8
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/diff/70a3a4f8

Branch: refs/heads/master
Commit: 70a3a4f86c82bf2e7b112de1599062141b46b120
Parents: 5843385
Author: Adrian Cole <[email protected]>
Authored: Sun Oct 5 11:07:33 2014 -0700
Committer: Adrian Cole <[email protected]>
Committed: Sun Oct 5 13:20:45 2014 -0700

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-aws/blob/70a3a4f8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4cd2c83..8d35d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,20 @@
     </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>elb</module>
     <module>iam</module>

Reply via email to