Hi All
I was search around how people made their plugin to support netbeans 9.0,
and I found this plugin
"NbScratchFile<http://plugins.netbeans.org/plugin/58020/nbscratchfile>"
(https://github.com/Chris2011/NbScratchFile/blob/master/pom.xml) is submitted
for netbeans 9.0 in plugin central, but it is still using RELEASE82. How come
this happen?
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>net-java-html</artifactId>
<version>RELEASE82</version>
</dependency>
Thanks
>From Peter
