<?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>
  <parent>
    <groupId>tech.simter</groupId>
    <artifactId>simter-parent</artifactId>
    <version>1.0.0</version>
    <relativePath>../simter-parent</relativePath>
  </parent>
  <groupId>tech.simter</groupId>
  <artifactId>simter-exception</artifactId>
  <version>1.0.0</version>
  <name>simter-exception</name>
  <description>Some Common Exceptions Use By Simter</description>
  <url>https://github.com/simter/simter-exception</url>
  <organization>
    <name>simter</name>
    <url>https://github.com/simter</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>RJ Hwang</name>
      <email>rongjihuang@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/simter/simter-exception.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/simter/simter-exception/issues</url>
  </issueManagement>
</project>
