Update parent pom version to pick up deploy fix 36/142736/1 master
authorDan Timoney <dtimoney@att.com>
Thu, 11 Dec 2025 16:51:04 +0000 (11:51 -0500)
committerDan Timoney <dtimoney@att.com>
Thu, 11 Dec 2025 16:51:04 +0000 (11:51 -0500)
Update to latest parent pom version to pick up fix for maven-deploy-plugin incompatibility

Issue-ID: CCSDK-4143
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icc84548fd0bdc9774bea82394f144cecca9dc64a

.gitignore
pom.xml

index 4a62595..c94cf3d 100755 (executable)
@@ -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 3b8d860..1c1e7e8 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</version>
+        <version>3.2.1</version>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>