<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.opencastsoftware.gradle</groupId>
  <artifactId>gradle-convention-plugins</artifactId>
  <version>0.1.3</version>
  <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.github.ben-manes</groupId>
      <artifactId>gradle-versions-plugin</artifactId>
      <version>0.46.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.qoomon</groupId>
      <artifactId>gradle-git-versioning-plugin</artifactId>
      <version>6.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.vanniktech</groupId>
      <artifactId>gradle-maven-publish-plugin</artifactId>
      <version>0.25.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.diffplug.spotless</groupId>
      <artifactId>spotless-plugin-gradle</artifactId>
      <version>6.17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
