<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ @(#)pom.xml
  ~ Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
  -->
<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>ch.randelshofer</groupId>
  <artifactId>org.monte.media.amigaatari</artifactId>
  <version>17.2</version>
  <name>Monte Media Amiga Atari</name>
  <description>A library for processing Amiga and Atari still images, video, audio and meta-data.</description>
  <url>https://github.com/wrandelshofer/montemedia/org.monte.media.amigaatari</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wrandelshoer</id>
      <name>Werner Randelshofer</name>
      <email>werner.randelshofer@bluewin.ch</email>
      <organization>Werner Randelshofer</organization>
      <organizationUrl>http://www.randelshofer.ch</organizationUrl>
      <timezone>Europe/Zurich</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/wrandelshofer/montemedia.git/org.monte.media.amigaatari</connection>
    <developerConnection>scm:git:ssh://github.com/wrandelshofer/montemedia.git/org.monte.media.amigaatari</developerConnection>
    <url>https://github.com/wrandelshofer/montemedia.git/org.monte.media.amigaatari</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>internal.repo</id>
      <name>My Internal Repository</name>
      <url>file:///Users/Shared/Developer/Maven</url>
    </repository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>ch.randelshofer</groupId>
      <artifactId>org.monte.media</artifactId>
      <version>17.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.randelshofer</groupId>
      <artifactId>org.monte.media.swing</artifactId>
      <version>17.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
