Skip to content

Commit

Permalink
Uses dotify.common v4.3.1 and dotify.task.impl v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Oct 12, 2018
1 parent 5dc8826 commit e3d0047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
exclude module: 'Saxon-HE'
}
compile 'org.daisy.dotify:dotify.api:4.4.0'
compile 'org.daisy.dotify:dotify.common:4.3.0'
compile 'org.daisy.dotify:dotify.common:4.3.1'
compile ('org.daisy.streamline:streamline-engine:1.2.0') {
exclude module: 'streamline-api'
}
Expand All @@ -101,7 +101,7 @@ dependencies {
runtime 'org.daisy.dotify:dotify.hyphenator.impl:4.0.0'
runtime 'org.daisy.dotify:dotify.text.impl:4.0.0'
runtime 'org.daisy.dotify:dotify.translator.impl:4.0.0'
runtime ('org.daisy.dotify:dotify.task.impl:4.5.0') {
runtime ('org.daisy.dotify:dotify.task.impl:4.6.0') {
exclude module: 'Saxon-HE'
exclude module: 'streamline-api'
}
Expand Down
4 changes: 2 additions & 2 deletions integrationtest/osgi/config/ConfigurationOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static Option dotifyApi() {
}

static Option dotifyCommon() {
return MavenRepo.CENTRAL.get("org.daisy.dotify", "dotify.common", "4.3.0");
return MavenRepo.SONATYPE_STAGING.get("org.daisy.dotify", "dotify.common", "4.3.1");
}

public static Option dotifyText() {
Expand Down Expand Up @@ -107,7 +107,7 @@ public static Option dotifyTasks() {
dotifyCommon(),
jing(),
saxon(),
MavenRepo.CENTRAL.get("org.daisy.dotify", "dotify.task.impl", "4.5.0")
MavenRepo.SONATYPE_STAGING.get("org.daisy.dotify", "dotify.task.impl", "4.6.0")
);
}

Expand Down

0 comments on commit e3d0047

Please sign in to comment.