<?xml version="1.0"?>
<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>
  <groupId>org.hdfgroup</groupId>
  <artifactId>hdf-java</artifactId>
  <version>2.6.1</version>
  <name>NCSA HDF Java Library</name>
  <inceptionYear>2002</inceptionYear>
  <description>
     APIs to access native hdf4 and hdf5 libraries.
  </description>
  <url>http://www.hdfgroup.org</url>

  <scm>
    <url>http://www.hdfgroup.org</url>
  </scm>

  <licenses>
    <license>
      <name>University of Illinois</name>
      <url>http://www.hdfgroup.org/ftp/HDF5/hdf-java/COPYING</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>The HDF Group</name>
      <id>thehdfgroup</id>
      <email>help at hdfgroup.org</email>
    </developer>
  </developers>

</project>

