File tree 6 files changed +10
-12
lines changed
6 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<groupId >io.questdb</groupId >
29
29
<artifactId >benchmarks</artifactId >
30
- <version >8.2.3-SNAPSHOT </version >
30
+ <version >8.2.3</version >
31
31
<packaging >jar</packaging >
32
32
<name >JMH benchmarks for QuestDB</name >
33
33
Original file line number Diff line number Diff line change 22
22
~
23
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
24
24
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" >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
29
28
<groupId >io.questdb</groupId >
30
29
<artifactId >compat</artifactId >
31
- <version >8.2.3-SNAPSHOT </version >
30
+ <version >8.2.3</version >
32
31
33
32
<name >Compatibility tests for QuestDB</name >
34
33
Original file line number Diff line number Diff line change 22
22
~
23
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
24
24
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" >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
<name >QuestDB</name >
29
28
<description >QuestDB is high performance SQL time series database</description >
47
46
<qdbr .rustflags>-D warnings</qdbr .rustflags>
48
47
</properties >
49
48
50
- <version >8.2.3-SNAPSHOT </version >
49
+ <version >8.2.3</version >
51
50
<groupId >org.questdb</groupId >
52
51
<artifactId >questdb</artifactId >
53
52
<packaging >jar</packaging >
71
70
<scm >
72
71
<url >scm:git:https://github.com/questdb/questdb.git</url >
73
72
<connection >scm:git:https://github.com/questdb/questdb.git</connection >
74
- <tag >HEAD </tag >
73
+ <tag >8.2.3 </tag >
75
74
</scm >
76
75
77
76
<distributionManagement >
Original file line number Diff line number Diff line change 27
27
28
28
<groupId >io.questdb</groupId >
29
29
<artifactId >examples</artifactId >
30
- <version >8.2.3-SNAPSHOT </version >
30
+ <version >8.2.3</version >
31
31
<name >Examples for QuestDB</name >
32
32
33
33
<dependencies >
Original file line number Diff line number Diff line change 25
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" >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
28
- <version >8.2.3-SNAPSHOT </version >
28
+ <version >8.2.3</version >
29
29
<groupId >org.questdb</groupId >
30
30
<artifactId >questdb-parent</artifactId >
31
31
<packaging >pom</packaging >
35
35
<connection >scm:git:https://github.com/questdb/questdb.git</connection >
36
36
<developerConnection >scm:git:https://github.com/questdb/questdb.git</developerConnection >
37
37
<url >https://github.com/questdb/questdb</url >
38
- <tag >HEAD </tag >
38
+ <tag >8.2.3 </tag >
39
39
</scm >
40
40
41
41
<build >
Original file line number Diff line number Diff line change 27
27
28
28
<groupId >io.questdb</groupId >
29
29
<artifactId >utils</artifactId >
30
- <version >8.2.3-SNAPSHOT </version >
30
+ <version >8.2.3</version >
31
31
32
32
<name >Command line utils for QuestDB</name >
33
33
You can’t perform that action at this time.
0 commit comments