Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Oct 8, 2024
1 parent c833e6f commit 696fc63
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.questdb</groupId>
<artifactId>benchmarks</artifactId>
<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>
<packaging>jar</packaging>
<name>JMH benchmarks for QuestDB</name>

Expand Down
2 changes: 1 addition & 1 deletion compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.questdb</groupId>
<artifactId>compat</artifactId>
<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>

<name>Compatibility tests for QuestDB</name>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<qdbr.rustflags>-D warnings</qdbr.rustflags>
</properties>

<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<packaging>jar</packaging>
Expand All @@ -70,7 +70,7 @@
<scm>
<url>scm:git:https://github.com/questdb/questdb.git</url>
<connection>scm:git:https://github.com/questdb/questdb.git</connection>
<tag>HEAD</tag>
<tag>8.1.2</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.questdb</groupId>
<artifactId>examples</artifactId>
<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>
<name>Examples for QuestDB</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<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">
<modelVersion>4.0.0</modelVersion>

<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>
<groupId>org.questdb</groupId>
<artifactId>questdb-parent</artifactId>
<packaging>pom</packaging>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:https://github.com/questdb/questdb.git</connection>
<developerConnection>scm:git:https://github.com/questdb/questdb.git</developerConnection>
<url>https://github.com/questdb/questdb</url>
<tag>HEAD</tag>
<tag>8.1.2</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.questdb</groupId>
<artifactId>utils</artifactId>
<version>8.1.2-SNAPSHOT</version>
<version>8.1.2</version>

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

Expand Down

0 comments on commit 696fc63

Please sign in to comment.