<?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>asset-pipeline</artifactId>
  <packaging>zip</packaging>
  <version>2.12.4.ALA</version>
  <name>Asset Pipeline Plugin</name>
  <description>The Asset-Pipeline is a plugin used for managing and processing static assets in Grails applications. Asset-Pipeline functions include processing and minification of both CSS and JavaScript files. It is also capable of being extended to compile custom static assets, such as CoffeeScript.</description>
  <url>http://bertramdev.github.io/grails-asset-pipeline</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <organization>
    <name>Bertram Capital</name>
    <url>http://www.bertramcapital.com/</url>
  </organization>
  <developers>
    <developer>
      <name>David Estes</name>
      <email>destes@bcap.com</email>
    </developer>
    <developer>
      <name>Brian Wheeler</name>
    </developer>
  </developers>
  <issueManagement>
    <system>GITHUB</system>
    <url>http://github.com/bertramdev/grails-asset-pipeline/issues</url>
  </issueManagement>
  <scm>
    <url>http://github.com/bertramdev/grails-asset-pipeline</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mozilla</groupId>
      <artifactId>rhino</artifactId>
      <version>1.7R4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.bertramlabs.plugins</groupId>
      <artifactId>asset-pipeline-core</artifactId>
      <version>2.12.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>webxml</artifactId>
      <version>1.4.1</version>
      <type>zip</type>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>