ebarboni commented on code in PR #321:
URL:
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/321#discussion_r3058274523
##########
pom.xml:
##########
@@ -453,7 +453,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.4</version>
+ <version>3.5.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.21.0</version>
+ <configuration>
+ <ignoredVersions>
+ <ignoredVersion>.*-M.*</ignoredVersion>
+ <ignoredVersion>.*-rc.*</ignoredVersion>
+ <ignoredVersion>.*-beta.*</ignoredVersion>
+ <!-- <ignoredVersion>.*-ea.*</ignoredVersion>
+ <ignoredVersion>.*-jdk.*</ignoredVersion>-->
+ <ignoredVersion>.*-alpha.*</ignoredVersion>
+ </ignoredVersions>
+ </configuration>
</plugin>
Review Comment:
some test harness need more rewrite than just version bump.
maybe we could release 14.x as you say. and go for 15 using jdk 17.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists