Change version from -SNAPSHOT to 0.9.0

This commit is contained in:
Manfred Karrer 2018-08-09 14:15:00 +02:00
parent c180f8767a
commit 24991d739a
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -16,7 +16,7 @@ apply plugin: 'witness'
apply plugin: 'com.github.johnrengelman.shadow'
group = 'network.bisq'
version = '0.7.1-SNAPSHOT'
version = '0.9.0'
sourceCompatibility = 1.8
@ -42,10 +42,10 @@ repositories {
}
dependencies {
compile 'network.bisq:bisq-common:-SNAPSHOT'
compile 'network.bisq:bisq-core:-SNAPSHOT'
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
//compile 'network.bisq:bisq-grpc:-SNAPSHOT'
compile 'network.bisq:bisq-common:0.9.0'
compile 'network.bisq:bisq-core:0.9.0'
compile 'network.bisq:bisq-p2p:0.9.0'
//compile 'network.bisq:bisq-grpc:0.9.0'
compile 'org.controlsfx:controlsfx:8.0.6_20'
compile 'org.reactfx:reactfx:2.0-M3'
compile 'net.glxn:qrgen:1.3'