<?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>org.dataverse</groupId>
  <artifactId>unf</artifactId>
  <version>6.0</version>
  <name>Universal Numerical Fingerprint</name>
  <description>The Universal Numerical Fingerprint (UNF) is a cryptographic signature of the approximated semantic content of
        a digital object. It is computed on the normalized (or canonicalized) forms of the data values, and is thus
        independent of the storage medium and format of the data.</description>
  <url>https://github.com/IQSS/UNF</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Dataverse Core Team</name>
      <email>support@dataverse.org</email>
      <url>https://dataverse.org</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:IQSS/UNF.git</connection>
    <developerConnection>scm:git:git@github.com:IQSS/UNF.git</developerConnection>
    <tag>unf-6.0</tag>
    <url>git@github.com:IQSS/UNF.git</url>
  </scm>
  <ciManagement>
    <system>github</system>
    <url>https://github.com/IQSS/UNF/actions</url>
    <notifiers>
      <notifier>
        <address>dataversebot@gdcc.io</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
