diff options
author | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-03-02 15:18:48 -0500 |
---|---|---|
committer | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-03-02 15:21:04 -0500 |
commit | 4da6618d7a8b03594cfdd642811b72ffa308bcff (patch) | |
tree | e15ad524dca650e433b38b52ee81e8c91ad33b1a /pom.xml | |
parent | 523f37fb7d255e436daf5320c7fd09c872f1be59 (diff) |
skip blueprint parsing exceptions for invalid YAML
Allow blueprint records to be displayed by skipping records with invalid
YAML.
Issue-ID: DCAEGEN2-2120
Change-Id: I025bfc27e175683005400ab094c8a430191f56f4
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ <!-- Maven parent project for convenience of building and cleaning --> <groupId>org.onap.ccsdk.dashboard</groupId> <artifactId>ccsdk-app-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-dashboard</name> |