diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-03-05 09:10:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-05 09:10:51 +0000 |
commit | c4bc42b17f3be44c214610cd71b27efe999baefa (patch) | |
tree | 2a147c0271b5202bc5776ee2c3b8ebd4d7d98b21 /checkstyle/pom.xml | |
parent | f05a5032d369a9cf9052bf82ed62bad5cc4ee68b (diff) | |
parent | 06cb9298783a82e375c4cadd2d6a3e0da80c1360 (diff) |
Merge "Upgrade version number"
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> |