From 01757742cc0ef0eb2a0d82be0fb7a8023e464d1e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 11 Dec 2025 11:51:04 -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 Signed-off-by: Dan Timoney Change-Id: Icc84548fd0bdc9774bea82394f144cecca9dc64a --- .gitignore | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a62595f..c94cf3db 100755 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,6 @@ direct-dependencies.txt # Ignore pems - these are only intended to aid in local compiles # and should not be shared *.pem + +# Ignore log files +*.log diff --git a/pom.xml b/pom.xml index 3b8d860a..1c1e7e85 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent oparent - 3.2.0 + 3.2.1 org.onap.ccsdk.distribution -- 2.16.6