Skip to content

Commit e2f08bc

Browse files
committed
[maven-release-plugin] prepare release v0.10
1 parent 8ddb879 commit e2f08bc

File tree

10 files changed

+13
-15
lines changed

10 files changed

+13
-15
lines changed

connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -167,7 +167,7 @@
167167
<connection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</connection>
168168
<developerConnection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</developerConnection>
169169
<url>https://github.com/questdb/kafka-questdb-connector</url>
170-
<tag>HEAD</tag>
170+
<tag>v0.10</tag>
171171
</scm>
172172

173173
</project>

integration-tests/avro-schema-registry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/cp-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.questdb</groupId>
55
<artifactId>kafka-integration-tests</artifactId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>kafka-it-cp-server</artifactId>

integration-tests/debezium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/exactlyonce/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.questdb</groupId>
86
<artifactId>kafka-integration-tests</artifactId>
9-
<version>0.10-SNAPSHOT</version>
7+
<version>0.10</version>
108
</parent>
119
<artifactId>kafka-it-exactlyonce</artifactId>
1210

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>kafka-integration-tests</artifactId>

kafka-questdb-connector-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kafka-questdb-connector-samples/stocks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.questdb</groupId>
55
<modelVersion>4.0.0</modelVersion>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77

88
<artifactId>kafka-samples-stocks</artifactId>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.questdb</groupId>
55
<artifactId>kafka-questdb-connector-root</artifactId>
6-
<version>0.10-SNAPSHOT</version>
6+
<version>0.10</version>
77
<modules>
88
<module>connector</module>
99
<module>integration-tests</module>
@@ -145,7 +145,7 @@
145145
<connection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</connection>
146146
<developerConnection>scm:git:https://github.com/questdb/kafka-questdb-connector.git</developerConnection>
147147
<url>https://github.com/questdb/kafka-questdb-connector</url>
148-
<tag>HEAD</tag>
148+
<tag>v0.10</tag>
149149
</scm>
150150

151151
<licenses>

0 commit comments

Comments
 (0)