File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
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.0.4-SNAPSHOT </version >
30
+ <version >8.1.0 </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 27
27
28
28
<groupId >io.questdb</groupId >
29
29
<artifactId >compat</artifactId >
30
- <version >8.0.4-SNAPSHOT </version >
30
+ <version >8.1.0 </version >
31
31
32
32
<name >Compatibility tests for QuestDB</name >
33
33
Original file line number Diff line number Diff line change 41
41
<qdbr .release>false</qdbr .release>
42
42
</properties >
43
43
44
- <version >8.0.4-SNAPSHOT </version >
44
+ <version >8.1.0 </version >
45
45
<groupId >org.questdb</groupId >
46
46
<artifactId >questdb</artifactId >
47
47
<packaging >jar</packaging >
65
65
<scm >
66
66
<url >scm:git:https://github.com/questdb/questdb.git</url >
67
67
<connection >scm:git:https://github.com/questdb/questdb.git</connection >
68
- <tag >HEAD </tag >
68
+ <tag >8.1.0 </tag >
69
69
</scm >
70
70
71
71
<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.0.4-SNAPSHOT </version >
30
+ <version >8.1.0 </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.0.4-SNAPSHOT </version >
28
+ <version >8.1.0 </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.1.0 </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.0.4-SNAPSHOT </version >
30
+ <version >8.1.0 </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