Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Updates braille utils dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Jun 25, 2015
1 parent da04b1c commit 2f2e2f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions DotifyDevtools/build.gradle
Expand Up @@ -10,7 +10,7 @@ startScripts.applicationName = 'dotifydevtools'

repositories {
mavenCentral()
mavenLocal()
//mavenLocal()
}

sourceSets {
Expand Down Expand Up @@ -39,10 +39,10 @@ jar {
}

dependencies {
compile group: "org.daisy.braille", name: "braille-utils.api", version: "2.0.0-SNAPSHOT"
compile group: "org.daisy.braille", name: "brailleUtils-catalog", version: "2.0.0-SNAPSHOT"
compile 'org.daisy.braille:braille-utils.pef-tools:1.0.0-SNAPSHOT'
compile group: "org.daisy.dotify", name:'dotify.translator.impl', version:'1.0.0'
compile 'org.daisy.braille:braille-utils.api:2.0.0'
compile 'org.daisy.braille:braille-utils.impl:2.0.0'
compile 'org.daisy.braille:braille-utils.pef-tools:1.0.0'
compile 'org.daisy.dotify:dotify.translator.impl:1.0.0'

testCompile group: "junit", name: "junit", version: "4.7"
}
Expand Down
4 changes: 2 additions & 2 deletions DotifyDevtoolsGUI/build.gradle
Expand Up @@ -39,8 +39,8 @@ jar {
}

dependencies {
compile group: "org.daisy.braille", name: "braille-utils.api", version: "2.0.0-SNAPSHOT"
compile group: "org.daisy.braille", name: "brailleUtils-catalog", version: "2.0.0-SNAPSHOT"
compile 'org.daisy.braille:braille-utils.api:2.0.0'
compile 'org.daisy.braille:braille-utils.impl:2.0.0'
compile 'org.daisy.dotify:dotify-devtools:1.0-SNAPSHOT'
compile 'org.daisy.dotify:dotify.api:1.0.0'
runtime "org.daisy.dotify:dotify.translator.impl:1.0.0"
Expand Down
10 changes: 5 additions & 5 deletions dotify.formatter.impl/build.gradle
Expand Up @@ -5,8 +5,8 @@ apply plugin: "org.dm.bundle"

repositories {
mavenCentral()
mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
//mavenLocal()
//maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

dependencies {
Expand All @@ -16,8 +16,8 @@ dependencies {

runtime group: 'woodstox', name: 'wstx-lgpl', version: '3.2.7'
testCompile group: "junit", name: "junit", version: "4.7"
testCompile group: "org.daisy.braille", name: "braille-utils.api", version: "2.0.0-SNAPSHOT"
testCompile 'org.daisy.braille:braille-utils.pef-tools:1.0.0-SNAPSHOT'
testCompile 'org.daisy.braille:braille-utils.api:2.0.0'
testCompile 'org.daisy.braille:braille-utils.pef-tools:1.0.0'
testCompile "org.mockito:mockito-core:1.+"

testRuntime group: group, name:'dotify.hyphenator.impl', version:'1.0.0'
Expand Down Expand Up @@ -83,7 +83,7 @@ uploadArchives {
pom.project {
name 'dotify.formatter.impl'
packaging 'jar'
description 'Dotify Braille Formatter'
description 'Dotify Formatter'
url 'https://github.com/joeha480/dotify/'
scm {
connection 'scm:git:https://github.com/joeha480/dotify.git'
Expand Down

0 comments on commit 2f2e2f4

Please sign in to comment.