We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a98c0 commit 1ccede4Copy full SHA for 1ccede4
github-build.sh
@@ -2,7 +2,7 @@
2
set -ev
3
4
getVersion() {
5
- grep -m1 -o '[^<>]*-SNAPSHOT' pom.xml
+ grep -m1 -o "<version>.*</version>$" pom.xml | awk -F'[><]' '{print $3}'
6
}
7
8
removeSnapshots() {
0 commit comments