Skip to content

Commit

Permalink
Prepare release 5.0.2-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Sep 18, 2019
1 parent ba216aa commit f932a61
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ dependencies {
}

runtimeOnly 'com.fasterxml.woodstox:woodstox-core:5.1.0'

testCompileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0'
testImplementation group: "junit", name: "junit", version: "4.12"
testImplementation ('org.daisy.braille:braille-utils.pef-tools:6.0.0') {
exclude module: 'Saxon-HE'
}
testImplementation "org.mockito:mockito-core:1.10.19"
testImplementation group: group, name:'dotify.translator.impl', version:'5.0.0'

testRuntimeOnly group: group, name:'dotify.hyphenator.impl', version:'5.0.0'
testRuntimeOnly group: group, name:'dotify.text.impl', version:'5.0.0'
}
Expand Down Expand Up @@ -137,7 +137,7 @@ task updateTestsOverviewFile() {
)
}
param (
name: 'timestamp',
name: 'timestamp',
expression: new Date().format("yyyy-MM-dd'T'HH:mmXXX")
)
}
Expand Down Expand Up @@ -219,6 +219,14 @@ publishing {
id = 'joel'
name = 'Joel Håkansson'
}
developer {
id = 'bertfrees'
name = 'Bert Frees'
}
developer {
id = 'kalaspuffar'
name = 'Daniel Persson'
}
}
}
}
Expand Down Expand Up @@ -246,7 +254,7 @@ pmd.ruleSets = [
//'category/java/multithreading.xml',
//'category/java/performance.xml',
'category/java/security.xml',

// Old rule sets (use for now):
'java-basic',
'java-braces',
Expand Down

0 comments on commit f932a61

Please sign in to comment.