Skip to content

Commit be9d028

Browse files
committed
[maven-release-plugin] prepare release 8.2.3
1 parent 14f3610 commit be9d028

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
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.2.3-SNAPSHOT</version>
30+
<version>8.2.3</version>
3131
<packaging>jar</packaging>
3232
<name>JMH benchmarks for QuestDB</name>
3333

compat/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
~
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
2424

25-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25+
<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/xsd/maven-4.0.0.xsd">
2726
<modelVersion>4.0.0</modelVersion>
2827

2928
<groupId>io.questdb</groupId>
3029
<artifactId>compat</artifactId>
31-
<version>8.2.3-SNAPSHOT</version>
30+
<version>8.2.3</version>
3231

3332
<name>Compatibility tests for QuestDB</name>
3433

core/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
~
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
2424

25-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25+
<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">
2726
<modelVersion>4.0.0</modelVersion>
2827
<name>QuestDB</name>
2928
<description>QuestDB is high performance SQL time series database</description>
@@ -47,7 +46,7 @@
4746
<qdbr.rustflags>-D warnings</qdbr.rustflags>
4847
</properties>
4948

50-
<version>8.2.3-SNAPSHOT</version>
49+
<version>8.2.3</version>
5150
<groupId>org.questdb</groupId>
5251
<artifactId>questdb</artifactId>
5352
<packaging>jar</packaging>
@@ -71,7 +70,7 @@
7170
<scm>
7271
<url>scm:git:https://github.com/questdb/questdb.git</url>
7372
<connection>scm:git:https://github.com/questdb/questdb.git</connection>
74-
<tag>HEAD</tag>
73+
<tag>8.2.3</tag>
7574
</scm>
7675

7776
<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.2.3-SNAPSHOT</version>
30+
<version>8.2.3</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.2.3-SNAPSHOT</version>
28+
<version>8.2.3</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.2.3</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.2.3-SNAPSHOT</version>
30+
<version>8.2.3</version>
3131

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

0 commit comments

Comments
 (0)