<?xml version="1.0"?>     
<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.kohsuke</groupId>
    <artifactId>pom</artifactId>
    <version>14</version>
  </parent>
  <groupId>org.kohsuke.stapler</groupId>
  <artifactId>stapler-adjunct-timeline</artifactId>
  <version>1.5</version>
  <name>Timeline component at http://www.simile-widgets.org/timeline/</name>

  <build>
    <plugins>
     <plugin>
       <artifactId>maven-jar-plugin</artifactId>
       <executions>
         <execution>
           <goals>
             <goal>test-jar</goal>
           </goals>
         </execution>
       </executions>
     </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>org.kohsuke.stapler</groupId>
      <artifactId>stapler</artifactId>
      <version>1.140</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git://github.com/stapler/stapler-adjunct-timeline.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/stapler/stapler-adjunct-timeline.git</developerConnection>
    <url>https://github.com/stapler/stapler</url>
    <tag>stapler-adjunct-timeline-1.5</tag>
  </scm>

  <distributionManagement>
    <repository>
      <id>maven.jenkins-ci.org</id>
      <url>https://repo.jenkins-ci.org/releases/</url>
    </repository>
  </distributionManagement>

  <repositories>
    <repository>
      <id>m.g.o-public</id>
      <url>http://maven.glassfish.org/content/groups/public/</url>
    </repository>
  </repositories>

  <licenses>
    <license>
      <name>BSD License</name>
      <url>http://simile.mit.edu/license.html</url>
    </license>
  </licenses>
</project>
