aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-14 13:18:20 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-14 13:43:21 +0100
commit8dde27bf817e1822e3eb2a192e04cef05e6223d1 (patch)
treea8d8aa888cafedb0cb65ba04d96c950ad1219333
parentb01261be40a29ac86378e1e5dd5d298760fb75a0 (diff)
Use released oparent version in policy/parent
Using snapshot versions of oparent no longer seems to work so the builds are failing. Snapshot versions are ignored even if they are in nexus. Issue-ID: POLICY-4134 Change-Id: If83b6a559b0c0e224be85a029ede7097783153f4 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0c4eb5f5..743312f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<!-- When changing, also change the oparent.version property -->
- <version>3.3.2-SNAPSHOT</version>
+ <version>3.3.2</version>
<relativePath />
</parent>
<groupId>org.onap.policy.parent</groupId>
@@ -34,7 +34,7 @@
<packaging>pom</packaging>
<properties>
- <oparent.version>3.3.2-SNAPSHOT</oparent.version>
+ <oparent.version>3.3.2</oparent.version>
</properties>
<modules>