<plugin name='springWebsocket' version='2.5.0.RC1' grailsVersion='3.1.0 &gt; *'>
  <type>grails.plugin.springwebsocket.SpringWebsocketGrailsPlugin</type>
  <authorEmail></authorEmail>
  <author>zyro</author>
  <watchedResources>file:./grails-app/websockets/**/*WebSocket.groovy</watchedResources>
  <documentation>https://github.com/zyro23/grails-spring-websocket</documentation>
  <profiles>[web]</profiles>
  <description>Spring WebSocket Plugin</description>
  <title>Spring WebSocket Plugin</title>
  <version />
  <grailsVersion>3.1.0 &gt; *</grailsVersion>
  <loadAfter>[hibernate3, hibernate4, hibernate5, services]</loadAfter>
  <issueManagement system='GitHub' url='https://github.com/zyro23/grails-spring-websocket/issues' />
  <name>spring-websocket</name>
  <scm url='https://github.com/zyro23/grails-spring-websocket' />
  <resources>
    <resource>grails.plugin.springwebsocket.Application</resource>
  </resources>
</plugin>