<?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>org.jenkins-ci.tools</groupId>
  <artifactId>gradle-jpi-plugin</artifactId>
  <version>0.55.2</version>
  <name>Gradle JPI Plugin</name>
  <description>The Gradle JPI plugin is a Gradle plugin for building Jenkins plugins</description>
  <url>http://github.com/jenkinsci/gradle-jpi-plugin</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>abayer</id>
      <name>Andrew Bayer</name>
    </developer>
    <developer>
      <id>kohsuke</id>
      <name>Kohsuke Kawaguchi</name>
    </developer>
    <developer>
      <id>daspilker</id>
      <name>Daniel Spilker</name>
    </developer>
    <developer>
      <id>sghill</id>
      <name>Steve Hill</name>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/jenkinsci/gradle-jpi-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.spotbugs.snom</groupId>
      <artifactId>spotbugs-gradle-plugin</artifactId>
      <version>5.0.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.java.sezpoz</groupId>
      <artifactId>sezpoz</artifactId>
      <version>1.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.15.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
