Skip to content

Commit 0a35748

Browse files
Bump Confluent to 7.3.0-0, Kafka to 7.3.0-0
1 parent fb85136 commit 0a35748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
# can automatically pass them as environment variables to the Makefile.
3939
#
4040
# IMPORTANT: For *branches*, this must be a remote ref, i.e. "orgin/foobar", not just "foobar"!
41-
export BRANCH="origin/master"
41+
export BRANCH="origin/7.3.x"
4242

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

env_files/config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CONFLUENT=7.3.0-0
99
CONFLUENT_DOCKER_TAG=7.3.x-latest
1010
CONFLUENT_SHORT=7.3
1111
CONFLUENT_PREVIOUS=""
12-
CONFLUENT_RELEASE_TAG_OR_BRANCH=master
12+
CONFLUENT_RELEASE_TAG_OR_BRANCH=7.3.x
1313
CONFLUENT_MAJOR=7
1414
CONFLUENT_MINOR=3
1515
CONFLUENT_PATCH=0

0 commit comments

Comments
 (0)