<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jenkins-ci.plugins</groupId>
    <artifactId>plugin</artifactId>
    <version>1.509.1</version><!-- which version of Jenkins is this plugin built against? -->
  </parent>

  <groupId>org.ukiuni.callOtherJenkins</groupId>
  <artifactId>call-remote-job-plugin</artifactId>
  <name>Call Remote Job Plugin</name>
  <description>Call another jenkins job. and get result. Job is fail when remote job is fail</description>
  <version>1.0.21</version>
  <packaging>hpi</packaging>
  <url>https://wiki.jenkins-ci.org/display/JENKINS/Call+Remote+Job+Plugin</url>
  <scm>
    <connection>scm:git:ssh://git@github.com/jenkinsci/call-remote-job-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/jenkinsci/call-remote-job-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/call-remote-job-plugin.git</url>
  </scm>
  <developers>
    <developer>
      <id>ukiuni</id>
      <name>ukiuni</name>
      <email>ukiuni@gmail.com</email>
    </developer>
  </developers>
  <!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
  <repositories>
    <repository>
      <id>repo.jenkins-ci.org</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>repo.jenkins-ci.org</id>
      <url>http://repo.jenkins-ci.org/public/</url>
    </pluginRepository>
  </pluginRepositories>

</project>
