@@ -45,15 +45,15 @@ public final class MavenVersionSettings {
4545 static {
4646 // TODO update periodically - modifications might require unit test adjustments (e.g NBMNativeMWITest)
4747 // (e.g NBMNativeMWITest checks the compiler plugin version)
48- String nb_version = "RELEASE280 " ;
48+ String nb_version = "RELEASE300 " ;
4949 String nb_utilities_version = "14.4" ;
5050 fallback = Map .ofEntries (
5151 entry (key ("org.netbeans.api" , "org-netbeans-modules-editor" ), nb_version ), // represents all other nb artifacts
52- entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_COMPILER ), "3.14.1 " ),
53- entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_JAR ), "3.4.2 " ),
54- entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_RESOURCES ), "3.3.1 " ),
55- entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_FAILSAFE ), "3.5.4 " ),
56- entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_SUREFIRE ), "3.5.4 " ),
52+ entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_COMPILER ), "3.15.0 " ),
53+ entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_JAR ), "3.5.0 " ),
54+ entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_RESOURCES ), "3.5.0 " ),
55+ entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_FAILSAFE ), "3.5.5 " ),
56+ entry (key (Constants .GROUP_APACHE_PLUGINS , Constants .PLUGIN_SUREFIRE ), "3.5.5 " ),
5757 entry (key ("org.apache.netbeans.utilities" , "utilities-parent" ), nb_utilities_version ),
5858 entry (key ("org.apache.netbeans.utilities" , "nbm-maven-harness" ), nb_utilities_version ),
5959 entry (key ("org.apache.netbeans.utilities" , "nbm-shared" ), nb_utilities_version ),
0 commit comments