<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.ucar</groupId>
  <artifactId>udunits</artifactId>
  <version>5.10.0-SNAPSHOT</version>
  <name>edu.ucar:udunits</name>
  <description>The ucar.units Java package is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, or raising a unit to a power).</description>
  <url>https://www.unidata.ucar.edu/software/udunits/</url>
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https://github.com/Unidata/netcdf-java/blob/maint-5.x/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>netCDF-Java Developers</name>
      <email>support-netcdf-java@unidata.ucar.edu</email>
      <organization>NSF Unidata</organization>
      <organizationUrl>https://unidata.ucar.edu</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/unidata/netcdf-java.git</connection>
    <developerConnection>scm:git:https://github.com/unidata/netcdf-java.git</developerConnection>
    <url>https://github.com/unidata/netcdf-java</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>edu.ucar</groupId>
        <artifactId>netcdf-java-platform</artifactId>
        <version>5.10.0-SNAPSHOT</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
