<?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>
  <groupId>org.cthing</groupId>
  <artifactId>filevisitor</artifactId>
  <version>2.0.0</version>
  <name>filevisitor</name>
  <description>An implementation of the Java FileVisitor with Glob pattern matching and more.</description>
  <url>https://github.com/cthing/filevisitor</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>baron</id>
      <name>Baron Roberts</name>
      <email>baron@cthing.com</email>
      <organization>C Thing Software</organization>
      <organizationUrl>https://www.cthing.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/cthing/filevisitor.git</connection>
    <developerConnection>scm:git:git@github.com:cthing/filevisitor.git</developerConnection>
    <url>https://github.com/cthing/filevisitor</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/cthing/filevisitor/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
