Skip to content

Commit 718d34f

Browse files
sormurasmarcphilipp
authored andcommitted
Bump Maven plugin versions
Bump Maven plugin versions in integration test project. Might also resolve issue #2764
1 parent 5ad402c commit 718d34f

File tree

1 file changed

+5
-2
lines changed
  • platform-tooling-support-tests/projects/multi-release-jar/default

1 file changed

+5
-2
lines changed

platform-tooling-support-tests/projects/multi-release-jar/default/pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugins>
3535
<plugin>
3636
<artifactId>maven-compiler-plugin</artifactId>
37-
<version>3.8.0</version>
37+
<version>3.8.1</version>
3838
<configuration>
3939
<release>11</release>
4040
</configuration>
@@ -45,10 +45,13 @@
4545
<plugin>
4646
<groupId>de.sormuras.junit</groupId>
4747
<artifactId>junit-platform-maven-plugin</artifactId>
48-
<version>1.0.0-M5</version>
48+
<version>1.1.5</version>
4949
<extensions>true</extensions>
5050
<configuration>
5151
<executor>JAVA</executor>
52+
<tweaks>
53+
<disableAnsi>true</disableAnsi>
54+
</tweaks>
5255
</configuration>
5356
</plugin>
5457
</plugins>

0 commit comments

Comments
 (0)