From 0adf2896f2f2421c76993254afe473f04923b7a2 Mon Sep 17 00:00:00 2001 From: Vlad Ilyushchenko Date: Wed, 17 Jun 2020 17:09:16 +0100 Subject: [PATCH] build: 5.0.0 RELEASE --- README.md | 2 +- benchmarks/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a340fc392..5a7704c45 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ mvn clean package -DskipTests # replace the value with an actual directory name, example "out" mkdir -java -p core/target/core-4.3.0-SNAPSHOT.jar -m io.questdb/io.questdb.ServerMain -d +java -p core/target/core-5.0.1-SNAPSHOT.jar -m io.questdb/io.questdb.ServerMain -d ``` QuestDB will start an HTTP server with the web console available at diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 514a5bb8f..a223f0031 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -53,7 +53,7 @@ org.questdb core - 5.0.0-SNAPSHOT + 5.0.0 org.apache.logging.log4j diff --git a/core/pom.xml b/core/pom.xml index 2bc3270cd..6c8e7f1ff 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -36,7 +36,7 @@ 11 - 5.0.0-SNAPSHOT + 5.0.0 org.questdb core jar diff --git a/pom.xml b/pom.xml index a398e7e28..d846c8176 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - 5.0.0-SNAPSHOT + 5.0.0 org.questdb questdb pom -- GitLab