diff --git a/engine/schema/pom.xml b/engine/schema/pom.xml
index a4a506e96c1..654cd14a25d 100644
--- a/engine/schema/pom.xml
+++ b/engine/schema/pom.xml
@@ -24,7 +24,7 @@
org.apache.cloudstack
cloud-engine
- 4.20.3.0-SNAPSHOT
+ 4.23.0.0-SNAPSHOT
../pom.xml
@@ -73,7 +73,6 @@
-
setproperty
validate
@@ -91,7 +90,6 @@
-
set-properties
generate-sources
@@ -108,7 +106,7 @@
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-xen")
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-ovm")
templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-hyperv")
- File file = new File("${project.basedir}/dist/systemvm-templates/md5sum.txt")
+ File file = new File("./engine/schema/dist/systemvm-templates/sha512sum.txt")
def lines = file.readLines()
for (template in templateList) {
def data = lines.findAll { it.contains(template) }
@@ -131,14 +129,13 @@
1.6.3
-
download-checksums
validate
wget
- ${project.systemvm.template.location}/${cs.version}/md5sum.txt
+ ${project.systemvm.template.location}/${cs.version}/sha512sum.txt
${basedir}/dist/systemvm-templates/
true
true
@@ -208,7 +205,7 @@
true
${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-kvm.qcow2.bz2
${basedir}/dist/systemvm-templates/
- ${kvm.checksum}
+ ${kvm.checksum}
@@ -244,7 +241,7 @@
true
${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-vmware.ova
${basedir}/dist/systemvm-templates/
- ${vmware.checksum}
+ ${vmware.checksum}
@@ -280,7 +277,7 @@
true
${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-xen.vhd.bz2
${basedir}/dist/systemvm-templates/
- ${xen.checksum}
+ ${xen.checksum}
@@ -316,7 +313,7 @@
true
${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-ovm.raw.bz2
${basedir}/dist/systemvm-templates/
- ${ovm.checksum}
+ ${ovm.checksum}
@@ -352,7 +349,7 @@
true
${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-hyperv.vhd.zip
${basedir}/dist/systemvm-templates/
- ${hyperv.checksum}
+ ${hyperv.checksum}