<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 <modelVersion>4.0.0</modelVersion>
 <groupId>org.violetlib</groupId>
 <artifactId>vappearances</artifactId>
 <version>2</version>
 <packaging>jar</packaging>
 <name>VAppearances</name>
 <description>Java support for macOS appearances</description>
 <url>https://violetlib.org/vappearances/overview.html</url>
 <licenses>
  <license>
   <name>GPL-2.0-only WITH Classpath-exception-2.0</name>
   <url>https://github.com/violetlib/vappearances/blob/master/license/LICENSE</url>
  </license>
 </licenses>
 <developers>
  <developer>
   <name>Alan Snyder</name>
   <url>https://github.com/violetlib</url>
  </developer>
 </developers>
 <scm>
  <connection>scm:git:git://github.com/violetlib/vappearances.git</connection>
  <url>https://github.com/violetlib/vappearances</url>
 </scm>
</project>
