blob: a418a75b0a482cedaaee2fb8a6c1296eb34130c4 [file] [log] [blame]
#!/bin/bash
# Ensure we fail the job if any steps fail
set -e -o pipefail
# Strip -SNAPSHOT from pom
find . -name "*.xml" -print0 | xargs -0 sed -i 's/-SNAPSHOT//g'