Skip to content

Commit

Permalink
Release 1.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jan 15, 2025
1 parent 50bc2aa commit fa7d391
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 17 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Unidata fork

This is a lightweight fork of edal-java (version 1.5.0) for use by the Unidata TDS.
Essentially, there are two changes here:

1. Fix [EPSG Database path on Windows](https://github.com/Unidata/edal-java/commit/d9addb0fc7bf0a563d1451f4c9f5b50a39b10b56)
2. Use the latest release of netCDF-Java (currently version 5.4.2)

We've added a .1 to the version, and only publish snapshots to the Unidata nexus repository.
Ideally, we can get these changes upstream, but for now, we'll do this for the TDS 5.0.0 Release.
This is a lightweight fork of edal-java (version 1.5.3) for use by the Unidata TDS.
Ideally the changes here are focused on updating dependencies (netCDF-Java being the main one).
We've added a fourth dot release to the version, and only publish to the Unidata nexus repository.

# Environmental Data Abstraction Layer (EDAL)

Expand Down
2 changes: 1 addition & 1 deletion cdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</parent>
<artifactId>edal-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coveragejson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</parent>
<artifactId>edal-coveragejson</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</parent>
<artifactId>edal-examples</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion godiva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>edal-godiva</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graphics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</parent>
<artifactId>edal-graphics</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
<artifactId>edal</artifactId>
<name>Environmental Data Abstraction Library</name>

Expand Down
2 changes: 1 addition & 1 deletion wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>edal-wms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xml-catalogue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<relativePath>..</relativePath>
<version>1.5.3.0-SNAPSHOT</version>
<version>1.5.3.0</version>
</parent>
<artifactId>edal-xml-catalogue</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit fa7d391

Please sign in to comment.