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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 138552bb4d484ed98850b22d91da3a37f76c7e5e
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Sep 22 12:08:57 2021 +0200

    Compatibility with Java 17 and upgrade to NetBeans 12.5.
---
 ide-project/NetBeans/nbproject/build-impl.xml                         | 4 ++--
 ide-project/NetBeans/nbproject/genfiles.properties                    | 4 ++--
 .../src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ide-project/NetBeans/nbproject/build-impl.xml 
b/ide-project/NetBeans/nbproject/build-impl.xml
index a00a7f6..26f5723 100644
--- a/ide-project/NetBeans/nbproject/build-impl.xml
+++ b/ide-project/NetBeans/nbproject/build-impl.xml
@@ -46,8 +46,8 @@ is divided into following sections:
         <property file="${user.properties.file}"/>
         <!-- The two properties below are usually overridden -->
         <!-- by the active platform. Just a fallback. -->
-        <property name="default.javac.source" value="1.6"/>
-        <property name="default.javac.target" value="1.6"/>
+        <property name="default.javac.source" value="1.8"/>
+        <property name="default.javac.target" value="1.8"/>
     </target>
     <target depends="-pre-init,-init-private,-init-user" name="-init-project">
         <property file="nbproject/configs/${config}.properties"/>
diff --git a/ide-project/NetBeans/nbproject/genfiles.properties 
b/ide-project/NetBeans/nbproject/genfiles.properties
index 8278bf2..c909012 100644
--- a/ide-project/NetBeans/nbproject/genfiles.properties
+++ b/ide-project/NetBeans/nbproject/genfiles.properties
@@ -4,5 +4,5 @@ build.xml.data.CRC32=58e6b21c
 build.xml.script.CRC32=462eaba0
 build.xml.stylesheet.CRC32=28e38971@1.53.1.46
 nbproject/build-impl.xml.data.CRC32=7361a050
-nbproject/build-impl.xml.script.CRC32=ec6b192e
-nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48
+nbproject/build-impl.xml.script.CRC32=6b1e829a
+nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.100.0.48
diff --git 
a/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java
 
b/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java
index 9310d27..1c6591a 100644
--- 
a/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java
+++ 
b/storage/sis-netcdf/src/main/java/org/apache/sis/storage/netcdf/AttributeNames.java
@@ -59,7 +59,7 @@ import org.opengis.metadata.extent.GeographicDescription;
  *
  * <blockquote><table class="compact">
  * <caption>List of all netCDF attributes</caption>
- * <tr valign="top"><td style="width: 25%">
+ * <tr style="vertical-align:top"><td style="width: 25%">
  * {@value     #ACCESS_CONSTRAINT}<br>
  * {@value     #ACKNOWLEDGEMENT}<br>
  * {@value     #COMMENT}<br>

Reply via email to