You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/03/03 05:21:34 UTC

[netbeans-html4j] branch NewZulu updated (461676a -> 193d23d)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch NewZulu
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


 discard 461676a  Using new version of Zulu JDK8 on Linux and Mac
     new f2e74ba  Using Zulu JDK8 222 on Linux and Mac
     new 193d23d  Checking APIs against the latest version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (461676a)
            \
             N -- N -- N   refs/heads/NewZulu (193d23d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 5 +++--
 pom.xml     | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)


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

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


[netbeans-html4j] 02/02: Checking APIs against the latest version

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch NewZulu
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit 193d23db4cfe757643281bfda6ac526c533a9ccd
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Mar 3 06:21:17 2020 +0100

    Checking APIs against the latest version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 256f18e..2db7258 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                           </execution>
                       </executions>
                       <configuration>
-                          <releaseVersion>1.6.1</releaseVersion>
+                          <releaseVersion>1.7</releaseVersion>
                       </configuration>
                   </plugin>
               </plugins>


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

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


[netbeans-html4j] 01/02: Using Zulu JDK8 222 on Linux and Mac

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch NewZulu
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit f2e74baf98c48fa258874d21681b47a645514e3a
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Mar 3 06:07:10 2020 +0100

    Using Zulu JDK8 222 on Linux and Mac
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5a74a84..e798af4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
       env:
         - ARGS=-Dnone
         - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-linux_x64
-        - URL=https://cdn.azul.com/zulu/bin/zulu8.40.0.25-ca-fx-jdk8.0.222-linux_x64.tar.gz
+        - URL=https://cdn.azul.com/zulu/bin/$DIR.tar.gz
     - os: linux
       dist: trusty
       jdk: openjdk11
@@ -53,4 +53,6 @@ matrix:
       jdk: openjdk11
       env:
         - ARGS=-Dnone
+        - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-macosx_x64
+        - URL=https://cdn.azul.com/zulu/bin/$DIR.tar.gz
 


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

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