<plugin name='markdown' version='3.0.0' grailsVersion='3.0.0 &gt; *'>
  <type>com.naleid.grails.MarkdownGrailsPlugin</type>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <authorEmail>contact@naleid.com</authorEmail>
  <license>APACHE</license>
  <issueManagement url='https://bitbucket.org/tednaleid/grails-markdown/issues' />
  <developers>[[name:Phil DeJarnett]]</developers>
  <author>Ted Naleid</author>
  <documentation>https://bitbucket.org/tednaleid/grails-markdown</documentation>
  <name>markdown</name>
  <description>Provides a tag library and service support for Markdown</description>
  <title>Grails Markdown Plugin</title>
  <scm url='https://bitbucket.org/tednaleid/grails-markdown' />
  <version />
  <resources>
    <resource>com.naleid.grails.Application</resource>
    <resource>com.naleid.grails.MarkdownService</resource>
    <resource>com.naleid.grails.MarkdownTagLib</resource>
  </resources>
</plugin>