You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2015/03/10 12:49:45 UTC

git commit: updated refs/heads/master to 9a38b2f

Repository: cloudstack
Updated Branches:
  refs/heads/master 520d96724 -> 9a38b2f7d


CLOUDSTACK-8304: disable snapshots from non-snapshot repositories

Signed-off-by: Laszlo Hornyak <la...@gmail.com>
Signed-off-by: Rajani Karuturi <ra...@gmail.com>

This closes #100


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9a38b2f7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9a38b2f7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9a38b2f7

Branch: refs/heads/master
Commit: 9a38b2f7de79888cdbbb2dca2305d6ec10f81ee0
Parents: 520d967
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Fri Mar 6 17:41:32 2015 +0100
Committer: Rajani Karuturi <ra...@gmail.com>
Committed: Tue Mar 10 17:19:09 2015 +0530

----------------------------------------------------------------------
 plugins/hypervisors/kvm/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a38b2f7/plugins/hypervisors/kvm/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index a18e8a7..3f3a3e9 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -22,10 +22,16 @@
     <repository>
       <id>libvirt-org</id>
       <url>http://libvirt.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
     <repository>
       <id>ceph-com</id>
       <url>http://ceph.com/maven</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
     </repository>
   </repositories>
   <dependencies>