diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:32:32 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:33:35 +0200 |
commit | f0ed5480d8847c6b92f717b713351d70dd88cac7 (patch) | |
tree | 880bc64f1decc0cd47e474b7a4f0311893bb9537 /pom.xml | |
parent | 508a8781ffa9ce323a7e57e13fa5708ad005d2f0 (diff) |
Fix blank space crash in tosca
Fix the crash that occurs when a blank space is found in the metadata section
Issue-ID: CLAMP-801
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3d66991378bd44fbb7d19a5048091e307589677a
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.clamp</groupId> <artifactId>clds</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.2-SNAPSHOT</version> <name>clamp</name> |