diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 11:29:49 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-02-22 11:35:45 -0500 |
commit | 76903e5becf6db73aa5de208007231f1e87acee7 (patch) | |
tree | dc39aee9ebb72c87b357d564926889f3d8fac758 /checkstyle | |
parent | 861ecab596c548d77cc18f1581a992159ada82ee (diff) |
Upgrade version number
Issue-ID: CPS-175
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I23bdd1b406e2076c612c06c1677af4440c0b883f
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 83d1808909..a592085166 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.cps</groupId> <artifactId>checkstyle</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.2-SNAPSHOT</version> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> |