Use released oparent version in policy/parent 30/130930/2
authorliamfallon <liam.fallon@est.tech>
Wed, 14 Sep 2022 12:18:20 +0000 (13:18 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 14 Sep 2022 12:43:21 +0000 (13:43 +0100)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0c4eb5f..743312f 100644 (file)
--- 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>