Skip to content

Commit

Permalink
Updated plugin versions and application version
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthorlings committed Jul 15, 2014
1 parent fd711f4 commit 1665ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application.properties
Expand Up @@ -2,4 +2,4 @@
#Sat Jan 05 12:13:45 CET 2013
app.grails.version=2.2.4
app.name=gscf
app.version=0.9.2.4
app.version=0.9.2.5
8 changes: 5 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -19,6 +19,7 @@ grails.project.dependency.resolution = {
// excludes 'ehcache'
}
log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose'
legacyResolve true
repositories {
grailsCentral()
grailsRepo "http://grails.org/plugins"
Expand Down Expand Up @@ -73,8 +74,8 @@ grails.project.dependency.resolution = {
)

compile(
":dbxp-base:0.2.0.2",
":dbxp-sam:0.9.7.3",
":dbxp-base:0.2.0.5",
":dbxp-sam:0.9.7.5",

":hibernate:$grailsVersion",

Expand All @@ -93,7 +94,7 @@ grails.project.dependency.resolution = {
":webflow:2.0.8.1"
)

compile(":gdtimporter:0.6.0.3"){transitive = false}
compile(":gdtimporter:0.6.0.5"){transitive = false}

if (System.getProperty("grails.env") == "development") {
// development mode only Plugins
Expand All @@ -113,6 +114,7 @@ grails.project.dependency.resolution = {
//grails.plugin.location.'ajaxflow' = '../ajaxflow'
//grails.plugin.location.'jumpbar' = '../jumpbar'
//grails.plugin.location.'spring-security-core' = '../grails-spring-security-core'
//grails.plugin.location.'gdt' = '../GDT'
//grails.plugin.location.'dbxpSam' = '../SAM'
//grails.plugin.location.'gdtimporter' = '../GDTImporter'
//grails.plugin.location.'dbxp-base' = '../dbxpBase'

0 comments on commit 1665ced

Please sign in to comment.