Skip to content

Commit e191c10

Browse files
committed
[maven-release-plugin] prepare release v0.11
1 parent 0cf4745 commit e191c10

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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.11-SNAPSHOT</version>
6+
<version>0.11</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.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/exactlyonce/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.questdb</groupId>
66
<artifactId>kafka-integration-tests</artifactId>
7-
<version>0.11-SNAPSHOT</version>
7+
<version>0.11</version>
88
</parent>
99
<artifactId>kafka-it-exactlyonce</artifactId>
1010

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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11-SNAPSHOT</version>
6+
<version>0.11</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.11</tag>
149149
</scm>
150150

151151
<licenses>

0 commit comments

Comments
 (0)