<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.mnlipp.jdrupes-mdoclet</groupId>
  <artifactId>doclet</artifactId>
  <version>1.0.10</version>
  <name>mdoclet</name>
  <description>A doclet for processing javadoc comments written with Markup</description>
  <url>https://github.com/mnlipp/jdrupes-mdoclet</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>AGPL 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mnlipp</id>
      <name>Michael N. Lipp</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:mnlipp/jdrupes-mdoclet.git</connection>
    <developerConnection>git@github.com:mnlipp/jdrupes-mdoclet.git</developerConnection>
    <url>scm:git@github.com:mnlipp/jdrupes-mdoclet.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.vladsch.flexmark</groupId>
      <artifactId>flexmark-all</artifactId>
      <version>0.15.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
