Skip to content

Commit

Permalink
Plugin descriptor file update for 0.6.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbell3000 committed Aug 5, 2010
1 parent 5a78663 commit 68f5a57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='picasa' version='0.6.2' grailsVersion='1.2.1 &gt; *'>
<plugin name='picasa' version='0.6.3' grailsVersion='1.2.1 &gt; *'>
<author>Anthony Campbell</author>
<authorEmail>acampbell3000 [[at] googlemail [dot]] com</authorEmail>
<title>Grails Picasa Plug-in</title>
Expand All @@ -24,11 +24,13 @@ A simple plug-in which provides a photo gallery driven from your Google Picasa W
<resource>uk.co.anthonycampbell.grails.picasa.PicasaCommentServiceException</resource>
<resource>uk.co.anthonycampbell.grails.picasa.PicasaService</resource>
<resource>uk.co.anthonycampbell.grails.picasa.PicasaServiceException</resource>
<resource>uk.co.anthonycampbell.grails.picasa.PicasaTagLib</resource>
<resource>uk.co.anthonycampbell.grails.taglib.TextTagLib</resource>
<resource>uk.co.anthonycampbell.grails.picasa.DateUtil</resource>
</resources>
<dependencies>
<plugin name='oauth' version='0.6' />
<plugin name='jquery' version='1.4.2.5' />
</dependencies>
<behavior />
</plugin>

0 comments on commit 68f5a57

Please sign in to comment.