<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>2.32</version>
  </parent>

  <artifactId>schedule-build</artifactId>
  <version>0.5.0-beta</version>
  <name>Schedule Build Plugin</name>
  <packaging>hpi</packaging>
  <description>Adds capability to schedule a build for a later point in time</description>
  <url>http://wiki.jenkins-ci.org/display/JENKINS/Schedule+Build+Plugin</url>
  
  <developers>
    <developer>
      <id>anderl86</id>
      <name>Andreas K</name>
      <email>anderl86@hotmail.com</email>
    </developer>
    <developer>
      <id>pingunaut</id>
      <name>Martin Spielmann</name>
      <email>mail@martinspielmann.de</email>
    </developer>
  </developers>
  
  <licenses>
    <license>
      <name>MIT license</name>
      <comments>All source code is under the MIT license.</comments>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git://github.com/jenkinsci/schedule-build-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:jenkinsci/schedule-build-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/schedule-build-plugin</url>
    <tag>schedule-build-0.5.0-beta</tag>
  </scm>

  <!-- 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>https://repo.jenkins-ci.org/public/</url>
    </repository>
  </repositories>

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

</project>
