diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-03-04 19:05:02 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-03-04 19:05:02 -0500 |
commit | 06cb9298783a82e375c4cadd2d6a3e0da80c1360 (patch) | |
tree | 68f06dffe691b6fe5c74c09a6b114214605d72f8 /checkstyle/pom.xml | |
parent | 50130c04626e0c5b09b344b2e11bb99c62dbf926 (diff) |
Upgrade version number
Honolulu RC0 will be version 1.0.0
Issue-ID: CPS-260
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ib4d464100b7b5814070d41dc911f342f58836442
Diffstat (limited to 'checkstyle/pom.xml')
-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 a592085166..10423cca70 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.2-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> |