Skip to content

Commit c089c88

Browse files
Matthias MerdesMatthias Merdes
authored andcommitted
adapted ota dependency to ota4j 1.0.0-ALPHA
1 parent 47fc448 commit c089c88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ allprojects {
2323
repositories {
2424
mavenCentral()
2525
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
26+
maven { url 'https://oss.sonatype.org/content/repositories/releases' }
2627
}
2728

2829
compileJava {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ assertJVersion = 3.2.0
55
junit4Version = 4.12
66
log4JVersion = 2.5
77
mockitoVersion = 1.10.19
8-
ota4jVersion = 1.0.0-SNAPSHOT
8+
ota4jVersion = 1.0.0-ALPHA
99
degraphVersion = 0.1.3

0 commit comments

Comments
 (0)