<?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>com.github.shepherdviolet.glacimon</groupId>
  <artifactId>glacijava-common</artifactId>
  <version>2023.1.1</version>
  <name>glacijava-common</name>
  <description>Comprehensive Java library</description>
  <url>https://github.com/shepherdviolet/glacimon</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shepherdviolet</id>
      <name>Shepherd Violet</name>
      <email>shepherdviolet@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:shepherdviolet/glacimon.git</connection>
    <developerConnection>git@github.com:shepherdviolet/glacimon.git</developerConnection>
    <url>scm:git@github.com:shepherdviolet/glacimon.git</url>
  </scm>
</project>
