Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- First cut upgrade to grails 2.5.6
  • Loading branch information
Javier Molina authored and Javier Molina committed Jul 31, 2017
1 parent f1de399 commit c6af85b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion BiocacheHubsGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import grails.util.Environment

class BiocacheHubsGrailsPlugin {
// the plugin version
def version = "1.4.2"
def version = "1.5-SNAPSHOT"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.3 > *"
// resources that are excluded from plugin packaging
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Grails Metadata file
#Wed Jun 18 15:57:50 EST 2014
app.grails.version=2.3.11
app.grails.version=2.5.6
app.name=biocache-hubs
app.servlet.version=2.5
16 changes: 8 additions & 8 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ grails.project.class.dir = "target/classes"
grails.project.test.class.dir = "target/test-classes"
grails.project.test.reports.dir = "target/test-reports"
grails.project.work.dir = "target/work"
grails.project.target.level = 1.7
grails.project.source.level = 1.7
grails.project.target.level = 1.8
grails.project.source.level = 1.8
//grails.project.war.file = "target/${appName}-${appVersion}.war"
//grails.plugin.location.'images-client-plugin' = "../images-client-plugin"

Expand Down Expand Up @@ -43,18 +43,18 @@ grails.project.dependency.resolution = {
}

plugins {
build( ":tomcat:7.0.50",
":release:3.0.1",
":rest-client-builder:1.0.3") {
build( ":tomcat:7.0.54",
":release:3.1.1",
":rest-client-builder:2.1.1") {
export = false
}
compile ':cache:1.1.1'
compile ':cache:1.1.8'
compile ":cache-ehcache:1.0.0"
compile ":rest:0.8"
compile ":build-info:1.2.6"
runtime ":jquery:1.11.1"
runtime ":resources:1.2.1"
runtime ":release:3.0.1"
runtime ":resources:1.2.14"
runtime ":release:3.1.1"
runtime ":ala-admin-plugin:1.2"
runtime ":ala-charts-plugin:1.2"
compile ":images-client-plugin:0.7.9"
Expand Down

0 comments on commit c6af85b

Please sign in to comment.