From 4b0b4d990cb494884ae354542ad4aaafed12b67a Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Wed, 1 Dec 2021 14:24:20 +0000 Subject: [PATCH] Set bundle version tag on blueprint files Signed-off-by: Andrew Donald Kennedy --- catalog/catalog.bom | 2 +- catalog/common-types/mysql5.bom | 2 +- catalog/common-types/tomcat9.bom | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/catalog.bom b/catalog/catalog.bom index ad077cb..c641e03 100644 --- a/catalog/catalog.bom +++ b/catalog/catalog.bom @@ -1,7 +1,7 @@ brooklyn.catalog: bundle: io.brooklyn.three-tier-webapp.brooklyn-three-tier-webapp name: Brooklyn Three Tier App Types - version: 1.1.0-SNAPSHOT # version of this blueprint. + version: 1.1.0-SNAPSHOT # BROOKLYN_THREE_TIER_WEBAPP_VERSION items: - classpath://common-types/tomcat9.bom - classpath://common-types/mysql5.bom diff --git a/catalog/common-types/mysql5.bom b/catalog/common-types/mysql5.bom index 9af18ac..396352f 100644 --- a/catalog/common-types/mysql5.bom +++ b/catalog/common-types/mysql5.bom @@ -17,7 +17,7 @@ # under the License. # brooklyn.catalog: - version: 1.0.0-SNAPSHOT + version: 1.0.0-SNAPSHOT # BROOKLYN_THREE_TIER_WEBAPP_VERSION publish: name: &mysql5Name MySQL 5 Server description: &mysql5Description This is the MySQL 5 blueprint type. diff --git a/catalog/common-types/tomcat9.bom b/catalog/common-types/tomcat9.bom index ef97ecd..ecaa6cd 100644 --- a/catalog/common-types/tomcat9.bom +++ b/catalog/common-types/tomcat9.bom @@ -17,7 +17,7 @@ # under the License. # brooklyn.catalog: - # BROOKLYN_THREE_TIER_WEBAPP_VERSION + version: 1.1.0-SNAPSHOT # BROOKLYN_THREE_TIER_WEBAPP_VERSION publish: name: &tomcat9Name Apache Tomcat 9 Server description: &tomcat9Description This is the Apache Tomcat 9 blueprint type.