<?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>generic-bootstrap2</artifactId>
  <packaging>zip</packaging>
  <version>1.0.1</version>
  <name>Generic Bootstrap2 Plugin</name>
  <description>Light-weight plugin for Bootstrap2 files and application resources for use with clients of biocache-hubs (a drop-in replacement for
ala-bootstrap2 plugin for use in non-ALA web apps).
</description>
  <url>https://github.com/AtlasOfLivingAustralia/generic-bootstrap2</url>
  <organization>
    <name>Atlas of Living Australia</name>
    <url>http://www.ala.org.au/</url>
  </organization>
  <developers>
    <developer>
      <name>Nick dos Remedios</name>
      <email>nick.dosremedios@csiro.au</email>
    </developer>
    <developer>
      <name>Dave Martin</name>
      <email>david.martin@csiro.au</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/AtlasOfLivingAustralia/generic-bootstrap2/issues</url>
  </issueManagement>
  <scm>
    <url>url: "git://github.com/AtlasOfLivingAustralia/generic-bootstrap2</url>
  </scm>
  <dependencies />
</project>