Skip to content

Commit

Permalink
test: surefire 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Feb 13, 2023
1 parent 73c2281 commit a7c7fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/maven.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Describe "$SUT_TAG run Surefire" {
# -Dplugin='org.apache.maven.plugins:maven-surefire-plugin' works in windowsservercore but not in nanoserver
$exitCode, $stdout, $stderr = Run-Program -Cmd "docker.exe" -Params "run --rm ${SUT_TEST_IMAGE}:${SUT_TAG} mvn -B -ntp -f C:/Temp -Dplugin=surefire help:describe"
$exitCode | Should -Be 0
$stdout | Should -Match "Version: 2.20.1"
$stdout | Should -Match "Version: 2.19.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20.1</version>
<version>2.19.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit a7c7fb8

Please sign in to comment.