Lusheng Ji | 3622f7a | 2018-04-04 21:51:34 -0400 | [diff] [blame] | 1 | Note: |
2 | |||||
3 | Although typically Java jar artifacts have SNAPSHOT version as a.b.c-SNAPSHOT, internally CDAP | ||||
4 | identifies the application as a.b.c.SNAPSHOT. Thus, in app_config JSON we must refer to the | ||||
5 | application as a.b.c.SNAPSHOT. Otherwise we will have artifact not found error" |