You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/04/12 01:11:11 UTC

[maven-surefire] 02/04: Upgraded maven-compiler-plugin:3.8.0 in IT

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch 1546-1222
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 524056646bcfb27823c2ee63277d345a5efe1e2d
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Apr 6 05:58:05 2019 +0200

    Upgraded maven-compiler-plugin:3.8.0 in IT
---
 surefire-its/src/test/resources/junit-platform-engine-jupiter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/src/test/resources/junit-platform-engine-jupiter/pom.xml b/surefire-its/src/test/resources/junit-platform-engine-jupiter/pom.xml
index bbcc715..15d76b5 100644
--- a/surefire-its/src/test/resources/junit-platform-engine-jupiter/pom.xml
+++ b/surefire-its/src/test/resources/junit-platform-engine-jupiter/pom.xml
@@ -60,7 +60,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.7.0</version>
+                <version>3.8.0</version>
                 <configuration>
                     <encoding>UTF-8</encoding>
                 </configuration>