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
# Ignore pems - these are only intended to aid in local compiles
# and should not be shared
*.pem
+
+# Ignore log files
+*.log
<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>