<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>plugin</artifactId>
    <version>1.319</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  
  <artifactId>gcal</artifactId>
  <version>0.3</version>
  <packaging>hpi</packaging>
  <name>Hudson Google Calendar plugin</name>
  <url>http://wiki.hudson-ci.org/display/HUDSON/Google+Calendar+Plugin</url>

  <developers>
    <developer>
      <name>Arnaud Lacour</name>  
    </developer>
  </developers>

  <dependencies>
    <dependency>
      <groupId>org.jvnet.hudson.plugins.gcal</groupId>
      <artifactId>gdata-calendar</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>org.jvnet.hudson.plugins.gcal</groupId>
      <artifactId>gdata-client</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
  
  <repositories>
    <repository>
      <id>gcal-libs</id>
      <url>file:${project.basedir}/lib</url>
      <layout>legacy</layout>
    </repository>
  </repositories>

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