lhotari commented on code in PR #38:
URL: https://github.com/apache/nifi-maven/pull/38#discussion_r1627611285


##########
pom.xml:
##########
@@ -71,32 +71,28 @@
         <url>https://issues.apache.org/jira/browse/NIFI</url>
     </issueManagement>
     <properties>
-        <!-- Set minimum Java version for maven-enforcer-plugin from parent 
POM -->
-        <minimalJavaBuildVersion>1.8.0-251</minimalJavaBuildVersion>
-        <!-- Set minimum Maven version for maven-enforcer-plugin from parent 
POM -->
-        <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.release>21</maven.compiler.release>

Review Comment:
   We happen to use nifi-nar-maven-plugin in Apache Pulsar extensively. It 
would be great if the maven plugin could be built and published with 
`<maven.compiler.release>17</maven.compiler.release>`.



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

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

Reply via email to