<plugin name='cacheHeaders' version='2.0.2' grailsVersion='3.2.10 &gt; *'>
  <type>grails.plugins.cacheheaders.CacheHeadersGrailsPlugin</type>
  <issueManagement system='Github' url='http://github.com/grails-plugins/grails-cache-headers/issues' />
  <grailsVersion>3.2.10 &gt; *</grailsVersion>
  <authorEmail>graeme.rocher@gmail.com</authorEmail>
  <developers>[[name:Marc Palmer, email:marc@grailsrocks.com], [name:Graeme Rocher, email:graeme.rocher@gmail.com], [name:Sergio del Amo, email:sergio.delamo@softamo.com]]</developers>
  <version />
  <author>Graeme Rocher</author>
  <title>Caching Headers Plugin</title>
  <pluginExcludes>[**/TestController**, src/docs/**]</pluginExcludes>
  <description>Improve your application performance with browser caching, with easy ways to set caching headers in controller responses</description>
  <name>cache-headers</name>
  <documentation>http://grails.org/plugin/cache-headers</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='http://github.com/grails-plugins/grails-cache-headers' />
  <resources>
    <resource>grails.plugins.cacheheaders.Application</resource>
    <resource>grails.plugins.cacheheaders.CacheHeadersService</resource>
  </resources>
</plugin>