Skip to content

Commit 749605b

Browse files
Set Confluent to 4.1.0, Kafka to 1.1.0-cp1.
1 parent 12497f6 commit 749605b

File tree

17 files changed

+24
-24
lines changed

17 files changed

+24
-24
lines changed

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>io.confluent</groupId>
2222
<artifactId>build-tools</artifactId>
23-
<version>4.1.0-SNAPSHOT</version>
23+
<version>4.1.0</version>
2424
<name>Build Tools</name>
2525
</project>

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '4.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '4.1.0-SNAPSHOT'
62+
release = '4.1.0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

ksql-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-cli</artifactId>

ksql-clickstream-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.confluent.ksql</groupId>
2525
<artifactId>ksql-parent</artifactId>
26-
<version>4.1.0-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<groupId>io.confluent.ksql</groupId>

ksql-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-common</artifactId>

ksql-console-scripts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<groupId>io.confluent.ksql</groupId>

ksql-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-engine</artifactId>

ksql-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-examples</artifactId>

ksql-metastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-metastore</artifactId>

ksql-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent.ksql</groupId>
99
<artifactId>ksql-parent</artifactId>
10-
<version>4.1.0-SNAPSHOT</version>
10+
<version>4.1.0</version>
1111
</parent>
1212

1313
<artifactId>ksql-package</artifactId>

0 commit comments

Comments
 (0)