Latest release
How to force to check for updates at every startup?
Apache NetBeans Wiki Index
Note: These pages are being reviewed.
NbPreferences.root().node("/org/netbeans/modules/autoupdate").putLong("lastCheckTime", System.currentTimeMillis() - 1000000000);
See also "The Definitive Guide to the NetBeans Platform 7" book, chapter 25.