<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>eu.markov.jenkins.plugin.mvnmeta</groupId>
  <artifactId>maven-metadata-plugin</artifactId>
  <version>2.2</version>
  <packaging>hpi</packaging>
  <name>Maven Metadata Plugin for Jenkins CI server</name>
  <description>Adds a new build parameter type for resolving artifact versions reading the repository maven-metadata.xml</description>
  <url>https://github.com/jenkinsci/maven-metadata-plugin</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>markov</id>
      <name>Georgi "Gesh" Markov</name>
      <email>gesh@markov.eu</email>
      <timezone>+1</timezone>
    </developer>
    <developer>
      <id>marcrohlfs</id>
      <name>Marc Rohlfs</name>
      <email>Marc.Rohlfs@t-system.com</email>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Benjamin Bonnet</name>
      <url>https://github.com/bonnetb</url>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>David Portabella</name>
      <url>https://github.com/dportabella</url>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>Dominik Bartholdi</name>
      <url>https://github.com/imod</url>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>Mathieu Pousse</name>
      <url>https://github.com/mathieu-pousse</url>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>Mads Mohr Christensen</name>
      <url>https://github.com/hrmohr</url>
      <timezone>+1</timezone>
    </contributor>
    <contributor>
      <name>Nandor Galambosi</name>
      <url>https://github.com/dromie</url>
    </contributor>
    <contributor>
      <name>Robert Kleinschmager</name>
      <url>https://github.com/barclay-reg</url>
      <timezone>+1</timezone>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:https://github.com/jenkinsci/maven-metadata-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:jenkinsci/maven-metadata-plugin.git</developerConnection>
    <tag>maven-metadata-plugin-2.2</tag>
    <url>https://github.com/jenkinsci/maven-metadata-plugin</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/releases/</url>
    </repository>
    <snapshotRepository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.jenkins-ci.plugins</groupId>
      <artifactId>credentials</artifactId>
      <version>1087.1089.v2f1b_9a_b_040e4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
      <artifactId>rebuild</artifactId>
      <version>1.34</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>io.jenkins.plugins</groupId>
      <artifactId>jaxb</artifactId>
      <version>2.3.6-1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.24</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.jenkins-ci.main</groupId>
      <artifactId>jenkins-core</artifactId>
      <version>2.332.3</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.jcip</groupId>
      <artifactId>jcip-annotations</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>animal-sniffer-annotations</artifactId>
      <version>1.21</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jenkins-ci.tools</groupId>
        <artifactId>maven-hpi-plugin</artifactId>
        <version>3.28</version>
        <extensions>true</extensions>
      </plugin>
      <plugin>
        <groupId>org.kohsuke.stapler</groupId>
        <artifactId>maven-stapler-plugin</artifactId>
        <version>1.17</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
