<?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>com.opencastsoftware.gradle.java-conventions</groupId>
  <artifactId>com.opencastsoftware.gradle.java-conventions.gradle.plugin</artifactId>
  <version>0.2.0</version>
  <packaging>pom</packaging>
  <name>gradle-convention-plugins</name>
  <description>Convention plugins for Gradle builds at Opencast</description>
  <url>https://github.com/opencastsoftware/gradle-convention-plugins</url>
  <inceptionYear>2023</inceptionYear>
  <organization>
    <name>Opencast Software Europe Ltd</name>
    <url>https://opencastsoftware.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>DavidGregory084</id>
      <name>David Gregory</name>
      <url>https://github.com/DavidGregory084</url>
      <organization>Opencast Software Europe Ltd</organization>
      <organizationUrl>https://opencastsoftware.com/</organizationUrl>
      <timezone>Europe/London</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/opencastsoftware/gradle-convention-plugins.git</connection>
    <developerConnection>scm:git:git@github.com:opencastsoftware/gradle-convention-plugins.git</developerConnection>
    <url>https://github.com/opencastsoftware/gradle-convention-plugins</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/opencastsoftware/gradle-convention-plugins/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Github Actions</system>
    <url>https://github.com/opencastsoftware/gradle-convention-plugins/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.opencastsoftware.gradle</groupId>
      <artifactId>gradle-convention-plugins</artifactId>
      <version>0.2.0</version>
    </dependency>
  </dependencies>
</project>
