<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.532.3</version><!-- which version of Jenkins is this plugin built against? Users must have at least this Jenkins version to use this plugin. -->
  </parent>
  <version>1.2.5</version>
  <packaging>hpi</packaging>

  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

  <!-- 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>

  <artifactId>vaddy-plugin</artifactId>
  <name>VAddy Jenkins Plugin</name>  
  <description>Integrates Jenkins to VAddy</description>
  <url>https://wiki.jenkins-ci.org/display/JENKINS/vaddy+Plugin</url>
  
  <developers>
    <developer>
      <id>Kanatoko</id>
      <name>Tadashi Satoh</name>
      <email>vaddy-plugin@st.bitforest.jp</email>
    </developer>
  </developers>
    
  <scm>
    <connection>scm:git:ssh://github.com/jenkinsci/vaddy-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/jenkinsci/vaddy-plugin.git</developerConnection>
    <url>https://github.com/jenkinsci/vaddy-plugin</url>
    <tag>vaddy-plugin-1.2.5</tag>
  </scm>
  
</project>
