<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>cd.go.plugin</groupId>
  <artifactId>gocd-package-material-plugin-shim</artifactId>
  <version>16.12.0</version>
  <name>Shim for GoCD package repository poller plugin</name>
  <description>A shim to help upgrade GoCD package repository poller plugins to work with GoCD 17.1 (if they use the old API-based extension point)</description>
  <url>https://www.go.cd/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gocd-team</id>
      <name>GoCD Team</name>
      <email>go-cd@googlegroups.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/gocd-contrib/gocd-package-material-plugin-shim/</connection>
    <developerConnection>scm:git:https://github.com/gocd-contrib/gocd-package-material-plugin-shim/</developerConnection>
    <url>https://github.com/gocd-contrib/gocd-package-material-plugin-shim/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cd.go.plugin</groupId>
      <artifactId>go-plugin-api</artifactId>
      <version>16.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
