mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Remove -SNAPSHOT from the the revision that we build in here
This commit is contained in:
@ -18,6 +18,6 @@ fi
|
|||||||
|
|
||||||
POM=$(dirname $0)/../pom.xml
|
POM=$(dirname $0)/../pom.xml
|
||||||
|
|
||||||
echo "Updating $POM <revision> to: $SLUG-SNAPSHOT"
|
echo "Updating $POM <revision> to: $SLUG"
|
||||||
sed -i "s/<revision>.*/<revision>$SLUG-SNAPSHOT<\/revision>/" $POM
|
sed -i "s/<revision>.*/<revision>$SLUG<\/revision>/" $POM
|
||||||
git diff $POM
|
git diff $POM
|
||||||
|
Reference in New Issue
Block a user