diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-03-21 16:17:23 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-03-21 16:27:08 +0000 |
commit | ae74cfd469d290a2a9ede5e8ae10fed4851dbbf0 (patch) | |
tree | 0dff93c1487664e9044c7de0368f95459c908c2c /checkstyle | |
parent | 0d7bf6913ab9db89c474c2bfe30a48ccc130e462 (diff) |
Update versions for next release
Update Minor version number (on master) for next release as part of creating
Jakarta release branch
Issue-ID: CPS-952
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ie96ae7ce8997774d3ea27275c73e7d0703257e5e
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 919a79e50b..0c7b09da04 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.cps</groupId> <artifactId>checkstyle</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> |