judovana commented on code in PR #27:
URL: https://github.com/apache/maven-archetypes/pull/27#discussion_r1444312178


##########
maven-archetype-quickstart/src/test/resources/projects/it-java-7/archetype.properties:
##########
@@ -2,4 +2,4 @@ groupId=archetype.it
 artifactId=java-8-quickstart
 version=0.1-SNAPSHOT
 package=it.pkg
-javaCompilerVersion=1.7
+javaCompilerVersion=7

Review Comment:
   are you sure "7" will be recognized?



##########
maven-archetype-quickstart/src/test/resources/projects/it-java-7/reference/pom.xml:
##########
@@ -13,8 +13,8 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>7</maven.compiler.source>
+    <maven.compiler.target>7</maven.compiler.target>

Review Comment:
   likewise



-- 
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-unsubscr...@maven.apache.org

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

Reply via email to