Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 73 additions & 73 deletions cdm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- POM for core module -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>
<netcdfversion>5.9.0</netcdfversion>
</properties>
<artifactId>edal-cdm</artifactId>
<packaging>jar</packaging>
<name>EDAL interface to the Unidata Common Data Model</name>
<dependencies>
<dependency>
<groupId>uk.ac.rdg.resc</groupId>
<artifactId>edal-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>cdm-core</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>udunits</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf4</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>grib</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>opendap</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>net.ricecode</groupId>
<artifactId>string-similarity</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>unidata-all</id>
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all</url>
</repository>
</repositories>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<!-- POM for core module -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>edal</artifactId>
<groupId>uk.ac.rdg.resc</groupId>
<version>1.5.3.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<properties>
<netcdfversion>5.9.1</netcdfversion>
</properties>
<artifactId>edal-cdm</artifactId>
<packaging>jar</packaging>
<name>EDAL interface to the Unidata Common Data Model</name>
<dependencies>
<dependency>
<groupId>uk.ac.rdg.resc</groupId>
<artifactId>edal-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>cdm-core</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>udunits</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf4</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>grib</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>opendap</artifactId>
<version>${netcdfversion}</version>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>net.ricecode</groupId>
<artifactId>string-similarity</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>unidata-all</id>
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all</url>
</repository>
</repositories>
</project>

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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</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.1-SNAPSHOT</version>
<version>1.5.3.2-SNAPSHOT</version>
</parent>
<artifactId>edal-xml-catalogue</artifactId>
<packaging>jar</packaging>
Expand Down