[release] Updated Oracle driver

This commit is contained in:
Jiri Pechanec 2021-05-20 13:50:27 +02:00 committed by Gunnar Morling
parent 265eb15cdd
commit b22d332481

View File

@ -35,8 +35,8 @@ DEBEZIUM_DIR = 'debezium'
IMAGES_DIR = 'images'
UI_DIR = 'ui'
POSTGRES_DECODER_DIR = 'postgres-decoder'
ORACLE_ARTIFACT_DIR = "$HOME_DIR/oracle-libs/12.2.0.1.0"
ORACLE_ARTIFACT_VERSION = '12.2.0.1'
ORACLE_ARTIFACT_DIR = "$HOME_DIR/oracle-libs/21.1.0.0.0"
ORACLE_ARTIFACT_VERSION = '21.1.0.0'
VERSION_TAG = "v$RELEASE_VERSION"
VERSION_PARTS = RELEASE_VERSION.split('\\.')