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
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new 567ff8b Update dependency to UCAR netCDF library.
567ff8b is described below
commit 567ff8b4a8f19d5314695ce71d4ab18398e9fe39
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Fri Feb 22 09:59:05 2019 +0100
Update dependency to UCAR netCDF library.
---
ide-project/NetBeans/nbproject/project.properties | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ide-project/NetBeans/nbproject/project.properties
b/ide-project/NetBeans/nbproject/project.properties
index bfc691f..1819eb4 100644
--- a/ide-project/NetBeans/nbproject/project.properties
+++ b/ide-project/NetBeans/nbproject/project.properties
@@ -116,7 +116,7 @@ jdom1.version = 1.0
jdom2.version = 2.0.4
jee.version = 8.0
osgi.version = 6.0.0
-netcdf.version = 4.6.10
+netcdf.version = 4.6.13
joda-time.version = 2.8.1
httpclient.version = 4.5.1
httpcore.version = 4.4.4
diff --git a/pom.xml b/pom.xml
index 68304ae..2fc4c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,7 +515,7 @@
The last properties in this list depend on the Apache SIS branch.
=================================================================== -->
<properties>
- <netcdf.version>4.6.11</netcdf.version>
+ <netcdf.version>4.6.13</netcdf.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<website.encoding>UTF-8</website.encoding>
<website.locale>en</website.locale>