<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.abaddon.kcqrs</groupId>
  <artifactId>kcqrs-test</artifactId>
  <version>0.0.7</version>
  <name>kcqrs-test</name>
  <description>KCQRS Test library</description>
  <url>https://github.com/abaddon/kcqrs-test</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Stefano Longhi</name>
      <organization/>
      <organizationUrl>https://github.com/abaddon</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/abaddon/kcqrs-test.git</connection>
    <developerConnection>scm:git:git://github.com/abaddon/kcqrs-test.git</developerConnection>
    <url>https://github.com/abaddon/kcqrs-test.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/abaddon/kcqrs-test/issues</url>
  </issueManagement>
</project>
