// If CMS VM version is not the same as the parent vApp version,
// update the parent vApp version
if (!cmsVersion.equals(vAppVersion) || !cmsFullVersion.equals(vAppFullVersion)) {
//not found, should add this property
prodSpec = new ProductSpecImpl();
ProductInfo prod = new ProductInfoImpl();
prod.setKey(0);
prod.setVersion(cmsVersion);
prod.setFullVersion(cmsFullVersion);
prodSpec.setInfo(prod);