Skip to content

Commit

Permalink
v0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Jun 14, 2010
1 parent 1f1e72a commit d0d6653
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.properties
@@ -1,5 +1,5 @@
#Grails Descriptor updated by grails-maven-plugin on May 19, 2009
#Tue May 19 18:07:38 EST 2009
app.version=0.1.4
app.grails.version=1.1
app.grails.version=1.2.2
app.name=ldap-server
9 changes: 7 additions & 2 deletions plugin.xml
Expand Up @@ -5,9 +5,14 @@
<description>Allows the embedding of an LDAP directory (via ApacheDS) for testing purposes</description>
<documentation>http://grails.org/plugin/grails-ldap-server</documentation>
<resources>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>Config</resource>
</resources>
<dependencies />
<dependencies>
<resolvers>
<resolver type='grailsPlugins' name='grailsPlugins' />
</resolvers>
</dependencies>
<behavior />
</plugin>

0 comments on commit d0d6653

Please sign in to comment.