Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gpc/grails-searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Oct 24, 2013
2 parents fa0adce + b832b47 commit de05491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SearchableGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.springframework.core.JdkVersion
class SearchableGrailsPlugin {
static LOG = LogFactory.getLog("grails.plugin.searchable.SearchableGrailsPlugin")

def version = "0.6.5-SNAPSHOT"
def version = "0.6.5"
def title = 'Searchable Plugin'
def description = '''
Adds rich search functionality to Grails domain models.
Expand All @@ -44,7 +44,7 @@ This version is recommended for JDK 1.5+
'''
def documentation = "http://grails.org/plugin/searchable"

def grailsVersion = "2.3 > *"
def grailsVersion = "2.0 > *"

def license = "APACHE"
def developers = [
Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grails.project.dependency.resolution = {
export = false
}

build ':release:3.0.0', ':rest-client-builder:1.0.3', {
build ':release:3.0.1', ':rest-client-builder:1.0.3', {
export = false
}
}
Expand Down

0 comments on commit de05491

Please sign in to comment.