aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-06-25 13:43:58 +0100
committerliamfallon <liam.fallon@est.tech>2021-06-28 10:11:27 +0100
commit31d5157f5d55e2b3b0cf35820df80c18f4e5292b (patch)
tree2c901853b1e1e165d7f5cdd59e4fb68cb4c29a0f /pom.xml
parentfbf1f26654e36ea5aa9d30bebcb7779000f1750a (diff)
Update parent pom to fix springboot/checkstyle
This patch swithes the Policy Framework to use the snapshot version of oparent. The spring boot dependency management is added. Issue-ID: POLICY-3209 Change-Id: Ie9ab5b001ed9636fa5b4d96f2d54a7e3e800fec6 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7a62a3ba..25453970 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.parent</groupId>
@@ -32,7 +32,7 @@
<packaging>pom</packaging>
<properties>
- <oparent.version>3.2.0</oparent.version>
+ <oparent.version>3.2.1-SNAPSHOT</oparent.version>
</properties>
<modules>