<?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>dev.creoii.creoapi</groupId>
  <artifactId>creo-entity-attributes</artifactId>
  <version>0.1.1</version>
  <name>Creo Entity Attributes</name>
  <description>Many new entity attributes for control over various entity systems.</description>
  <url>https://www.creoii.dev/projects/creo-api/creo-entity-attributes</url>
  <inceptionYear>2023</inceptionYear>
  <organization>
    <name>Great Big World</name>
    <url>https://github.com/great-big-world</url>
  </organization>
  <licenses>
    <license>
      <name>All-Rights-Reserved</name>
      <url>https://github.com/great-big-world/creo-api/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>creoii</id>
      <name>creoii</name>
      <url>https://creoii.dev/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/great-big-world/creo-api.git</connection>
    <developerConnection>scm:git:https://github.com/great-big-world/creo-api.git</developerConnection>
    <url>https://github.com/great-big-world/creo-api</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/great-big-world/creo-api/issues</url>
  </issueManagement>
</project>
