Skip to content

Commit

Permalink
Bump NetCDF dependency to 4.3.22
Browse files Browse the repository at this point in the history
The NetCDF 4.3.19 dependency had an invalid POM hosted on the OME Artifactory.
To resolve potential issues for downstream consumers, the dependency is
upgraded to 4.3.22 which should be a patch release bump.

There should be no impact for application consumers. The Unidata artifactory
is still mandatory in either a downstream pom.xml or gradle in order to
retrieve NetCDF 4.3.x.
  • Loading branch information
sbesson committed Mar 8, 2017
1 parent 996a26b commit e639843
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -159,7 +159,7 @@ Native library loader
License: BSD
NetCDF
JAR file: netcdf-4.3.19.jar
JAR file: netcdf-4.3.22.jar
URL: http://www.unidata.ucar.edu/software/netcdf-java/
Notes: used by Bio-Formats via reflection for HDF support (Imaris 5.5)
License: LGPL
Expand Down
2 changes: 1 addition & 1 deletion components/formats-gpl/pom.xml
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf</artifactId>
<version>4.3.19</version>
<version>4.3.22</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
Expand Down
Expand Up @@ -63,7 +63,7 @@ public class NetCDFServiceImpl extends AbstractService
"NetCDF is required to read NetCDF/HDF variants. " +
"Please obtain the necessary JAR files from " +
"http://www.openmicroscopy.org/site/support/bio-formats/developers/java-library.html.\n" +
"Required JAR files are netcdf-4.3.19.jar and slf4j-jdk14.jar.";
"Required JAR files are netcdf-4.3.22.jar and slf4j-jdk14.jar.";

// -- Fields --

Expand Down
6 changes: 3 additions & 3 deletions docs/sphinx/developers/java-library.txt
Expand Up @@ -84,8 +84,8 @@ The complete list of current dependencies is as follows:
* - `Commons Logging v1.1.1 <http://commons.apache.org/logging/>`_
- commons-logging:commons-logging:1.1.1
- `Apache License v2.0`_
* - `NetCDF-Java Library v4.3.19 <http://www.unidata.ucar.edu/software/netcdf-java/documentation.htm>`_
- edu.ucar:netcdf:4.3.19
* - `NetCDF-Java Library v4.3.22 <http://www.unidata.ucar.edu/software/netcdf-java/documentation.htm>`_
- edu.ucar:netcdf:4.3.22
- `MIT-Style License`_
* - `Joda time v2.2 <http://github.com/JodaOrg/joda-time>`_
- joda-time:joda-time:2.2
Expand Down Expand Up @@ -161,7 +161,7 @@ non-OME/external dependency is bumped.
.. _BSD 3-Clause: https://spdx.org/licenses/BSD-3-Clause.html
.. _Sun Public License / LGPL: http://www.beanshell.org/license.html
.. _Common Public License v1.0: https://spdx.org/licenses/CPL-1.0.html
.. _MIT-Style License: https://github.com/Unidata/thredds/blob/v4.3.19/cdm/license.txt
.. _MIT-Style License: https://github.com/Unidata/thredds/blob/v4.3.22/cdm/license.txt
.. _BSD License: https://spdx.org/licenses/BSD-2-Clause.html
.. _Eclipse Public License v1.0: https://spdx.org/licenses/EPL-1.0.html
.. _GPL v2: https://spdx.org/licenses/GPL-2.0.html
Expand Down

0 comments on commit e639843

Please sign in to comment.