<plugin name='simpleCaptcha' version='1.0.0-grails3' grailsVersion='3.0.1 &gt; *'>
  <type>grails.simple.captcha.SimpleCaptchaGrailsPlugin</type>
  <issueManagement system='GitHub' url='https://github.com/domurtag/grails-simple-captcha/issues' />
  <grailsVersion>3.0.1 &gt; *</grailsVersion>
  <authorEmail>domurtag@yahoo.co.uk</authorEmail>
  <dependsOn />
  <developers>[[name:Donal Murtagh, email:domurtag@yahoo.co.uk], [name:Rohit Bishnoi, email:rbdharnia@gmail.com]]</developers>
  <version />
  <author>Donal Murtagh</author>
  <title>Simple Captcha Plugin</title>
  <pluginExcludes>[grails-app/conf, grails-app/domain, grails-app/i18n, grails-app/utils, grails-app/views, lib, scripts, web-app, grails-app/views/error.gsp]</pluginExcludes>
  <description>Creates simple image CAPTCHAs that protect against automated completion and submission of HTML forms
</description>
  <name>simple-captcha</name>
  <documentation>http://grails.org/plugin/simple-captcha</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/domurtag/grails-simple-captcha' />
  <resources>
    <resource>grails.plugin.simplecaptcha.SimpleCaptchaService</resource>
    <resource>grails.plugin.simplecaptcha.SimpleCaptchaController</resource>
    <resource>grails.simple.captcha.Application</resource>
  </resources>
</plugin>