<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.bloogefest</groupId>
  <artifactId>annotation</artifactId>
  <version>1.0.0-RC2</version>
  <name>BF.Annotation</name>
  <description>Библиотека аннотаций общего назначения.</description>
  <url>https://github.com/Bloogefest/BF.Annotation</url>
  <licenses>
    <license>
      <name>Mozilla Public License Version 2.0</name>
      <url>https://mozilla.org/MPL/2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Bloogefest</id>
      <name>George Sopin</name>
      <url>https://github.com/Bloogefest</url>
      <timezone>W-SU</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/Bloogefest/BF.Annotation.git</connection>
    <developerConnection>scm:git:ssh://github.com/Bloogefest/BF.Annotation.git</developerConnection>
    <url>https://github.com/Bloogefest/BF.Annotation</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/Bloogefest/BF.Annotation/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Github</system>
    <url>https://github.com/Bloogefest/BF.Annotation/actions</url>
  </ciManagement>
</project>
