You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/11 21:48:23 UTC

[maven-compiler-plugin] branch Java12 updated: Fix IT

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

rfscholte pushed a commit to branch Java12
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/Java12 by this push:
     new a457e53  Fix IT
a457e53 is described below

commit a457e5321d5fd256e314cbcf8f6491f27f9153c9
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Mar 11 22:48:15 2019 +0100

    Fix IT
---
 src/it/MCOMPILER-270_release/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-270_release/pom.xml b/src/it/MCOMPILER-270_release/pom.xml
index c790928..f30f3ce 100644
--- a/src/it/MCOMPILER-270_release/pom.xml
+++ b/src/it/MCOMPILER-270_release/pom.xml
@@ -48,7 +48,7 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>@project.version@</version>
         <configuration>
-          <release>${java.version}</release>
+          <release>${java.specification.version}</release>
         </configuration>
       </plugin>
     </plugins>