Update parent pom version to pick up deploy fix 40/142740/1 master
authorDan Timoney <dt5972@att.com>
Thu, 11 Dec 2025 16:59:23 +0000 (11:59 -0500)
committerDan Timoney <dt5972@att.com>
Thu, 11 Dec 2025 16:59:23 +0000 (11:59 -0500)
Update to latest parent pom version to pick up fix for maven-deploy-plugin incompatibility

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

index 637ae8b..ec0308e 100644 (file)
@@ -42,3 +42,6 @@ out/
 ## Folders which contain auto generated source code ##
 yang-gen-config
 yang-gen-sal
+
+# log files
+*.log
diff --git a/pom.xml b/pom.xml
index 2355d8b..42cadb0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-30-starter-parent</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.1</version>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>