Skip to content

Commit

Permalink
Set bundle version tag on blueprint files
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Donald Kennedy <[email protected]>
  • Loading branch information
grkvlt committed Dec 1, 2021
1 parent a4c0a44 commit 4b0b4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.bom
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/common-types/mysql5.bom
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion catalog/common-types/tomcat9.bom
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4b0b4d9

Please sign in to comment.