<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.12</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.13</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>
        <developer>
          <id>kohsuke</id>
          <name>Kohsuke Kawaguchi</name>
          <email>kk@kohsuke.org</email>
        </developer>
	</developers>
    
    <scm>
        <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/instant-messaging-1.13</connection>
        <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/instant-messaging-1.13</developerConnection>
        <url>http://fisheye4.atlassian.com/browse/hudson/tags/instant-messaging-1.13</url>
    </scm>    
</project>
