未验证 提交 90a28946 编写于 作者: V Vlad Ilyushchenko 提交者: GitHub

build: 5.0.5 RELEASE (#714)

上级 1fbf96d5
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>org.questdb</groupId> <groupId>org.questdb</groupId>
<artifactId>questdb</artifactId> <artifactId>questdb</artifactId>
<version>5.0.5-SNAPSHOT</version> <version>5.0.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
......
...@@ -23,14 +23,14 @@ RUN c:\apache-maven-3.6.3\bin\mvn clean package -DskipTests -P build-web-console ...@@ -23,14 +23,14 @@ RUN c:\apache-maven-3.6.3\bin\mvn clean package -DskipTests -P build-web-console
## unpack the runtime ## unpack the runtime
WORKDIR c:/questdb/core/target WORKDIR c:/questdb/core/target
RUN tar xvfz questdb-5.0.4-rt-windows-amd64.tar.gz RUN tar xvfz questdb-5.0.5-rt-windows-amd64.tar.gz
#RUN dir questdb-*-rt-windows-amd64.tar.gz #RUN dir questdb-*-rt-windows-amd64.tar.gz
FROM mcr.microsoft.com/windows/nanoserver:1903 FROM mcr.microsoft.com/windows/nanoserver:1903
WORKDIR /app WORKDIR /app
COPY --from=0 c:/questdb/core/target/questdb-5.0.4-rt-windows-amd64/ . COPY --from=0 c:/questdb/core/target/questdb-5.0.5-rt-windows-amd64/ .
# Make working folder the quest db folder # Make working folder the quest db folder
WORKDIR /app/bin WORKDIR /app/bin
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<argLine>-Xmx512m --add-exports java.base/jdk.internal.math=ALL-UNNAMED -Dfile.encoding=UTF-8</argLine> <argLine>-Xmx512m --add-exports java.base/jdk.internal.math=ALL-UNNAMED -Dfile.encoding=UTF-8</argLine>
</properties> </properties>
<version>5.0.5-SNAPSHOT</version> <version>5.0.5</version>
<groupId>org.questdb</groupId> <groupId>org.questdb</groupId>
<artifactId>questdb</artifactId> <artifactId>questdb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>5.0.5-SNAPSHOT</version> <version>5.0.5</version>
<groupId>org.questdb</groupId> <groupId>org.questdb</groupId>
<artifactId>questdb-parent</artifactId> <artifactId>questdb-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册