matthiasblaesing commented on issue #1239: Updating to Apache NetBeans HTML/Java API version 1.6.1 URL: https://github.com/apache/netbeans/pull/1239#issuecomment-490957701 The change looks sane, the license files though need also to be updated - from the failing test: ``` platform/net.java.html.boot/external/net.java.html.boot-1.6.1-license.txt does not contain the version 1.5 in its name platform/net.java.html.boot.fx/external/net.java.html.boot.fx-1.6.1-license.txt does not contain the version 1.5 in its name platform/net.java.html.boot.script/external/net.java.html.boot.script-1.6.1-license.txt does not contain the version 1.5 in its name platform/net.java.html.geo/external/net.java.html.geo-1.6.1-license.txt does not contain the version 1.5 in its name platform/net.java.html.json/external/net.java.html.json-1.6.1-license.txt does not contain the version 1.5 in its name platform/net.java.html.sound/external/net.java.html.sound-1.6.1-license.txt does not contain the version 1.5 in its name platform/o.n.html.ko4j/external/ko4j-1.6.1-license.txt does not contain the version 1.5 in its name platform/o.n.html.xhr4j/external/xhr4j-1.6.1-license.txt does not contain the version 1.5 in its name ``` you'll need to replace the `Version: 1.5` line with `Version: 1.6.1`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
