Skip to content

Commit

Permalink
Update to the next plug-in version.
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbell3000 committed Aug 31, 2010
1 parent 2eccda1 commit 81ac6d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion oauth-plugin/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Version 0.9
Version 0.10

Potential improvements:
- Unit test coverage.

Release notes 0.10 (TBA)
-

Release notes 0.9 (31 August, 2010)
- Fix the HttpURLConnection to apply the request method (i.e. GET, POST etc).
- Provides fix for GRAILSPLUGINS-2426.
Expand Down
2 changes: 1 addition & 1 deletion oauth-plugin/OauthGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

class OauthGrailsPlugin {
def version = 0.9
def version = 0.10
def dependsOn = [:]

// TODO Fill in these fields
Expand Down
2 changes: 1 addition & 1 deletion oauth-plugin/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#Wed Aug 18 00:59:17 BST 2010
app.grails.version=1.3.4
app.name=oauth-plugin
app.version=0.9
app.version=0.10
plugins.hibernate=1.3.4
plugins.tomcat=1.3.4
2 changes: 1 addition & 1 deletion oauth-plugin/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='oauth' version='0.8' grailsVersion='1.3.4 &gt; *'>
<plugin name='oauth' version='0.9' grailsVersion='1.3.4 &gt; *'>
<author>Yong Rong (Damien) Hou, Anthony Campbell</author>
<authorEmail>houyongr@gmail.com, acampbell3000 [[at] googlemail [dot]] com</authorEmail>
<title>Adds OAuth capability to Grails apps</title>
Expand Down

0 comments on commit 81ac6d4

Please sign in to comment.