From fd47cefc6cc19fd16e7ea4a192e40129eab29859 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 26 Feb 2018 20:23:07 -0500 Subject: [PATCH] Set v0.6.7 --- common/pom.xml | 2 +- common/src/main/java/io/bisq/common/app/Version.java | 2 +- consensus/pom.xml | 2 +- core/pom.xml | 2 +- gui/pom.xml | 2 +- monitor/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/windows/32bitBuild.bat | 2 +- package/windows/64bitBuild.bat | 2 +- package/windows/Bisq.iss | 2 +- pom.xml | 2 +- seednode/pom.xml | 2 +- statistics/pom.xml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 5c7fcb04289..9ed26c19491 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.6.6 + 0.6.7 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 551efcdf064..150f186628f 100644 --- a/common/src/main/java/io/bisq/common/app/Version.java +++ b/common/src/main/java/io/bisq/common/app/Version.java @@ -27,7 +27,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.6.6"; + public static final String VERSION = "0.6.7"; public static int getMajorVersion(String version) { return getSubVersion(version, 0); diff --git a/consensus/pom.xml b/consensus/pom.xml index 34af05fe646..176a27d0cb5 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 12792bc63dc..cf11be9a015 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ parent io.bisq - 0.6.6 + 0.6.7 core diff --git a/gui/pom.xml b/gui/pom.xml index 601d8a09092..aa00ce25334 100644 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -22,7 +22,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0 diff --git a/monitor/pom.xml b/monitor/pom.xml index ac68de577f9..93761005b21 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -22,7 +22,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0 diff --git a/network/pom.xml b/network/pom.xml index e4076b8308b..151ce2c2574 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -5,7 +5,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0 diff --git a/package/linux/32bitBuild.sh b/package/linux/32bitBuild.sh index 59851f5cd6b..6ae0c39986e 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.6.6 +version=0.6.7 dir="/media/sf_vm_shared_ubuntu14_32bit" diff --git a/package/linux/64bitBuild.sh b/package/linux/64bitBuild.sh index d450b755105..93a90cf7e34 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.6.6 +version=0.6.7 dir="/media/sf_vm_shared_ubuntu" diff --git a/package/linux/Dockerfile b/package/linux/Dockerfile index 2a6dffc1712..24fb1f65a91 100644 --- a/package/linux/Dockerfile +++ b/package/linux/Dockerfile @@ -8,7 +8,7 @@ # pull base image FROM openjdk:8-jdk -ENV version 0.6.6 +ENV version 0.6.7 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 5192c240f90..c567cbf386c 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.6.6" +version="0.6.7" mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true diff --git a/package/osx/finalize.sh b/package/osx/finalize.sh index 5e6e4fbf38d..4d1e6a3240c 100644 --- a/package/osx/finalize.sh +++ b/package/osx/finalize.sh @@ -1,6 +1,6 @@ #!/bin/bash -version="0.6.6" +version="0.6.7" target_dir="/Users/dev/Documents/__bisq/_releases/$version" src_dir="/Users/dev/idea/exchange" diff --git a/package/windows/32bitBuild.bat b/package/windows/32bitBuild.bat index 5c1d165c3b0..120c638c86d 100644 --- a/package/windows/32bitBuild.bat +++ b/package/windows/32bitBuild.bat @@ -5,7 +5,7 @@ :: 32 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -SET version=0.6.6 +SET version=0.6.7 :: Private setup SET outdir=\\VBOXSVR\vm_shared_windows_32bit diff --git a/package/windows/64bitBuild.bat b/package/windows/64bitBuild.bat index 50cbe54e2a1..a79b8847ca8 100644 --- a/package/windows/64bitBuild.bat +++ b/package/windows/64bitBuild.bat @@ -5,7 +5,7 @@ :: 64 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -SET version=0.6.6 +SET version=0.6.7 :: Private setup SET outdir=\\VBOXSVR\vm_shared_windows diff --git a/package/windows/Bisq.iss b/package/windows/Bisq.iss index d0055b49861..c518b2dcc51 100755 --- a/package/windows/Bisq.iss +++ b/package/windows/Bisq.iss @@ -3,7 +3,7 @@ [Setup] AppId={{bisq}} AppName=Bisq -AppVersion=0.6.6 +AppVersion=0.6.7 AppVerName=Bisq AppPublisher=Bisq AppComments=Bisq diff --git a/pom.xml b/pom.xml index ac24a3893d6..a10ce5664d5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.bisq parent pom - 0.6.6 + 0.6.7 Bisq - The decentralized exchange network https://bisq.io diff --git a/seednode/pom.xml b/seednode/pom.xml index a00fca7a087..5b076e85e2d 100644 --- a/seednode/pom.xml +++ b/seednode/pom.xml @@ -22,7 +22,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0 diff --git a/statistics/pom.xml b/statistics/pom.xml index 827e5132907..10628bdbdcf 100644 --- a/statistics/pom.xml +++ b/statistics/pom.xml @@ -22,7 +22,7 @@ parent io.bisq - 0.6.6 + 0.6.7 4.0.0