<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.dorkbox</groupId>
  <artifactId>PeParser</artifactId>
  <version>2.13</version>
  <name>PeParser</name>
  <description>Windows PE (Portable Executable) file parser for Java 6+</description>
  <url>https://git.dorkbox.com/dorkbox/PeParser</url>
  <organization>
    <name>dorkbox, llc</name>
    <url>https://dorkbox.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>dorkbox, llc</name>
      <email>email@dorkbox.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://git.dorkbox.com/dorkbox/PeParser.git</connection>
    <url>https://git.dorkbox.com/dorkbox/PeParser</url>
  </scm>
  <issueManagement>
    <system>Gitea Issues</system>
    <url>https://git.dorkbox.com/dorkbox/PeParser/issues</url>
  </issueManagement>
</project>
