<?xml version="1.0" encoding="UTF-8"?>
<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>com.atlassian.pom</groupId>
    <artifactId>atlassian-public-pom</artifactId>
    <version>17</version>
  </parent>
  <groupId>com.atlassian.tunnel</groupId>
  <artifactId>atlassian-tunnel</artifactId>
  <version>0.3</version>
  <packaging>jar</packaging>
  <description>Atlassian fork of javatunnelservice</description>
  <url>https://studio.atlassian.com/wiki/display/TUNNEL</url>
  <issueManagement>
    <system>JIRA</system>
    <url>https://studio.atlassian.com/browse/TUNNEL</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Common Development and Distribution License (CDDL) 1.0</name>
      <url>http://www.opensource.org/licenses/cddl1.php</url>
      <comments>Inherited from javatunnelservice</comments>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://studio.atlassian.com/svn/TUNNEL/tags/atlassian-tunnel-0.3</connection>
    <developerConnection>scm:svn:https://studio.atlassian.com/svn/TUNNEL/tags/atlassian-tunnel-0.3</developerConnection>
    <url>https://studio.atlassian.com/source/browse/TUNNEL/tags/atlassian-tunnel-0.3</url>
  </scm>
  <build>
    <sourceDirectory>src</sourceDirectory>
  </build>
  <properties>
    <jdkLevel>1.5</jdkLevel>
  </properties>
  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.14</version>
    </dependency>
  </dependencies>
</project>
