<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.jvnet.hudson.plugins</groupId>
		<artifactId>instant-messaging-parent</artifactId>
		<version>1.9</version>
		<relativePath>../instant-messaging-parent/pom.xml</relativePath>
	</parent>

	<groupId>org.jvnet.hudson.plugins</groupId>
	<artifactId>instant-messaging</artifactId>
	<name>Hudson instant-messaging plugin</name>
	<version>1.9</version>
	<packaging>hpi</packaging>
	<url>http://wiki.hudson-ci.org/display/HUDSON/Instant+Messaging+Plugin</url>
	<developers>
		<developer>
			<id>kutzi</id>
			<name>Christoph Kutzinski</name>
			<email>kutzi@gmx.de</email>
			<timezone>1</timezone>
		</developer>
	</developers>
    

  <scm>
    <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/instant-messaging-1.9</connection>
    <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/instant-messaging-1.9</developerConnection>
    <url>https://hudson.dev.java.net/source/browse/hudson/tags/instant-messaging-1.9</url>
  </scm>
</project>
