<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inherit.append.path="false">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.flowlogix.archetypes</groupId>
  <artifactId>starter</artifactId>
  <version>138</version>
  <packaging>maven-archetype</packaging>
  <name>Starter project Archetype</name>
  <description>Create Complete, testable projects for Jakarta EE</description>
  <url>https://github.com/flowlogix/archetype</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lprimak</id>
      <name>Lenny Primak</name>
      <email>lenny@flowlogix.com</email>
      <organization>Flow Logix, Inc.</organization>
      <organizationUrl>https://www.flowlogix.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/flowlogix/archetype.git</connection>
    <developerConnection>scm:git:git@github.com:flowlogix/archetype.git</developerConnection>
    <tag>Version-138</tag>
    <url>https://github.com/flowlogix/archetype/tree/main</url>
  </scm>
  <distributionManagement>
    <snapshotRepository>
      <id>flowlogix-maven-central-portal</id>
      <url>https://central.sonatype.com/repository/maven-snapshots</url>
    </snapshotRepository>
    <site child.site.url.inherit.append.path="false">
      <url>https://github.com/flowlogix/archetype</url>
    </site>
  </distributionManagement>
</project>