<?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>
  <groupId>org.grails.plugins</groupId>
  <artifactId>sandbox-hub</artifactId>
  <packaging>zip</packaging>
  <version>0.1</version>
  <name>Sandbox Hub Plugin</name>
  <description>        Sandbox hub separates sandbox UI (angular app) from backend methods. This plugin will enable apps to include sandbox UI while committing data on a different server.
    </description>
  <url>http://grails.org/plugin/sandbox-hub</url>
  <developers>
    <developer>
      <name>Temi Varghese</name>
    </developer>
    <developer>
      <name>Simon Bear</name>
    </developer>
  </developers>
  <issueManagement>
    <system>GITHUB</system>
    <url>https://github.com/AtlasOfLivingAustralia/sandbox-hub/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/AtlasOfLivingAustralia/sandbox-hub</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>ala-auth</artifactId>
      <version>1.3.4</version>
      <type>zip</type>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>