diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-08 09:33:58 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-08 09:35:26 -0800 |
commit | 249fd8720d9b019b3f02d75ab2de8cb9479d3499 (patch) | |
tree | f4a36d371e41859c27b377cde252d70b2f8559ac /version-manifest/pom.xml | |
parent | 0752b7967768461e769bba56eb601490d63e75c8 (diff) |
Fix NPE when artifact dependency version is null
Change-Id: I56d6813b54ea769ca4bc6f0d7bf098b12cd0c6bc
Issue-ID: INT-330
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 0826aeb87..361262e83 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -8,7 +8,7 @@ </parent> <groupId>org.onap.integration</groupId> <artifactId>version-manifest</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>ONAP Version Manifest and Maven Plugin</name> <url>https://www.onap.org</url> |