<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.557</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>build-with-parameters</artifactId>
    <version>1.4</version>
    <name>Build With Parameters</name>
    <description>Allows the user to provide parameters for a build in the url, prompting for confirmation before
        triggering the job.
    </description>
    <packaging>hpi</packaging>
    <url>https://wiki.jenkins-ci.org/display/JENKINS/Build+With+Parameters+Plugin</url>
    <licenses>
        <license>
            <name>MIT license</name>
            <comments>All source code is under the MIT license.</comments>
        </license>
    </licenses>

    <distributionManagement>
        <repository>
            <id>repo.jenkins-ci.org</id>
            <url>http://repo.jenkins-ci.org/releases</url>
        </repository>
        <snapshotRepository>
            <id>repo.jenkins-ci.org</id>
            <url>http://repo.jenkins-ci.org/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

    <developers>
        <developer>
            <id>sugonyak_ivan</id>
            <name>Ivan Sugonyak</name>
            <email>sugonyak.ivan@gmail.com</email>
        </developer>
        <developer>
            <id>jessicaaustin</id>
            <name>Jessica Austin</name>
            <email>jessica@aus10.org</email>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:ssh://github.com/jenkinsci/build-with-parameters-plugin.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/jenkinsci/build-with-parameters-plugin.git
        </developerConnection>
        <url>https://github.com/jenkinsci/build-with-parameters-plugin</url>
        <tag>build-with-parameters-1.4</tag>
    </scm>

    <repositories>
        <repository>
            <id>repo.jenkins-ci.org</id>
            <url>http://repo.jenkins-ci.org/releases</url>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>repo.jenkins-ci.org</id>
            <url>http://repo.jenkins-ci.org/releases</url>
        </pluginRepository>
    </pluginRepositories>

</project>
