Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jerleng committed Nov 1, 2014
1 parent 3539040 commit 4090715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BulkDataImportsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import grails.plugins.imports.logging.MongoLogger
import grails.plugins.imports.logging.InMemoryLogger

class BulkDataImportsGrailsPlugin {
def version = "0.1.2"
def version = "0.1.3"
def grailsVersion = "2.0 > *"
def title = "Bulk Data Imports Plugin"
def author = "Jeremy Leng"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import groovy.text.SimpleTemplateEngine
import org.codehaus.groovy.grails.web.binding.DataBindingUtils

class ImportsService {
static rabbitQueue = "${grails.util.Holders.grailsApplication.metadata['app.name']}ImportRows"
static rabbitQueue = "ImportRows"

def grailsApplication
def importsLogger
Expand Down

0 comments on commit 4090715

Please sign in to comment.