diff options
Diffstat (limited to 'robot/assets/templates/asdc/software_product.template')
-rw-r--r-- | robot/assets/templates/asdc/software_product.template | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/robot/assets/templates/asdc/software_product.template b/robot/assets/templates/asdc/software_product.template index 6e830ee2..61b26f90 100644 --- a/robot/assets/templates/asdc/software_product.template +++ b/robot/assets/templates/asdc/software_product.template @@ -4,10 +4,7 @@ "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", "onboardingMethod" : "NetworkPackage", - "licensingVersion": { - "id" : "1.0", - "label" : "1.0" - }, + "licensingVersion": "${version_id}", "vendorName": "${vendor_name}", "vendorId": "${vendor_id}", "icon": "icon", @@ -17,4 +14,5 @@ "${feature_group_id}" ] } -}
\ No newline at end of file +} + |