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/23 04:16:19 UTC

[netbeans-html4j] branch JDK14 updated: Making sure we compile and test fine on JDK14

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

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


The following commit(s) were added to refs/heads/JDK14 by this push:
     new 3ba31fd  Making sure we compile and test fine on JDK14
3ba31fd is described below

commit 3ba31fd7f1db16aeb35401190d5d6436925b45c1
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Mon Mar 23 05:16:09 2020 +0100

    Making sure we compile and test fine on JDK14
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2db7258..d614ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,9 +559,9 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
           </properties>
       </profile>
       <profile>
-          <id>jdk13</id>
+          <id>jdk13+</id>
           <activation>
-              <jdk>13</jdk>
+              <jdk>[13,]</jdk>
           </activation>
           <properties>
               <javac.source>1.7</javac.source>


---------------------------------------------------------------------
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