<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>net.cnri</groupId>
  <artifactId>cnriutil</artifactId>
  <version>2.0</version>
  <name>net.cnri:cnriutil</name>
  <description>Utilities for string, stream, and file handling.</description>
  <url>https://gitlab.com/cnri/cnriutil</url>
  <licenses>
    <license>
      <name>Cordra (Version 2) License Agreement</name>
      <url>https://hdl.handle.net/20.1000/117</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>CNRI</name>
      <email>support@cordra.org</email>
      <organization>CNRI</organization>
      <organizationUrl>https://www.cnri.reston.va.us</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://gitlab.com/cnri/cnriutil</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
