You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/08/13 08:39:42 UTC

[GitHub] jtulach opened a new pull request #670: Signatures as of release 9.0

jtulach opened a new pull request #670: Signatures as of release 9.0
URL: https://github.com/apache/incubator-netbeans/pull/670
 
 
   I've just generated snapshots of APIs as of release 9.0 as advocated at [SignatureTest](http://wiki.netbeans.org/SignatureTest) to be done after each release:
   ```bash
   incubator-netbeans$ git checkout release90 -f
   incubator-netbeans$ ant clean build
   incubator-netbeans$ ant gen-sigtests-release
   incubator-netbeans$ git status --short | cut -c 4- | xargs zip /tmp/sig.zip
   ```
   and I am updating the latest `master` with the content of the ZIP:
   ```bash
   incubator-netbeans$ git checkout -f master 
   incubator-netbeans$ unzip /tmp/sig.zip 
   ```
   With this change we shall never regress our APIs with respect to 9.0 release.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists