You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Jaroslav Tulach <ja...@gmail.com> on 2018/11/04 07:25:58 UTC

[VOTE] Release Apache NetBeans HTML/Java API version 1.6

Dear members of Apache NetBeans community.
I have finally found some spare time and managed to upload HTML/Java API
bits to [Apache Nexus](https://repository.apache.org/) staging repository.
The upload is the final piece in the whole HTML/Java API donation process -
it was only possible now, when the netbeans.org domain (and thus
org.netbeans.html groupId) has been donated to Apache Foundation.

To finish the whole process, I am calling for a vote on Apache NetBeans
HTML/Java 1.6 release. The release is staged at

https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/

In addition to that the Maven artifacts built from the same changeset
[release-1.6](
https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
are available at the following staging repository:

https://repository.apache.org/content/repositories/orgapachenetbeans-1001/

Please do some testing and cast your vote by Wednesday Nov 7, 2018. Thanks
for your support.
-jt

PS: This release of HTML/Java API doesn't influence release 10 of Apache
NetBeans in any way
PPS: You can test the Maven bits by adding following snippet (with
appropriate XML closing tags) to your $HOME/.m2/settings.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <profiles>
        <profile>
            <activation>
                <file>
                    <exists>.</exists>
                </file>
            </activation>
            <repositories>
                <repository>
                    <id>html-java-api-1.6</id>
                    <url>
https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
</url>
                </repository>
            </repositories>
            <pluginRepositories>
                <pluginRepository>
                    <id>html-java-api-1.6</id>
                    <url>
https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
</url>
                </pluginRepository>
            </pluginRepositories>
        </profile>

[CANCELLED][VOTE] Re: [REJECTED] Release Apache NetBeans HTML/Java API version 1.6

Posted by Jaroslav Tulach <ja...@gmail.com>.
Resending with [CANCELLED][VOTE] in the subject to properly cancel the first 
(early November) vote on version 1.6.

The second vote (finished in December) isn't affected by this email and still 
remains approved.
-jt

Dne sobota 10. listopadu 2018 15:53:43 CET, Jaroslav Tulach napsal(a):
> OK, the proposed bits are rejected then. I'll prepare new ones and initiate
> new vote. Thanks for testing.
> -jt
> 
> út 6. 11. 2018 v 8:09 odesílatel Anton Epple <to...@eppleton.de>
> 
> napsal:
> > -1 In the meantime I had some failing tests when testing with dukescript
> > presenters and I confirmed with Jaroslav that the issue is in the proposed
> > 1.6 release
> > 
> > Toni
> > 
> > Am 04.11.18, 16:05 schrieb "Anton Epple" <to...@eppleton.de>:
> >     +1
> >     
> >     Tested running with DukeScript Demos Project (
> > 
> > https://github.com/dukescript/dukescript-demos)
> > 
> >     All 5 Demos build fine. I tested running 5 of them with WebView
> > 
> > Presenter and one with bck2brwsr without any problems.
> > 
> >     Thanks for the great work!
> >     
> >     Toni
> >     
> >     Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <
> > 
> > jaroslav.tulach@gmail.com>:
> >         Dear members of Apache NetBeans community.
> >         I have finally found some spare time and managed to upload
> > 
> > HTML/Java API
> > 
> >         bits to [Apache Nexus](https://repository.apache.org/) staging
> > 
> > repository.
> > 
> >         The upload is the final piece in the whole HTML/Java API donation
> > 
> > process -
> > 
> >         it was only possible now, when the netbeans.org domain (and thus
> >         org.netbeans.html groupId) has been donated to Apache Foundation.
> >         
> >         To finish the whole process, I am calling for a vote on Apache
> > 
> > NetBeans
> > 
> >         HTML/Java 1.6 release. The release is staged at
> > 
> > https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbe
> > ans-html4j/incubating-netbeans-html4j-1.6/> 
> >         In addition to that the Maven artifacts built from the same
> > 
> > changeset
> > 
> >         [release-1.6](
> > 
> > https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
> > 
> >         are available at the following staging repository:
> > https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
> > 
> >         Please do some testing and cast your vote by Wednesday Nov 7,
> > 
> > 2018. Thanks
> > 
> >         for your support.
> >         -jt
> >         
> >         PS: This release of HTML/Java API doesn't influence release 10 of
> > 
> > Apache
> > 
> >         NetBeans in any way
> >         PPS: You can test the Maven bits by adding following snippet (with
> >         appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
> >         
> >         <?xml version="1.0" encoding="UTF-8"?>
> >         <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
> > 
> > xmlns:xsi="
> > 
> >         http://www.w3.org/2001/XMLSchema-instance"
> >         
> >           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
> >         
> >         http://maven.apache.org/xsd/settings-1.0.0.xsd">
> >         
> >             <profiles>
> >             
> >                 <profile>
> >                 
> >                     <activation>
> >                     
> >                         <file>
> >                         
> >                             <exists>.</exists>
> >                         
> >                         </file>
> >                     
> >                     </activation>
> >                     <repositories>
> >                     
> >                         <repository>
> >                         
> >                             <id>html-java-api-1.6</id>
> >                             <url>
> > 
> > https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
> > 
> >         </url>
> >         
> >                         </repository>
> >                     
> >                     </repositories>
> >                     <pluginRepositories>
> >                     
> >                         <pluginRepository>
> >                         
> >                             <id>html-java-api-1.6</id>
> >                             <url>
> > 
> > https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
> > 
> >         </url>
> >         
> >                         </pluginRepository>
> >                     
> >                     </pluginRepositories>
> >                 
> >                 </profile>
> >     
> >     ---------------------------------------------------------------------
> >     To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > 
> >     For additional commands, e-mail:
> > dev-help@netbeans.incubator.apache.org
> > 
> >     For further information about the NetBeans mailing lists, visit:
> >     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





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

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




RE: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

Posted by Mike Billman <mi...@qcsoftware.com>.
Question -

When I go to about, I see the following

Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)

Should the part about 8.2 patch 2 be in there?

Mike

-----Original Message-----
From: Anton Epple <to...@eppleton.de> 
Sent: Tuesday, November 6, 2018 2:09 AM
To: dev@netbeans.incubator.apache.org
Subject: Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

-1 In the meantime I had some failing tests when testing with dukescript presenters and I confirmed with Jaroslav that the issue is in the proposed 1.6 release

Toni



Am 04.11.18, 16:05 schrieb "Anton Epple" <to...@eppleton.de>:

    +1
    
    Tested running with DukeScript Demos Project (https://github.com/dukescript/dukescript-demos)
    
    All 5 Demos build fine. I tested running 5 of them with WebView Presenter and one with bck2brwsr without any problems.
    
    Thanks for the great work!
    
    Toni
    
    Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <ja...@gmail.com>:
    
        Dear members of Apache NetBeans community.
        I have finally found some spare time and managed to upload HTML/Java API
        bits to [Apache Nexus](https://repository.apache.org/) staging repository.
        The upload is the final piece in the whole HTML/Java API donation process -
        it was only possible now, when the netbeans.org domain (and thus
        org.netbeans.html groupId) has been donated to Apache Foundation.
        
        To finish the whole process, I am calling for a vote on Apache NetBeans
        HTML/Java 1.6 release. The release is staged at
        
        https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
        
        In addition to that the Maven artifacts built from the same changeset
        [release-1.6](
        https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
        are available at the following staging repository:
        
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        
        Please do some testing and cast your vote by Wednesday Nov 7, 2018. Thanks
        for your support.
        -jt
        
        PS: This release of HTML/Java API doesn't influence release 10 of Apache
        NetBeans in any way
        PPS: You can test the Maven bits by adding following snippet (with
        appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
        
        <?xml version="1.0" encoding="UTF-8"?>
        <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="
        http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
        http://maven.apache.org/xsd/settings-1.0.0.xsd">
            <profiles>
                <profile>
                    <activation>
                        <file>
                            <exists>.</exists>
                        </file>
                    </activation>
                    <repositories>
                        <repository>
                            <id>html-java-api-1.6</id>
                            <url>
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        </url>
                        </repository>
                    </repositories>
                    <pluginRepositories>
                        <pluginRepository>
                            <id>html-java-api-1.6</id>
                            <url>
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        </url>
                        </pluginRepository>
                    </pluginRepositories>
                </profile>
        
    
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
    For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
    
    For further information about the NetBeans mailing lists, visit:
    https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
    
    
    
    



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

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




[REJECTED] Release Apache NetBeans HTML/Java API version 1.6

Posted by Jaroslav Tulach <ja...@gmail.com>.
OK, the proposed bits are rejected then. I'll prepare new ones and initiate
new vote. Thanks for testing.
-jt

út 6. 11. 2018 v 8:09 odesílatel Anton Epple <to...@eppleton.de>
napsal:

> -1 In the meantime I had some failing tests when testing with dukescript
> presenters and I confirmed with Jaroslav that the issue is in the proposed
> 1.6 release
>
> Toni
>
>
>
> Am 04.11.18, 16:05 schrieb "Anton Epple" <to...@eppleton.de>:
>
>     +1
>
>     Tested running with DukeScript Demos Project (
> https://github.com/dukescript/dukescript-demos)
>
>     All 5 Demos build fine. I tested running 5 of them with WebView
> Presenter and one with bck2brwsr without any problems.
>
>     Thanks for the great work!
>
>     Toni
>
>     Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <
> jaroslav.tulach@gmail.com>:
>
>         Dear members of Apache NetBeans community.
>         I have finally found some spare time and managed to upload
> HTML/Java API
>         bits to [Apache Nexus](https://repository.apache.org/) staging
> repository.
>         The upload is the final piece in the whole HTML/Java API donation
> process -
>         it was only possible now, when the netbeans.org domain (and thus
>         org.netbeans.html groupId) has been donated to Apache Foundation.
>
>         To finish the whole process, I am calling for a vote on Apache
> NetBeans
>         HTML/Java 1.6 release. The release is staged at
>
>
> https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
>
>         In addition to that the Maven artifacts built from the same
> changeset
>         [release-1.6](
>
> https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
>         are available at the following staging repository:
>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>
>         Please do some testing and cast your vote by Wednesday Nov 7,
> 2018. Thanks
>         for your support.
>         -jt
>
>         PS: This release of HTML/Java API doesn't influence release 10 of
> Apache
>         NetBeans in any way
>         PPS: You can test the Maven bits by adding following snippet (with
>         appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
>
>         <?xml version="1.0" encoding="UTF-8"?>
>         <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
> xmlns:xsi="
>         http://www.w3.org/2001/XMLSchema-instance"
>           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>         http://maven.apache.org/xsd/settings-1.0.0.xsd">
>             <profiles>
>                 <profile>
>                     <activation>
>                         <file>
>                             <exists>.</exists>
>                         </file>
>                     </activation>
>                     <repositories>
>                         <repository>
>                             <id>html-java-api-1.6</id>
>                             <url>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>         </url>
>                         </repository>
>                     </repositories>
>                     <pluginRepositories>
>                         <pluginRepository>
>                             <id>html-java-api-1.6</id>
>                             <url>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>         </url>
>                         </pluginRepository>
>                     </pluginRepositories>
>                 </profile>
>
>
>
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
>     For additional commands, e-mail:
> dev-help@netbeans.incubator.apache.org
>
>     For further information about the NetBeans mailing lists, visit:
>     https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

Posted by Anton Epple <to...@eppleton.de>.
-1 In the meantime I had some failing tests when testing with dukescript presenters and I confirmed with Jaroslav that the issue is in the proposed 1.6 release

Toni



Am 04.11.18, 16:05 schrieb "Anton Epple" <to...@eppleton.de>:

    +1
    
    Tested running with DukeScript Demos Project (https://github.com/dukescript/dukescript-demos)
    
    All 5 Demos build fine. I tested running 5 of them with WebView Presenter and one with bck2brwsr without any problems.
    
    Thanks for the great work!
    
    Toni
    
    Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <ja...@gmail.com>:
    
        Dear members of Apache NetBeans community.
        I have finally found some spare time and managed to upload HTML/Java API
        bits to [Apache Nexus](https://repository.apache.org/) staging repository.
        The upload is the final piece in the whole HTML/Java API donation process -
        it was only possible now, when the netbeans.org domain (and thus
        org.netbeans.html groupId) has been donated to Apache Foundation.
        
        To finish the whole process, I am calling for a vote on Apache NetBeans
        HTML/Java 1.6 release. The release is staged at
        
        https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
        
        In addition to that the Maven artifacts built from the same changeset
        [release-1.6](
        https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
        are available at the following staging repository:
        
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        
        Please do some testing and cast your vote by Wednesday Nov 7, 2018. Thanks
        for your support.
        -jt
        
        PS: This release of HTML/Java API doesn't influence release 10 of Apache
        NetBeans in any way
        PPS: You can test the Maven bits by adding following snippet (with
        appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
        
        <?xml version="1.0" encoding="UTF-8"?>
        <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="
        http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
        http://maven.apache.org/xsd/settings-1.0.0.xsd">
            <profiles>
                <profile>
                    <activation>
                        <file>
                            <exists>.</exists>
                        </file>
                    </activation>
                    <repositories>
                        <repository>
                            <id>html-java-api-1.6</id>
                            <url>
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        </url>
                        </repository>
                    </repositories>
                    <pluginRepositories>
                        <pluginRepository>
                            <id>html-java-api-1.6</id>
                            <url>
        https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
        </url>
                        </pluginRepository>
                    </pluginRepositories>
                </profile>
        
    
    
    
    ---------------------------------------------------------------------
    To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
    For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
    
    For further information about the NetBeans mailing lists, visit:
    https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
    
    
    
    



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

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




Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
+1

I looked at the source code, found nothing strange, looked at NOTICE,
DEPENDENCIES, LICENSE, etc, they all look good.

Great! Even more progress!

Gj


On Sun, Nov 4, 2018 at 4:04 PM Anton Epple <to...@eppleton.de> wrote:

> +1
>
> Tested running with DukeScript Demos Project (
> https://github.com/dukescript/dukescript-demos)
>
> All 5 Demos build fine. I tested running 5 of them with WebView Presenter
> and one with bck2brwsr without any problems.
>
> Thanks for the great work!
>
> Toni
>
> Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <ja...@gmail.com>:
>
>     Dear members of Apache NetBeans community.
>     I have finally found some spare time and managed to upload HTML/Java
> API
>     bits to [Apache Nexus](https://repository.apache.org/) staging
> repository.
>     The upload is the final piece in the whole HTML/Java API donation
> process -
>     it was only possible now, when the netbeans.org domain (and thus
>     org.netbeans.html groupId) has been donated to Apache Foundation.
>
>     To finish the whole process, I am calling for a vote on Apache NetBeans
>     HTML/Java 1.6 release. The release is staged at
>
>
> https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
>
>     In addition to that the Maven artifacts built from the same changeset
>     [release-1.6](
>     https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
>     are available at the following staging repository:
>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>
>     Please do some testing and cast your vote by Wednesday Nov 7, 2018.
> Thanks
>     for your support.
>     -jt
>
>     PS: This release of HTML/Java API doesn't influence release 10 of
> Apache
>     NetBeans in any way
>     PPS: You can test the Maven bits by adding following snippet (with
>     appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
>
>     <?xml version="1.0" encoding="UTF-8"?>
>     <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="
>     http://www.w3.org/2001/XMLSchema-instance"
>       xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
>     http://maven.apache.org/xsd/settings-1.0.0.xsd">
>         <profiles>
>             <profile>
>                 <activation>
>                     <file>
>                         <exists>.</exists>
>                     </file>
>                 </activation>
>                 <repositories>
>                     <repository>
>                         <id>html-java-api-1.6</id>
>                         <url>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>     </url>
>                     </repository>
>                 </repositories>
>                 <pluginRepositories>
>                     <pluginRepository>
>                         <id>html-java-api-1.6</id>
>                         <url>
>
> https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
>     </url>
>                     </pluginRepository>
>                 </pluginRepositories>
>             </profile>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-help@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: [VOTE] Release Apache NetBeans HTML/Java API version 1.6

Posted by Anton Epple <to...@eppleton.de>.
+1

Tested running with DukeScript Demos Project (https://github.com/dukescript/dukescript-demos)

All 5 Demos build fine. I tested running 5 of them with WebView Presenter and one with bck2brwsr without any problems.

Thanks for the great work!

Toni

Am 04.11.18, 08:27 schrieb "Jaroslav Tulach" <ja...@gmail.com>:

    Dear members of Apache NetBeans community.
    I have finally found some spare time and managed to upload HTML/Java API
    bits to [Apache Nexus](https://repository.apache.org/) staging repository.
    The upload is the final piece in the whole HTML/Java API donation process -
    it was only possible now, when the netbeans.org domain (and thus
    org.netbeans.html groupId) has been donated to Apache Foundation.
    
    To finish the whole process, I am calling for a vote on Apache NetBeans
    HTML/Java 1.6 release. The release is staged at
    
    https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/
    
    In addition to that the Maven artifacts built from the same changeset
    [release-1.6](
    https://github.com/apache/incubator-netbeans-html4j/tree/release-1.6)
    are available at the following staging repository:
    
    https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
    
    Please do some testing and cast your vote by Wednesday Nov 7, 2018. Thanks
    for your support.
    -jt
    
    PS: This release of HTML/Java API doesn't influence release 10 of Apache
    NetBeans in any way
    PPS: You can test the Maven bits by adding following snippet (with
    appropriate XML closing tags) to your $HOME/.m2/settings.xml file:
    
    <?xml version="1.0" encoding="UTF-8"?>
    <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
    http://maven.apache.org/xsd/settings-1.0.0.xsd">
        <profiles>
            <profile>
                <activation>
                    <file>
                        <exists>.</exists>
                    </file>
                </activation>
                <repositories>
                    <repository>
                        <id>html-java-api-1.6</id>
                        <url>
    https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
    </url>
                    </repository>
                </repositories>
                <pluginRepositories>
                    <pluginRepository>
                        <id>html-java-api-1.6</id>
                        <url>
    https://repository.apache.org/content/repositories/orgapachenetbeans-1001/
    </url>
                    </pluginRepository>
                </pluginRepositories>
            </profile>
    



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

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