diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-10 23:54:18 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-10 23:56:08 -0400 |
commit | 1dd7a994e8fbe1c9c00f5f15b986e033587c66d5 (patch) | |
tree | b05c497639caaa7cdd7cb597095f9ef460ce646a /tca-cdap-container/tca_app_config.json | |
parent | 0a48eea0389b32ba0a622d01a6acdd4e660cff72 (diff) |
Fix config format backwards compatibility
Issue-ID: DCAEGEN2-501
Change-Id: I8638518c7e72547d6fc4262f4e815dede9b9fb78
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'tca-cdap-container/tca_app_config.json')
-rw-r--r-- | tca-cdap-container/tca_app_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tca-cdap-container/tca_app_config.json b/tca-cdap-container/tca_app_config.json index d6adcb7..24234dc 100644 --- a/tca-cdap-container/tca_app_config.json +++ b/tca-cdap-container/tca_app_config.json @@ -2,7 +2,7 @@ "artifact": { "name": "dcae-analytics-cdap-tca", "scope": "user", - "version": "2.2.0.SNAPSHOT" + "version": "2.2.1" }, "config": { "appDescription": "DCAE Analytics Threshold Crossing Alert Application", |