Prepare v0.6.3

This commit is contained in:
Manfred Karrer 2018-01-09 23:36:49 +01:00
parent 71a0fc5240
commit aeec075c91
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46
19 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -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.2";
public static final String VERSION = "0.6.3";
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<artifactId>core</artifactId>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -6,7 +6,7 @@ mkdir -p gui/deploy
set -e
# Edit version
version=0.6.2
version=0.6.3
dir="/media/sf_vm_shared_ubuntu14_32bit"

View File

@ -6,7 +6,7 @@ mkdir -p gui/deploy
set -e
# Edit version
version=0.6.2
version=0.6.3
dir="/media/sf_vm_shared_ubuntu"

View File

@ -8,7 +8,7 @@
# pull base image
FROM openjdk:8-jdk
ENV version 0.6.2
ENV version 0.6.3
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
apt-get install -y vim fakeroot

View File

@ -5,7 +5,7 @@ mkdir -p gui/deploy
set -e
version="0.6.2"
version="0.6.3"
mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true

View File

@ -1,6 +1,6 @@
#!/bin/bash
version="0.6.2"
version="0.6.3"
target_dir="/Users/dev/Documents/__bisq/_releases/$version"
src_dir="/Users/dev/Documents/intellij/exchange_bisq"

View File

@ -5,7 +5,7 @@
:: 32 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
SET version=0.6.2
SET version=0.6.3
:: Private setup
SET outdir=\\VBOXSVR\vm_shared_windows_32bit

View File

@ -5,7 +5,7 @@
:: 64 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
SET version=0.6.2
SET version=0.6.3
:: Private setup
SET outdir=\\VBOXSVR\vm_shared_windows

View File

@ -3,7 +3,7 @@
[Setup]
AppId={{bisq}}
AppName=Bisq
AppVersion=0.6.2
AppVersion=0.6.3
AppVerName=Bisq
AppPublisher=Bisq
AppComments=Bisq

View File

@ -6,7 +6,7 @@
<groupId>io.bisq</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.6.2</version>
<version>0.6.3</version>
<description>Bisq - The decentralized exchange network</description>
<url>https://bisq.io</url>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bisq</groupId>
<version>0.6.2</version>
<version>0.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>