diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-22 12:13:40 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-22 12:16:09 +0100 |
commit | cedcf4a0658f7842e915b0b7cc3e0fde2ba72cac (patch) | |
tree | 46e9c205670ed72eefb42e114634d9ec4a7fda5b /checkstyle | |
parent | a9d629e18bba9d020e1601651dfc939a8816d7ae (diff) |
Bump oparent to 3.3.2-SNAPSHOT
Issue-ID: POLICY-4070
Change-Id: I47d0a3f1786f12b381842dc678e9edfc58d07dd7
Signed-off-by: liamfallon <liam.fallon@est.tech>
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 018118e..df91242 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>version</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>checkstyle</artifactId> |