<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
  
  <modelVersion>4.0.0</modelVersion>
  
  <parent>
    <groupId>edu.byu.hbll.maven</groupId>
    <artifactId>library-parent</artifactId>
    <version>4.0.0</version>
  </parent>

  <groupId>edu.byu.hbll</groupId>
  <artifactId>stats</artifactId>
  <version>1.0.2</version>
  <packaging>jar</packaging>

  <name>${project.groupId}:${project.artifactId}</name>
  <description>A library for gathering and reporting statistical information.</description>
  <url>https://${scm.repository}</url>
  
  <properties>
    <scm.repository>gitlab.com/byuhbll/lib/java/${project.artifactId}</scm.repository>
  </properties>
  
  <scm>
    <connection>scm:git:git://${scm.repository}.git</connection>
    <developerConnection>scm:git:ssh://${scm.repository}.git</developerConnection>
    <url>https://${scm.repository}</url>
  </scm>

  <dependencies>

  </dependencies>

</project>
