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 0bd1e8c commit 95378f2Copy full SHA for 95378f2
scripts/run-native-tests.sh
@@ -3,12 +3,5 @@
3
set -euo pipefail
4
5
./mvnw clean install -DskipTests
6
-
7
-PROJECT_VERSION=$(sed -nE 's/<version>(.*)<\/version>/\1/p' pom.xml | head -1 | xargs)
8
9
cd integration-tests/it-spring-boot-smoke-test
10
11
-# replace the version in the pom.xml
12
-sed -i "s/<version>0.1<\/version>/<version>$PROJECT_VERSION<\/version>/" pom.xml
13
14
../../mvnw test -PnativeTest
0 commit comments