Skip to content

Commit

Permalink
Published V0.3.2 to all repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
bflorian committed Nov 30, 2012
1 parent 2465bd2 commit bc48726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CassandraOrmGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import com.reachlocal.grails.plugins.cassandra.uuid.UuidDynamicMethods
class CassandraOrmGrailsPlugin
{
// 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 > *"
Expand Down
6 changes: 4 additions & 2 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#Grails Metadata file
#Mon Nov 19 11:31:12 EST 2012
app.grails.version=2.0.4
#Fri Nov 30 07:27:01 EST 2012
app.grails.version=2.1.1
app.name=cassandra-orm
plugins.hibernate=2.1.1
plugins.release=2.0.4
plugins.tomcat=2.1.1
6 changes: 2 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin name='cassandra-orm' version='0.3.1' grailsVersion='2.0.0 &gt; *'>
<plugin name='cassandra-orm' version='0.3.2' grailsVersion='2.0.0 &gt; *'>
<author>Bob Florian</author>
<authorEmail>bob.florian@reachlocal.com</authorEmail>
<title>Cassandra Object Persistence Framework</title>
Expand All @@ -13,10 +13,8 @@ Must me used in concert with the cassandra-astyanax plugin.
<resource>com.reachlocal.grails.plugins.cassandra.orm.CassandraOrmService</resource>
</resources>
<repositories>
<repository name='grailsCentral' url='http://plugins.grails.org' />
<repository name='http://repo.grails.org/grails/plugins' url='http://repo.grails.org/grails/plugins/' />
<repository name='grailsCentral' url='http://grails.org/plugins' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='grailsCore' url='http://svn.codehaus.org/grails/trunk/grails-plugins' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies>
Expand Down

0 comments on commit bc48726

Please sign in to comment.