Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Nov 7, 2023
1 parent e987302 commit a66f0dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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>7.3.4-SNAPSHOT</version>
<version>7.3.4</version>
<packaging>jar</packaging>
<name>JMH benchmarks 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 @@ -39,7 +39,7 @@
<web.console.version>0.2.9</web.console.version>
</properties>

<version>7.3.4-SNAPSHOT</version>
<version>7.3.4</version>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<packaging>jar</packaging>
Expand All @@ -63,7 +63,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>7.3.4</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>7.3.4-SNAPSHOT</version>
<version>7.3.4</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>7.3.4-SNAPSHOT</version>
<version>7.3.4</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>7.3.4</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>org.example</groupId>
<artifactId>utils</artifactId>
<version>7.3.4-SNAPSHOT</version>
<version>7.3.4</version>

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

Expand Down

0 comments on commit a66f0dc

Please sign in to comment.