Skip to content

Commit 412f81b

Browse files
committed
[maven-release-plugin] prepare release 8.1.0
1 parent 07ba2e4 commit 412f81b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>io.questdb</groupId>
2929
<artifactId>benchmarks</artifactId>
30-
<version>8.0.4-SNAPSHOT</version>
30+
<version>8.1.0</version>
3131
<packaging>jar</packaging>
3232
<name>JMH benchmarks for QuestDB</name>
3333

compat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>io.questdb</groupId>
2929
<artifactId>compat</artifactId>
30-
<version>8.0.4-SNAPSHOT</version>
30+
<version>8.1.0</version>
3131

3232
<name>Compatibility tests for QuestDB</name>
3333

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<qdbr.release>false</qdbr.release>
4242
</properties>
4343

44-
<version>8.0.4-SNAPSHOT</version>
44+
<version>8.1.0</version>
4545
<groupId>org.questdb</groupId>
4646
<artifactId>questdb</artifactId>
4747
<packaging>jar</packaging>
@@ -65,7 +65,7 @@
6565
<scm>
6666
<url>scm:git:https://github.com/questdb/questdb.git</url>
6767
<connection>scm:git:https://github.com/questdb/questdb.git</connection>
68-
<tag>HEAD</tag>
68+
<tag>8.1.0</tag>
6969
</scm>
7070

7171
<distributionManagement>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>io.questdb</groupId>
2929
<artifactId>examples</artifactId>
30-
<version>8.0.4-SNAPSHOT</version>
30+
<version>8.1.0</version>
3131
<name>Examples for QuestDB</name>
3232

3333
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2626
<modelVersion>4.0.0</modelVersion>
2727

28-
<version>8.0.4-SNAPSHOT</version>
28+
<version>8.1.0</version>
2929
<groupId>org.questdb</groupId>
3030
<artifactId>questdb-parent</artifactId>
3131
<packaging>pom</packaging>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/questdb/questdb.git</connection>
3636
<developerConnection>scm:git:https://github.com/questdb/questdb.git</developerConnection>
3737
<url>https://github.com/questdb/questdb</url>
38-
<tag>HEAD</tag>
38+
<tag>8.1.0</tag>
3939
</scm>
4040

4141
<build>

utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>io.questdb</groupId>
2929
<artifactId>utils</artifactId>
30-
<version>8.0.4-SNAPSHOT</version>
30+
<version>8.1.0</version>
3131

3232
<name>Command line utils for QuestDB</name>
3333

0 commit comments

Comments
 (0)