<?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-closedsource-pom</artifactId>
    <version>14</version>
  </parent>
  <groupId>com.atlassian.aws</groupId>
  <artifactId>atlassian-aws</artifactId>
  <name>Atlassian Amazon Web Services Library</name>
  <version>0.1</version>
  <packaging>jar</packaging>
  <scm>
    <connection>scm:svn:https://studio.atlassian.com/svn/AWSLIB/tags/atlassian-aws-0.1</connection>
    <developerConnection>scm:svn:https://studio.atlassian.com/svn/AWSLIB/tags/atlassian-aws-0.1</developerConnection>
    <url>https://studio.atlassian.com/svn/AWSLIB/tags/atlassian-aws-0.1</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.typica</groupId>
      <artifactId>typica</artifactId>
      <version>1.4.1</version>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.1.3</version>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.3</version>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jets3t</groupId>
      <artifactId>jets3t</artifactId>
      <version>0.6.1</version>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.12</version>
    </dependency>
  </dependencies>
  <properties>
    <jdkLevel>1.5</jdkLevel>
  </properties>
  <build>
    <pluginManagement>
     <plugins>
      <plugin>
        <artifactId>maven-release-plugin</artifactId>
        <configuration>
            <tagBase>https://studio.atlassian.com/svn/AWSLIB/tags</tagBase>
        </configuration>
      </plugin>
     </plugins>
    </pluginManagement>
  </build>
  <profiles>
    <profile>
      <id>source</id>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-source-plugin</artifactId>
            <configuration>
              <attach>true</attach>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>