<?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.outfoxx.sunday</groupId>
  <artifactId>cli</artifactId>
  <version>1.1.0-alpha.24</version>
  <name>Sunday Generator - CLI</name>
  <description>Sunday Generator is a code generator for Sunday HTTP clients and JAX-RS server stubs in multiple languages.</description>
  <url>https://outfoxx.github.io/sunday-generator</url>
  <organization>
    <name>Outfox, Inc.</name>
    <url>https://outfoxx.io</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://raw.githubusercontent.com/outfoxx/sunday-generator/main/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kdubb</id>
      <name>Kevin Wooten</name>
      <email>kevin@outfoxx.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/outfoxx/sunday-generator.git</connection>
    <developerConnection>scm:git@github.com:outfoxx/sunday-generator.git</developerConnection>
    <url>https://github.com/outfoxx/sunday-generator</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/outfoxx/sunday-generator/issues</url>
  </issueManagement>
  <dependencies/>
</project>
