<plugin name='grailsPostgresqlExtensions' version='5.3.0' grailsVersion='3.2.0 &gt; *'>
  <type>grails.postgresql.extensions.GrailsPostgresqlExtensionsGrailsPlugin</type>
  <issueManagement system='GITHUB' url='https://github.com/kaleidos/grails-postgresql-extensions/issues' />
  <grailsVersion>3.2.0 &gt; *</grailsVersion>
  <authorEmail>lopez.ivan@gmail.com</authorEmail>
  <developers>[[name:Alonso Torres, email:alonso.javier.torres@gmail.com]]</developers>
  <version />
  <author>Iván López</author>
  <organization name='Kaleidos' url='http://kaleidos.net' />
  <title>Grails Postgresql Extensions Plugin</title>
  <pluginExcludes>[test/**]</pluginExcludes>
  <description>Provides Hibernate user types to support for Postgresql Native Types like Array, HStore, JSON, JSONB,... as well as new criterias to query this native types
</description>
  <name>grails-postgresql-extensions</name>
  <documentation>https://github.com/kaleidos/grails-postgresql-extensions/blob/master/README.md</documentation>
  <license>APACHE</license>
  <scm url='https://github.com/kaleidos/grails-postgresql-extensions' />
  <resources>
    <resource>grails.postgresql.extensions.Application</resource>
  </resources>
</plugin>