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/README.txt | |
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/README.txt')
-rw-r--r-- | tca-cdap-container/README.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tca-cdap-container/README.txt b/tca-cdap-container/README.txt deleted file mode 100644 index 62a7a09..0000000 --- a/tca-cdap-container/README.txt +++ /dev/null @@ -1,5 +0,0 @@ -Note: - -Although typically Java jar artifacts have SNAPSHOT version as a.b.c-SNAPSHOT, internally CDAP -identifies the application as a.b.c.SNAPSHOT. Thus, in app_config JSON we must refer to the -application as a.b.c.SNAPSHOT. Otherwise we will have artifact not found error" |