Update to use released Quebec parent pom 56/142256/1 master
authorDan Timoney <dt5972@att.com>
Fri, 10 Oct 2025 17:09:49 +0000 (13:09 -0400)
committerDan Timoney <dt5972@att.com>
Fri, 10 Oct 2025 17:09:49 +0000 (13:09 -0400)
Update to use released version of parent pom to avoid compile error due to expired snapshot.

Issue-ID: CCSDK-4136
Change-Id: I9b42d661498c5bef7b2951e6228b39979645c0ba
Signed-off-by: Dan Timoney <dt5972@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5997421..816d160 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>oparent</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
+        <version>3.2.0</version>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>