<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.466</version>
		<!-- which version of Hudson is this plugin built against? -->
		<relativePath />
	</parent>

	<artifactId>extended-choice-parameter</artifactId>
	<packaging>hpi</packaging>
	<version>0.33</version>
	<name>Extended Choice Parameter Plug-In</name>
	<url>http://wiki.jenkins-ci.org/display/JENKINS/Extended+Choice+Parameter+plugin</url>

	<developers>
		<developer>
			<id>vimil</id>
			<name>Vimil Saju</name>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>net.sf.opencsv</groupId>
			<artifactId>opencsv</artifactId>
			<version>2.0</version>
		</dependency>
	</dependencies>

	<!-- get every artifact through maven.glassfish.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>
	<distributionManagement>
		<repository>
		<id>maven.jenkins-ci.org</id>
		<url>http://maven.jenkins-ci.org/content/repositories/releases/</url>
	</repository>
	</distributionManagement>
	<scm>
		<connection>scm:git:ssh://git@github.com/jenkinsci/extended-choice-parameter-plugin.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/jenkinsci/extended-choice-parameter-plugin.git</developerConnection>
		<url>https://github.com/jenkinsci/extended-choice-parameter-plugin</url>
	</scm>
</project>
