diff --git a/CassandraGrailsPlugin.groovy b/CassandraGrailsPlugin.groovy index 7b21edc..7670de6 100644 --- a/CassandraGrailsPlugin.groovy +++ b/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 diff --git a/README b/README index cf52925..0133880 100644 --- a/README +++ b/README @@ -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 diff --git a/plugin.xml b/plugin.xml index 23e518f..fbab078 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,4 +1,4 @@ - + Ned Wolpert ned.wolpert@imemories.com Cassandra access