<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.java.dev.jets3t</groupId>
    <artifactId>cockpit</artifactId>
    <version>0.8.0</version>
    <name>JetS3t Cockpit</name>
    <description>Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 or Google Storage account, and for managing Amazon CloudFront distributions.</description>
    <url>http://jets3t.s3.amazonaws.com/index.html</url>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
  	<scm>
      <url>http://bitbucket.org/jmurty/jets3t/src</url>
  	</scm>
    <dependencies>
        <dependency>
            <groupId>net.java.dev.jets3t</groupId>
            <artifactId>jets3t-gui</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
</project>
