提交 cd22e5c3 编写于 作者: V Vlad Ilyushchenko

[maven-release-plugin] prepare release 7.2.1

上级 07f95bd1
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<groupId>io.questdb</groupId> <groupId>io.questdb</groupId>
<artifactId>benchmarks</artifactId> <artifactId>benchmarks</artifactId>
<version>7.2.1-SNAPSHOT</version> <version>7.2.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>JMH benchmarks for QuestDB</name> <name>JMH benchmarks for QuestDB</name>
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
~ ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>QuestDB</name> <name>QuestDB</name>
<description>QuestDB is high performance SQL time series database</description> <description>QuestDB is high performance SQL time series database</description>
...@@ -40,7 +39,7 @@ ...@@ -40,7 +39,7 @@
<web.console.version>0.2.4</web.console.version> <web.console.version>0.2.4</web.console.version>
</properties> </properties>
<version>7.2.1-SNAPSHOT</version> <version>7.2.1</version>
<groupId>org.questdb</groupId> <groupId>org.questdb</groupId>
<artifactId>questdb</artifactId> <artifactId>questdb</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -64,7 +63,7 @@ ...@@ -64,7 +63,7 @@
<scm> <scm>
<url>scm:git:https://github.com/questdb/questdb.git</url> <url>scm:git:https://github.com/questdb/questdb.git</url>
<connection>scm:git:https://github.com/questdb/questdb.git</connection> <connection>scm:git:https://github.com/questdb/questdb.git</connection>
<tag>HEAD</tag> <tag>7.2.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<groupId>io.questdb</groupId> <groupId>io.questdb</groupId>
<artifactId>examples</artifactId> <artifactId>examples</artifactId>
<version>7.2.1-SNAPSHOT</version> <version>7.2.1</version>
<name>Examples for QuestDB</name> <name>Examples for QuestDB</name>
<dependencies> <dependencies>
......
...@@ -25,7 +25,7 @@ ...@@ -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"> <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> <modelVersion>4.0.0</modelVersion>
<version>7.2.1-SNAPSHOT</version> <version>7.2.1</version>
<groupId>org.questdb</groupId> <groupId>org.questdb</groupId>
<artifactId>questdb-parent</artifactId> <artifactId>questdb-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<connection>scm:git:https://github.com/questdb/questdb.git</connection> <connection>scm:git:https://github.com/questdb/questdb.git</connection>
<developerConnection>scm:git:https://github.com/questdb/questdb.git</developerConnection> <developerConnection>scm:git:https://github.com/questdb/questdb.git</developerConnection>
<url>https://github.com/questdb/questdb</url> <url>https://github.com/questdb/questdb</url>
<tag>HEAD</tag> <tag>7.2.1</tag>
</scm> </scm>
<build> <build>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>utils</artifactId> <artifactId>utils</artifactId>
<version>7.2.1-SNAPSHOT</version> <version>7.2.1</version>
<name>Command line utils for QuestDB</name> <name>Command line utils for QuestDB</name>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册