Skip to content

Commit

Permalink
Added .jar file with persistence provider interface from cassandra-or…
Browse files Browse the repository at this point in the history
…m. Version 0.3.2.
  • Loading branch information
bflorian committed Nov 30, 2012
1 parent d3c66f5 commit 2acb3de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CassandraAstyanaxGrailsPlugin.groovy
Expand Up @@ -19,13 +19,13 @@ import com.reachlocal.grails.plugins.cassandra.astyanax.AstyanaxDynamicMethods
class CassandraAstyanaxGrailsPlugin
{
// the plugin version
def version = "0.3.1"
def version = "0.3.2"

// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.0.0 > *"

// the other plugins this plugin depends on
def dependsOn = [cassandraOrm: '0.3.1 > *']
def dependsOn = [:]

// resources that are excluded from plugin packaging
def pluginExcludes = [
Expand Down
6 changes: 4 additions & 2 deletions application.properties
@@ -1,5 +1,7 @@
#Grails Metadata file
#Mon Nov 19 20:09:23 EST 2012
app.grails.version=2.0.4
#Fri Nov 30 07:23:27 EST 2012
app.grails.version=2.1.1
app.name=cassandra-astyanax
plugins.hibernate=2.1.1
plugins.release=2.0.4
plugins.tomcat=2.1.1
Binary file added lib/cassandra-orm.jar
Binary file not shown.

0 comments on commit 2acb3de

Please sign in to comment.