<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.cloudbees</groupId>
        <artifactId>cloudbees-oss-parent</artifactId>
        <version>4</version>
    </parent>

    <groupId>com.cloudbees.sdk.plugins</groupId>
    <artifactId>server-plugin</artifactId>
    <version>1.3.0</version>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
          <groupId>com.cloudbees.sdk</groupId>
          <artifactId>bees-driver</artifactId>
          <version>1.3.8</version>
          <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.cloudbees</groupId>
            <artifactId>cloudbees-api-client</artifactId>
            <version>1.5.7</version>
        </dependency>
    </dependencies>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git://github.com/cloudbees/bees-cli-${project.artifactId}.git</connection>
        <developerConnection>scm:git:git@github.com:cloudbees/bees-cli-${project.artifactId}.git</developerConnection>
        <url>http://github.com/cloudbees/bees-cli-${project.artifactId}</url>
        <tag>server-plugin-1.3.0</tag>
    </scm>

</project>