With the current parent POM version, http URLs are being used to publish artifacts to Nexus, causing the build to fail. Updating the parent POM to use https URLs to resolve this issue.
Fix the CRLF injection in log messages reported by SpotBugs after updating the parent pom.
Purpose
http
URLs are being used to publish artifacts to Nexus, causing the build to fail. Updating the parent POM to usehttps
URLs to resolve this issue.