<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.myire</groupId>
  <artifactId>scent</artifactId>
  <version>2.4</version>
  <dependencies>
    <dependency>
      <groupId>com.github.javaparser</groupId>
      <artifactId>javaparser-core</artifactId>
      <version>3.24.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>Scent</name>
  <description>A library for collecting Java source code metrics</description>
  <url>https://github.com/handmadecode/scent</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Peter Franzen</name>
      <email>peter@myire.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/handmadecode/scent.git</connection>
    <developerConnection>scm:git:https://github.com/handmadecode/scent.git</developerConnection>
    <url>https://github.com/handmadecode/scent</url>
  </scm>
</project>
