<?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>org.jenkins-ci.plugins</groupId>
  <artifactId>performance</artifactId>
  <version>980.vf4df84f69474</version>
  <packaging>hpi</packaging>
  <name>Performance Plugin</name>
  <description>This plugin allows tracking performance KPIs, based on results read from popular testing tools  (JMeter, JUnit, Taurus).</description>
  <url>https://github.com/jenkinsci/performance-plugin</url>
  <inceptionYear>2016</inceptionYear>
  <developers>
    <developer>
      <id>undera</id>
      <name>Andrey Pokhilko (CA BlazeMeter)</name>
      <email>andrey@blazemeter.com</email>
    </developer>
    <developer>
      <id>artem_fedorov</id>
      <name>Artem Fedorov (CA BlazeMeter)</name>
      <email>artem.fedorov@blazemeter.com</email>
    </developer>
    <developer>
      <id>a_st</id>
      <name>Alexander Straube</name>
      <email>alexander.straube@gmail.com</email>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:https://github.com/jenkinsci/performance-plugin</connection>
    <developerConnection>scm:git:https://github.com/jenkinsci/performance-plugin</developerConnection>
    <tag>f4df84f69474d371588e08bd5e84ab40b618c70c</tag>
    <url>https://github.com/jenkinsci/performance-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.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.jenkins.plugins</groupId>
      <artifactId>gson-api</artifactId>
      <version>2.12.1-113.v347686d6729f</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-csv</artifactId>
      <version>1.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.sf.ucanaccess</groupId>
      <artifactId>ucanaccess</artifactId>
      <version>5.0.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jenkins-ci.tools</groupId>
        <artifactId>maven-hpi-plugin</artifactId>
        <version>3.61</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
