<plugin name='auditLogging' version='4.0.3' grailsVersion='4.0.0 &gt; *'>
  <type>grails.plugins.orm.auditable.AuditLoggingGrailsPlugin</type>
  <grailsVersion>4.0.0 &gt; *</grailsVersion>
  <loadAfter>[core, dataSource, springSecurityCore]</loadAfter>
  <authorEmail>roos@symentis.com</authorEmail>
  <license>APACHE</license>
  <issueManagement system='GitHub' url='https://github.com/robertoschwald/grails-audit-logging-plugin/issues' />
  <developers>[[name:Robert Oschwald, email:roos@symentis.com], [name:Elmar Kretzer, email:elkr@symentis.com], [name:Aaron Long, email:longwa@gmail.com]]</developers>
  <documentation>https://github.com/robertoschwald/grails-audit-logging-plugin</documentation>
  <name>audit-logging</name>
  <description> 
        Automatically log change events for domain objects. Optionally supports Stamping. This plugin is ORM agnostic.
    </description>
  <title>Audit Logging Plugin</title>
  <scm url='https://github.com/robertoschwald/grails-audit-logging-plugin' />
  <version />
  <resources>
    <resource>grails.plugins.orm.auditable.AuditLogEventController</resource>
    <resource>audit.logging.Application</resource>
  </resources>
</plugin>