Skip to content

Commit

Permalink
Set Confluent to 5.0.0-beta1, Kafka to 2.0.0-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Apr 30, 2018
1 parent 69b614d commit d64f559
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.confluent</groupId>
<artifactId>build-tools</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
<name>Build Tools</name>
</project>
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(app):
# The short X.Y version.
version = '5.0'
# The full version, including alpha/beta/rc tags.
release = '5.0.0-SNAPSHOT'
release = '5.0.0-beta1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ksql-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-clickstream-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<groupId>io.confluent.ksql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-console-scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<groupId>io.confluent.ksql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-metastore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-package</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ksql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-parser</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-metastore</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ksql-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-rest-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-serde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-version-metrics-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<artifactId>ksql-version-metrics-client</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ <H1>License Report</H1><br>
<TR>
<TD><A HREF="https://github.com/airlift/slice">slice-0.29</A></TD><TD>jar</TD><TD>0.29</TD><TD></TD></TR>
<TR>
<TD>common-config-5.0.0-SNAPSHOT</TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD>common-config-5.0.0-beta1</TD><TD>jar</TD><TD>5.0.0-beta1</TD><TD></TD></TR>
<TR>
<TD>common-utils-5.0.0-SNAPSHOT</TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD>common-utils-5.0.0-beta1</TD><TD>jar</TD><TD>5.0.0-beta1</TD><TD></TD></TR>
<TR>
<TD>kafka-avro-serializer-5.0.0-SNAPSHOT</TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-avro-serializer-5.0.0-beta1</TD><TD>jar</TD><TD>5.0.0-beta1</TD><TD></TD></TR>
<TR>
<TD>kafka-connect-avro-converter-5.0.0-SNAPSHOT</TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-avro-converter-5.0.0-beta1</TD><TD>jar</TD><TD>5.0.0-beta1</TD><TD></TD></TR>
<TR>
<TD>kafka-schema-registry-client-5.0.0-SNAPSHOT</TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-schema-registry-client-5.0.0-beta1</TD><TD>jar</TD><TD>5.0.0-beta1</TD><TD></TD></TR>
<TR>
<TD>ksql-engine-0.1-SNAPSHOT</TD><TD>jar</TD><TD>0.1-SNAPSHOT</TD><TD></TD></TR>
<TR>
Expand Down Expand Up @@ -107,7 +107,7 @@ <H1>License Report</H1><br>
<TR>
<TD>kafka-streams-0.11.0.0-cp1</TD><TD>jar</TD><TD></TD><TD><A HREF="LICENSE-kafka-streams-0.11.0.0-cp1.txt">included file</A></TD></TR>
<TR>
<TD>kafka_2.11-2.0.0-SNAPSHOT</TD><TD>jar</TD><TD></TD><TD><A HREF="LICENSE-kafka_2.11-2.0.0-SNAPSHOT.txt">included file</A></TD></TR>
<TD>kafka_2.11-2.0.0-beta1</TD><TD>jar</TD><TD></TD><TD><A HREF="LICENSE-kafka_2.11-2.0.0-beta1.txt">included file</A></TD></TR>
<TR>
<TD>lz4-1.3.0</TD><TD>jar</TD><TD>1.3.0</TD><TD></TD></TR>
<TR>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>rest-utils-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>
</parent>

<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<packaging>pom</packaging>
<name>ksql-parent</name>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-beta1</version>

<licenses>
<license>
Expand Down

0 comments on commit d64f559

Please sign in to comment.