Skip to content

Commit

Permalink
5.0.1 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Jun 23, 2020
1 parent b80333d commit 4cbf201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>core</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -36,7 +36,7 @@
<javac.target>11</javac.target>
</properties>

<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
<groupId>org.questdb</groupId>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 4cbf201

Please sign in to comment.