Skip to content

Commit

Permalink
Make 1.6 example product final version [#106496798]
Browse files Browse the repository at this point in the history
Signed-off-by: Difan Zhao <dzhao@pivotal.io>
  • Loading branch information
APShirley authored and Difan Zhao committed Oct 27, 2015
1 parent d345359 commit 4d4998e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion example-product/content_migrations/example-product.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
product: example-product
installation_schema_version: "1.6"
to_version: &to_version "1.6.0.0-alpha"
to_version: &to_version "1.6.0.0"

migrations:
- from_version: "1.4.0.0"
Expand Down Expand Up @@ -371,3 +371,8 @@ migrations:
- type: update
selector: "product_version"
to: *to_version
- from_version: "1.5.8.0"
rules:
- type: update
selector: "product_version"
to: *to_version
2 changes: 1 addition & 1 deletion example-product/metadata/example-product.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: example-product
product_version: "1.6.0.0-alpha"
product_version: "1.6.0.0"
metadata_version: "1.6"
label: 'Ops Manager: Example Product'
description: An example product to demonstrate Ops Manager product-author features
Expand Down

0 comments on commit 4d4998e

Please sign in to comment.