<?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>
  <parent>
    <groupId>org.codeprimate.build</groupId>
    <artifactId>maven-build</artifactId>
    <version>3.0.0-RC1</version>
    <relativePath>../maven-build</relativePath>
  </parent>
  <groupId>org.codeprimate.build</groupId>
  <artifactId>starters</artifactId>
  <version>3.0.0-RC1</version>
  <packaging>pom</packaging>
  <name>Codeprimate Build Starters</name>
  <description>Codeprimate Build Starters are a set of Maven POMs declaring a set of dependencies used to develop
    different functional aspects of software.</description>
  <url>https://github.com/codeprimate-software/cp-build/tree/main/starters</url>
  <organization>
    <name>Codeprimate, LLC</name>
    <url>http://www.codeprimate.org/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <comments>Copyright 2011-present the original author or authors.

        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
        implied. See the License for the specific language governing
        permissions and limitations under the License.</comments>
    </license>
    <license>
      <name>Codeprimate License, Version 1.0</name>
      <url>http://www.codeprimate.org/licenses/LICENSE-1.0</url>
      <comments>Copyright (c) 2011-Present. Codeprimate, LLC and Authors. All Rights Reserved.

        This software is licensed under the Codeprimate End User License Agreement (EULA).
        This software is proprietary and confidential in addition to an intellectual asset
        of the aforementioned authors.

        By using the software, the end-user implicitly consents to and agrees to be in compliance
        with all terms and conditions of the EULA. Failure to comply with the EULA will result in
        the maximum penalties permissible by law.

        In short, this software may not be reverse engineered, reproduced, copied, modified
        or distributed without prior authorization of the aforementioned authors, permissible
        and expressed only in writing. The authors grant the end-user non-exclusive, non-negotiable
        and non-transferable use of the software "as is" without expressed or implied WARRANTIES,
        EXTENSIONS or CONDITIONS of any kind.

        For further information on the software license, the end user is encouraged to read
        the EULA @ ...</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jxblum</id>
      <name>John J. Blum</name>
      <email>john dot blum at codeprimate dot org</email>
      <organization>Codeprimate, LLC</organization>
      <organizationUrl>http://www.codeprimate.org</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:codeprimate-software/cp-build.git/starters</connection>
    <developerConnection>scm:git:git@github.com:codeprimate-software/cp-build.git/starters</developerConnection>
    <url>https://github.com/codeprimate-software/cp-build/starters</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/codeprimate-software/cp-build/issues</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>central</id>
      <name>Maven Central Repository</name>
      <url>https://central.sonatype.com</url>
    </repository>
  </distributionManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-maven-plugin</artifactId>
        <version>2.4.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
