Update to use released Quebec parent pom 58/142258/1 master
authorDan Timoney <dt5972@att.com>
Fri, 10 Oct 2025 18:54:21 +0000 (14:54 -0400)
committerDan Timoney <dt5972@att.com>
Fri, 10 Oct 2025 18:56:38 +0000 (14:56 -0400)
Use released version of parent pom to avoid compile errors due to expired
snapshot version.

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

index 596194f..dc16e5b 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=ccsdk/cds.git
 host=gerrit.onap.org
 port=29418
 project=ccsdk/cds.git
-defaultbranch=paris
+defaultbranch=master
diff --git a/pom.xml b/pom.xml
index 70f6b9b..78a6c55 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-27-jdk-17-starter-parent</artifactId>
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-27-jdk-17-starter-parent</artifactId>
-        <version>3.2.0-SNAPSHOT</version>
+        <version>3.2.0</version>
         <relativePath/>
     </parent>
 
         <relativePath/>
     </parent>