diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-08 15:23:08 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-04-08 15:23:08 -0400 |
commit | 202e19444b60eb897fc5d7460c41b9d88a06fb83 (patch) | |
tree | a4ce4c0e2baa7eca53c185cdcc70829784d30c51 /spotbugs | |
parent | b540ec6fbd4c41f7089103f74177a04a8cf384bf (diff) |
Upgrade version number
Issue-ID: CPS-319
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I51ee8898a5d21b6d3c71747774d276671987729c
Diffstat (limited to 'spotbugs')
-rw-r--r-- | spotbugs/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index 6af552288f..fbf333b002 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.cps</groupId> <artifactId>spotbugs</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> |