From b7d8a0acb6e8340d2075b9a5c451f53695a010eb Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sun, 16 Jul 2017 16:29:10 +0200 Subject: [PATCH] set version 0.5.2 --- common/pom.xml | 2 +- common/src/main/java/io/bisq/common/app/Version.java | 2 +- core/pom.xml | 2 +- gui/pom.xml | 2 +- jsocks/pom.xml | 2 +- jtorctl/pom.xml | 2 +- jtorproxy/pom.xml | 2 +- network/pom.xml | 2 +- package/linux/32bitBuild.sh | 2 +- package/linux/64bitBuild.sh | 2 +- package/linux/Dockerfile | 2 +- package/osx/create_app.sh | 2 +- package/osx/finalize.sh | 2 +- package/win/32bitBuild.bat | 2 +- package/win/64bitBuild.bat | 2 +- package/win/Bisq.iss | 2 +- pom.xml | 4 ++-- provider/pom.xml | 2 +- seednode/pom.xml | 2 +- statistics/pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index f15f71a962..95be6e4f9d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/common/src/main/java/io/bisq/common/app/Version.java b/common/src/main/java/io/bisq/common/app/Version.java index eea8434505..69be2705c9 100644 --- a/common/src/main/java/io/bisq/common/app/Version.java +++ b/common/src/main/java/io/bisq/common/app/Version.java @@ -29,7 +29,7 @@ public class Version { // VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update // Therefore all sub versions start again with 1 // We use semantic versioning with major, minor and patch - public static final String VERSION = "0.5.1"; + public static final String VERSION = "0.5.2"; public static int getMajorVersion(String version) { return getSubVersion(version, 0); diff --git a/core/pom.xml b/core/pom.xml index 2f55db6993..71f13c7b90 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ parent io.bisq - 0.5.1 + 0.5.2 core diff --git a/gui/pom.xml b/gui/pom.xml index bd85d5ef5f..199062bd42 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -22,7 +22,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/jsocks/pom.xml b/jsocks/pom.xml index c681a46c43..b72bbf9b69 100644 --- a/jsocks/pom.xml +++ b/jsocks/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/jtorctl/pom.xml b/jtorctl/pom.xml index 5acef36ced..b255d92d37 100644 --- a/jtorctl/pom.xml +++ b/jtorctl/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/jtorproxy/pom.xml b/jtorproxy/pom.xml index 84e6d227b8..a33afe5cbe 100644 --- a/jtorproxy/pom.xml +++ b/jtorproxy/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/network/pom.xml b/network/pom.xml index ba937af740..98dc186a4c 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/package/linux/32bitBuild.sh b/package/linux/32bitBuild.sh index 33e5cd35d0..8289ea6c4a 100644 --- a/package/linux/32bitBuild.sh +++ b/package/linux/32bitBuild.sh @@ -6,7 +6,7 @@ mkdir -p gui/deploy set -e # Edit version -version=0.5.1 +version=0.5.2 jarFile="/media/sf_vm_shared_ubuntu14_32bit/Bisq-$version.jar" diff --git a/package/linux/64bitBuild.sh b/package/linux/64bitBuild.sh index 4146d3316c..16b8966edb 100644 --- a/package/linux/64bitBuild.sh +++ b/package/linux/64bitBuild.sh @@ -6,7 +6,7 @@ mkdir -p gui/deploy set -e # Edit version -version=0.5.1 +version=0.5.2 jarFile="/media/sf_vm_shared_ubuntu/Bisq-$version.jar" diff --git a/package/linux/Dockerfile b/package/linux/Dockerfile index 87acb3c369..70f7a0406c 100644 --- a/package/linux/Dockerfile +++ b/package/linux/Dockerfile @@ -8,7 +8,7 @@ # pull base image FROM openjdk:8-jdk -ENV version 0.5.1 +ENV version 0.5.2 RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* && apt-get install -y vim fakeroot diff --git a/package/osx/create_app.sh b/package/osx/create_app.sh index d209cb4458..7d25c51d38 100755 --- a/package/osx/create_app.sh +++ b/package/osx/create_app.sh @@ -5,7 +5,7 @@ mkdir -p gui/deploy set -e -version="0.5.1" +version="0.5.2" mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true diff --git a/package/osx/finalize.sh b/package/osx/finalize.sh index f888ee00fe..7c329d34ca 100644 --- a/package/osx/finalize.sh +++ b/package/osx/finalize.sh @@ -1,6 +1,6 @@ #!/bin/bash -version="0.5.1" +version="0.5.2" target_dir="/Users/dev/Documents/__bisq/_releases/$version" src_dir="/Users/dev/Documents/intellij/bisq" diff --git a/package/win/32bitBuild.bat b/package/win/32bitBuild.bat index b86c3f8010..5597e3618e 100644 --- a/package/win/32bitBuild.bat +++ b/package/win/32bitBuild.bat @@ -5,7 +5,7 @@ :: 32 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -SET version=0.5.1 +SET version=0.5.2 :: Private setup SET outdir=\\VBOXSVR\vm_shared_windows_32bit diff --git a/package/win/64bitBuild.bat b/package/win/64bitBuild.bat index 4921d97337..d1b8f5c613 100644 --- a/package/win/64bitBuild.bat +++ b/package/win/64bitBuild.bat @@ -5,7 +5,7 @@ :: 64 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -SET version=0.5.1 +SET version=0.5.2 :: Private setup SET outdir=\\VBOXSVR\vm_shared_windows diff --git a/package/win/Bisq.iss b/package/win/Bisq.iss index cb2da7c783..7247fd85b0 100755 --- a/package/win/Bisq.iss +++ b/package/win/Bisq.iss @@ -3,7 +3,7 @@ [Setup] AppId={{bisq}} AppName=Bisq -AppVersion=0.5.1 +AppVersion=0.5.2 AppVerName=Bisq AppPublisher=Bisq AppComments=Bisq diff --git a/pom.xml b/pom.xml index 7fb7b36e76..9734c3cf9a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.bisq parent pom - 0.5.1 + 0.5.2 Bisq - The decentralized exchange network https://bisq.io @@ -66,7 +66,7 @@ org.xolstice.maven.plugins protobuf-maven-plugin - 0.5.1 + 0.5.2 /usr/local/bin/protoc diff --git a/provider/pom.xml b/provider/pom.xml index 20f708fcc7..d3af5e2abb 100644 --- a/provider/pom.xml +++ b/provider/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/seednode/pom.xml b/seednode/pom.xml index ce24b09368..5929e023c7 100644 --- a/seednode/pom.xml +++ b/seednode/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0 diff --git a/statistics/pom.xml b/statistics/pom.xml index 88df92ce21..f9aeb60c87 100644 --- a/statistics/pom.xml +++ b/statistics/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.5.1 + 0.5.2 4.0.0