<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.meshtastic.flatpak.sources</groupId>
  <artifactId>org.meshtastic.flatpak.sources.gradle.plugin</artifactId>
  <version>0.1.4</version>
  <packaging>pom</packaging>
  <name>Gradle Flatpak Sources</name>
  <description>Generate Flathub-compliant offline dependency manifests for Flatpak builds.</description>
  <url>https://github.com/meshtastic/gradle-flatpak-sources</url>
  <licenses>
    <license>
      <name>GPL-3.0-or-later</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>meshtastic</id>
      <name>Meshtastic LLC</name>
      <url>https://meshtastic.org</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/meshtastic/gradle-flatpak-sources.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:meshtastic/gradle-flatpak-sources.git</developerConnection>
    <url>https://github.com/meshtastic/gradle-flatpak-sources</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.meshtastic.flatpak</groupId>
      <artifactId>plugin</artifactId>
      <version>0.1.4</version>
    </dependency>
  </dependencies>
</project>
