diff options
author | amshegokar <AS00500801@techmahindra.com> | 2018-09-14 19:30:26 +0530 |
---|---|---|
committer | amshegokar <AS00500801@techmahindra.com> | 2018-09-14 19:30:26 +0530 |
commit | d6680d72e53df89e607f3aa2f84e4b1a28c74a88 (patch) | |
tree | c37cc877f8a83f51cf0dfb63442bfcba1acce83a /snmpmapper | |
parent | f67bc2db9676c54192a019852594a29f33816534 (diff) |
Resolved warning reported in build-VES Mapper
Resolved warning reported in build - VES Mapper
Change-Id: I959c4a60368193daa5781b470e720a1d65ce6d85
Issue-ID: DCAEGEN2-604
Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'snmpmapper')
-rw-r--r-- | snmpmapper/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml index 0180e6a..f0ca669 100644 --- a/snmpmapper/pom.xml +++ b/snmpmapper/pom.xml @@ -97,6 +97,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>2.0.0.RELEASE</version> </plugin> </plugins> |