Skip to content

Commit

Permalink
Set Confluent to 6.1.4, Kafka to 6.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Dec 10, 2021
1 parent 5289722 commit 266978b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@ def makeLink(role, rawtext, text, lineno, inliner, options={}, content=[]):
# The short X.Y version.
version = '6.1'
# The full version, including alpha/beta/rc tags.
release = '6.1.4-0'
release = '6.1.4'
# Kafka version
kafka_branch = '2.6'
# Kafka Javadoc version
kafka_javadoc_version = '26'
# Kafka release we're tracking from upstream, so we can refer to it without the -cp version
kafka_upstream_release = '2.6.0'
# Kafka release (included in CP examples)
kafka_release = '6.1.4-0-ccs'
kafka_release = '6.1.4-ccs'
# Scala version used for CP packages
scala_version = '2.13'
# release post branch, used in ksqlDB, streams, examples
Expand Down
2 changes: 1 addition & 1 deletion docs/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
# can automatically pass them as environment variables to the Makefile.
#
# IMPORTANT: For *branches*, this must be a remote ref, i.e. "orgin/foobar", not just "foobar"!
export BRANCH="origin/6.1.x"
export BRANCH="origin/6.1.4-post"

export MAVEN_OPTS="-XX:MaxPermSize=128M -Dhttps.protocols=TLSv1.2"

Expand Down
6 changes: 3 additions & 3 deletions env_files/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# over time to construct other
# values required by this repository
#####################################################
CONFLUENT=6.1.4-0
CONFLUENT_DOCKER_TAG=6.1.x-latest
CONFLUENT=6.1.4
CONFLUENT_DOCKER_TAG=6.1.4
CONFLUENT_SHORT=6.1
CONFLUENT_PREVIOUS="6.1.3"
CONFLUENT_RELEASE_TAG_OR_BRANCH=6.1.x
CONFLUENT_RELEASE_TAG_OR_BRANCH=6.1.4-post
CONFLUENT_MAJOR=6
CONFLUENT_MINOR=1
CONFLUENT_PATCH=4
Expand Down

0 comments on commit 266978b

Please sign in to comment.