update to xbib-content 2.0.4
This commit is contained in:
parent
f1c49726fe
commit
7317647023
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id "com.github.spotbugs" version "2.0.0"
|
||||
id "org.sonarqube" version "2.6.1"
|
||||
id "io.codearte.nexus-staging" version "0.11.0"
|
||||
id "io.codearte.nexus-staging" version "0.21.1"
|
||||
id "com.github.spotbugs" version "2.0.1"
|
||||
id "org.xbib.gradle.plugin.asciidoctor" version "1.6.0.1"
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
|
|||
dependencies {
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.property('junit.version')}"
|
||||
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${project.property('junit.version')}"
|
||||
testImplementation "junit:junit:4.12"
|
||||
testImplementation "junit:junit:${project.property('junit4.version')}"
|
||||
testImplementation "org.xbib:bibliographic-character-sets:${project.property('xbib-bibliographic-character-sets.version')}"
|
||||
testImplementation "org.xbib:content-core:${project.property('xbib-content.version')}"
|
||||
testImplementation "xalan:xalan:${project.property('xalan.version')}"
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
group = org.xbib
|
||||
name = marc
|
||||
version = 2.0.1
|
||||
version = 2.0.2
|
||||
|
||||
# main
|
||||
xbib-content.version = 2.0.1
|
||||
xbib-content.version = 2.0.4
|
||||
|
||||
# runtime
|
||||
xbib-bibliographic-character-sets.version = 1.0.0
|
||||
|
||||
# test
|
||||
junit.version = 5.5.1
|
||||
junit.version = 5.5.2
|
||||
junit4.version = 4.12
|
||||
xalan.version = 2.7.2
|
||||
xmlunit-matchers.version = 2.3.0
|
||||
system-rules.version = 1.16.0
|
||||
|
||||
xmlunit-matchers.version = 2.6.3
|
||||
system-rules.version = 1.19.0
|
||||
|
|
Loading…
Reference in a new issue