From 82e4c147f5c4beffd38e206a828ac83843791695 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 11 Dec 2025 11:59:23 -0500 Subject: [PATCH] Update parent pom version to pick up deploy fix 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 --- .gitignore | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 637ae8b..ec0308e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent spring-boot-30-starter-parent - 3.2.0 + 3.2.1 org.onap.sdnc.apps -- 2.16.6