You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/02/12 18:44:06 UTC

[GitHub] [maven-integration-testing] MartinKanters commented on a change in pull request #137: Set Maven compiler and release versions to 7 for integration test projects

MartinKanters commented on a change in pull request #137:
URL: https://github.com/apache/maven-integration-testing/pull/137#discussion_r805191451



##########
File path: core-it-suite/src/test/resources/mng-7045/pom.xml
##########
@@ -25,8 +25,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.8.1</version>
         <configuration>
-          <source>8</source>
-          <target>8</target>
+          <source>7</source>

Review comment:
       Good point, I was a bit too hasty there. For my JDK (OpenJDK) it worked with "7", but made it "1.7" just to be sure. It works with that as well.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org