Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
verified tests and release new .2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed May 23, 2012
1 parent 2d43b59 commit 4888429
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 90 deletions.
2 changes: 1 addition & 1 deletion Quartz2GrailsPlugin.groovy
Expand Up @@ -21,7 +21,7 @@ import org.springframework.beans.factory.config.MethodInvokingFactoryBean

class Quartz2GrailsPlugin {
// the plugin version
def version = "0.2.2"
def version = "0.2.3"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.3 > *"

Expand Down
5 changes: 2 additions & 3 deletions application.properties
@@ -1,5 +1,4 @@
#Grails Metadata file
#Fri Dec 30 19:32:49 CST 2011
app.grails.version=1.3.7
#Tue May 22 21:27:53 CDT 2012
app.grails.version=2.0.3
app.name=quartz2

6 changes: 3 additions & 3 deletions grails-app/conf/BuildConfig.groovy
Expand Up @@ -19,19 +19,19 @@ grails.project.dependency.resolution = {
}
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
compile('org.quartz-scheduler:quartz:2.1.1'){
compile('org.quartz-scheduler:quartz:2.1.5'){
excludes "slf4j-api", "c3p0","jta"
//excludes([ group: 'org.slf4j', name: 'slf4j-api', version: '1.6.1'])
}

if(grailsVersion != "2.0.0"){
if(grailsVersion != "2.0.3"){
runtime('com.h2database:h2:1.2.147'){ export = false }
}
// runtime 'mysql:mysql-connector-java:5.1.13'
}
plugins {
compile ':plugin-config:0.1.5'
build(":tomcat:$grailsVersion", ":release:1.0.0"){//, ":hibernate:$grailsVersion") {
build(":tomcat:$grailsVersion", ":release:2.0.2"){//, ":hibernate:$grailsVersion") {
export = false
}

Expand Down

0 comments on commit 4888429

Please sign in to comment.