Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
ci: fixed verify script snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Nov 16, 2021
1 parent d7d15fd commit 218b2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ trap cleanup EXIT
git clone --depth=1 https://github.com/${target}.git $testdir
cd $testdir

sed '0,/<version>/s/<version>.*<\/version>/<version>1.0-SNAPSHOT<\/version>/' -i pom.xml
sed '0,/<version>/s/<version>.*<\/version>/<version>2.0-SNAPSHOT<\/version>/' -i pom.xml
mvn compile -B
mvn test-compile -B

0 comments on commit 218b2cb

Please sign in to comment.