Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Mar 22, 2024
1 parent e830f14 commit b9776a8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 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.11-SNAPSHOT</version>
<version>7.4.0</version>
<packaging>jar</packaging>
<name>JMH benchmarks for QuestDB</name>

Expand Down
5 changes: 2 additions & 3 deletions compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

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

<groupId>io.questdb</groupId>
<artifactId>compat</artifactId>
<version>7.3.11-SNAPSHOT</version>
<version>7.4.0</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 @@ -39,7 +39,7 @@
<web.console.version>0.3.3</web.console.version>
</properties>

<version>7.3.11-SNAPSHOT</version>
<version>7.4.0</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.4.0</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.11-SNAPSHOT</version>
<version>7.4.0</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.11-SNAPSHOT</version>
<version>7.4.0</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.4.0</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>7.3.11-SNAPSHOT</version>
<version>7.4.0</version>

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

Expand Down

0 comments on commit b9776a8

Please sign in to comment.