From 47f29cc991d3d06778702df9038698c8fbcb3ef5 Mon Sep 17 00:00:00 2001 From: Max Zheng Date: Sat, 28 Jul 2018 22:01:46 +0000 Subject: [PATCH] Set Confluent to 5.0.0, Kafka to 2.0.0-cp1. --- build-tools/pom.xml | 2 +- cp-ksql-cli/pom.xml | 2 +- cp-ksql-server/pom.xml | 2 +- docs/conf.py | 2 +- docs/tutorials/docker-compose.yml | 2 +- ksql-cli/pom.xml | 2 +- ksql-clickstream-demo/pom.xml | 2 +- ksql-common/pom.xml | 2 +- ksql-console-scripts/pom.xml | 2 +- ksql-engine/pom.xml | 2 +- ksql-examples/pom.xml | 2 +- ksql-metastore/pom.xml | 2 +- ksql-package/pom.xml | 2 +- ksql-parser/pom.xml | 4 ++-- ksql-rest-app/pom.xml | 2 +- ksql-serde/pom.xml | 2 +- ksql-tools/pom.xml | 2 +- ksql-udf/pom.xml | 2 +- ksql-version-metrics-client/pom.xml | 2 +- licenses/licenses.html | 12 ++++++------ pom.xml | 4 ++-- 21 files changed, 28 insertions(+), 28 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index acc4011dbebf..0cd909af7d1f 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -20,6 +20,6 @@ 4.0.0 io.confluent build-tools - 5.0.0-SNAPSHOT + 5.0.0 Build Tools diff --git a/cp-ksql-cli/pom.xml b/cp-ksql-cli/pom.xml index bee9c1b87743..ac2718425365 100644 --- a/cp-ksql-cli/pom.xml +++ b/cp-ksql-cli/pom.xml @@ -23,7 +23,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 io.confluent.ksql diff --git a/cp-ksql-server/pom.xml b/cp-ksql-server/pom.xml index d86064eb5ba4..3d163a16159b 100644 --- a/cp-ksql-server/pom.xml +++ b/cp-ksql-server/pom.xml @@ -23,7 +23,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 io.confluent.ksql diff --git a/docs/conf.py b/docs/conf.py index 46140c1f83b7..84ae22f9502c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/tutorials/docker-compose.yml b/docs/tutorials/docker-compose.yml index 7a0784878bf1..1318008cd461 100644 --- a/docs/tutorials/docker-compose.yml +++ b/docs/tutorials/docker-compose.yml @@ -39,7 +39,7 @@ services: SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:32181 ksql-server: - image: confluentinc/cp-ksql-server:5.0.0-rc3 + image: confluentinc/cp-ksql-server:5.0.0 depends_on: - kafka - schema-registry diff --git a/ksql-cli/pom.xml b/ksql-cli/pom.xml index d8e1cad607b8..df0e3d22659a 100644 --- a/ksql-cli/pom.xml +++ b/ksql-cli/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-cli diff --git a/ksql-clickstream-demo/pom.xml b/ksql-clickstream-demo/pom.xml index f2811451df79..bcf8894be431 100644 --- a/ksql-clickstream-demo/pom.xml +++ b/ksql-clickstream-demo/pom.xml @@ -23,7 +23,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 io.confluent.ksql diff --git a/ksql-common/pom.xml b/ksql-common/pom.xml index 6fda3168f033..505d79d5dd77 100644 --- a/ksql-common/pom.xml +++ b/ksql-common/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-common diff --git a/ksql-console-scripts/pom.xml b/ksql-console-scripts/pom.xml index 284227bd6fd8..d1a04f8218d0 100644 --- a/ksql-console-scripts/pom.xml +++ b/ksql-console-scripts/pom.xml @@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 io.confluent.ksql diff --git a/ksql-engine/pom.xml b/ksql-engine/pom.xml index f41443b9b3bf..b73179619777 100644 --- a/ksql-engine/pom.xml +++ b/ksql-engine/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-engine diff --git a/ksql-examples/pom.xml b/ksql-examples/pom.xml index 5cc05dd392c0..5479c0d988f8 100644 --- a/ksql-examples/pom.xml +++ b/ksql-examples/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-examples diff --git a/ksql-metastore/pom.xml b/ksql-metastore/pom.xml index e20fe8585733..aa47ad45a968 100644 --- a/ksql-metastore/pom.xml +++ b/ksql-metastore/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-metastore diff --git a/ksql-package/pom.xml b/ksql-package/pom.xml index 9153a912019d..af9bf821a11a 100644 --- a/ksql-package/pom.xml +++ b/ksql-package/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-package diff --git a/ksql-parser/pom.xml b/ksql-parser/pom.xml index 1f672d473fbb..895dde903586 100644 --- a/ksql-parser/pom.xml +++ b/ksql-parser/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-parser @@ -25,7 +25,7 @@ io.confluent.ksql ksql-metastore - 5.0.0-SNAPSHOT + 5.0.0 test-jar test diff --git a/ksql-rest-app/pom.xml b/ksql-rest-app/pom.xml index e1beb1b9124a..876fc78dd5ef 100644 --- a/ksql-rest-app/pom.xml +++ b/ksql-rest-app/pom.xml @@ -8,7 +8,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-rest-app diff --git a/ksql-serde/pom.xml b/ksql-serde/pom.xml index 4df420584e43..bc77df21c366 100644 --- a/ksql-serde/pom.xml +++ b/ksql-serde/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-serde diff --git a/ksql-tools/pom.xml b/ksql-tools/pom.xml index cf7f7e6c42bc..2f51650174c7 100644 --- a/ksql-tools/pom.xml +++ b/ksql-tools/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-tools diff --git a/ksql-udf/pom.xml b/ksql-udf/pom.xml index 26215b88ce15..d34672f85353 100644 --- a/ksql-udf/pom.xml +++ b/ksql-udf/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-udf diff --git a/ksql-version-metrics-client/pom.xml b/ksql-version-metrics-client/pom.xml index 0ccab89b2c38..f91be56f137d 100644 --- a/ksql-version-metrics-client/pom.xml +++ b/ksql-version-metrics-client/pom.xml @@ -7,7 +7,7 @@ io.confluent.ksql ksql-parent - 5.0.0-SNAPSHOT + 5.0.0 ksql-version-metrics-client diff --git a/licenses/licenses.html b/licenses/licenses.html index 69501d905478..096e0115dc9c 100644 --- a/licenses/licenses.html +++ b/licenses/licenses.html @@ -51,15 +51,15 @@

License Report


slice-0.29jar0.29 -common-config-5.0.0-SNAPSHOTjar5.0.0-SNAPSHOT +common-config-5.0.0jar5.0.0 -common-utils-5.0.0-SNAPSHOTjar5.0.0-SNAPSHOT +common-utils-5.0.0jar5.0.0 -kafka-avro-serializer-5.0.0-SNAPSHOTjar5.0.0-SNAPSHOT +kafka-avro-serializer-5.0.0jar5.0.0 -kafka-connect-avro-converter-5.0.0-SNAPSHOTjar5.0.0-SNAPSHOT +kafka-connect-avro-converter-5.0.0jar5.0.0 -kafka-schema-registry-client-5.0.0-SNAPSHOTjar5.0.0-SNAPSHOT +kafka-schema-registry-client-5.0.0jar5.0.0 ksql-engine-0.1-SNAPSHOTjar0.1-SNAPSHOT @@ -107,7 +107,7 @@

License Report


kafka-streams-0.11.0.0-cp1jarincluded file -kafka_2.11-2.0.0-SNAPSHOTjarincluded file +kafka_2.11-2.0.0-cp1jarincluded file lz4-1.3.0jar1.3.0 diff --git a/pom.xml b/pom.xml index 5728acc1234a..3dcc5233f553 100644 --- a/pom.xml +++ b/pom.xml @@ -7,14 +7,14 @@ io.confluent rest-utils-parent - 5.0.0-SNAPSHOT + 5.0.0 io.confluent.ksql ksql-parent pom ksql-parent - 5.0.0-SNAPSHOT + 5.0.0