aboutsummaryrefslogtreecommitdiffstats
path: root/oparent
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-12-14 15:18:52 +0000
committerliamfallon <liam.fallon@est.tech>2022-12-14 15:48:08 +0000
commitf72518a9bde27b5adfb7fa2f731593ee126c60de (patch)
tree56ce5eca9bf230aeddcd740e2ecb93969f983662 /oparent
parent57fc814dbe6f0ca1b29697136fa1b39de6719d15 (diff)
Update snapshots on oparent
Issue-ID: POLICY-4482 Change-Id: Ia718ec163277b8285a80d97ae69045312465fb14 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'oparent')
-rw-r--r--oparent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index b1a8c45..a99385c 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
<!-- When changing, also change the property reference in the file below -->
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>oparent</artifactId>
@@ -447,7 +447,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>[3.3.2,)</version>
+ <version>[3.3.3,)</version>
</dependency>
</dependencies>
<executions>