Skip to content

Commit

Permalink
Making a release so people can test it against 0.7 now, and see the c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
wolpert committed Dec 7, 2010
1 parent 181014a commit ec50f32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CassandraGrailsPlugin.groovy
@@ -1,6 +1,6 @@
class CassandraGrailsPlugin {
// the plugin version
def version = "0.7.0-20101025"
def version = "0.7.0.20101207"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.2.2 > *"
// the other plugins this plugin depends on
Expand Down
2 changes: 2 additions & 0 deletions README
Expand Up @@ -4,6 +4,8 @@ Cassandra Version: 0.7.0
Hector Version: 0.7.0-20
Grails: 1.2.2 or higher

(For cassandra version 0.6, please use version 0.5.4 of this plugin)


NOTE:
This is INCOMPATABLE with cassandra 0.6 or earlier. It will also be incompatiable
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,4 +1,4 @@
<plugin name='cassandra' version='0.5.4' grailsVersion='1.2.2 &gt; *'>
<plugin name='cassandra' version='0.7.0.20101207' grailsVersion='1.2.2 &gt; *'>
<author>Ned Wolpert</author>
<authorEmail>ned.wolpert@imemories.com</authorEmail>
<title>Cassandra access</title>
Expand Down

0 comments on commit ec50f32

Please sign in to comment.