You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/11 08:52:47 UTC

[2/3] git commit: updated refs/heads/4.5 to 7d2ffe0

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

(cherry picked from commit 9a38b2f7de79888cdbbb2dca2305d6ec10f81ee0)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.5
Commit: a04dd7162ef7f4287b8573d60c301ac54861f3ff
Parents: 5aedeb7
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Fri Mar 6 17:41:32 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 11 13:08:00 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a04dd716/plugins/hypervisors/kvm/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index c6858f7..f4fb2c4 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>