<plugin name='gorm-couchdb' version='0.4' grailsVersion='1.1.1 &gt; *'>
  <author>Warner Onstine, Cory Hacking</author>
  <title>Grails CouchDB Plugin</title>
  <description>\
A plugin that emulates the behavior of the GORM-Hibernate plugin against a CouchDB document-oriented database
</description>
  <documentation>http://grails.org/GormCouchdb+Plugin</documentation>
  <resources />
  <dependencies>
    <plugin name='core' version='1.1.1 &gt; *' />
    <plugin name='hibernate' version='1.1.1 &gt; *' />
  </dependencies>
</plugin>