diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index 70eda2b423856..61f2a51e0b583 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -446,7 +446,7 @@ under the License. org.apache.flink - flink-python_${scala.binary.version} + flink-python ${project.version} provided diff --git a/flink-dist/src/main/assemblies/opt.xml b/flink-dist/src/main/assemblies/opt.xml index 364151b45de50..c56ac25938055 100644 --- a/flink-dist/src/main/assemblies/opt.xml +++ b/flink-dist/src/main/assemblies/opt.xml @@ -119,9 +119,9 @@ - ../flink-python/target/flink-python_${scala.binary.version}-${project.version}.jar + ../flink-python/target/flink-python-${project.version}.jar opt - flink-python_${scala.binary.version}-${project.version}.jar + flink-python-${project.version}.jar 0644 diff --git a/flink-docs/pom.xml b/flink-docs/pom.xml index fb3f9fa987f99..4cb4e2939ad5e 100644 --- a/flink-docs/pom.xml +++ b/flink-docs/pom.xml @@ -127,7 +127,7 @@ under the License. org.apache.flink - flink-python_${scala.binary.version} + flink-python ${project.version} diff --git a/flink-end-to-end-tests/flink-python-test/pom.xml b/flink-end-to-end-tests/flink-python-test/pom.xml index 7ac723cbe7cd2..c5d5ceca9aa44 100644 --- a/flink-end-to-end-tests/flink-python-test/pom.xml +++ b/flink-end-to-end-tests/flink-python-test/pom.xml @@ -57,7 +57,7 @@ org.apache.flink - flink-python_${scala.binary.version} + flink-python ${project.version} diff --git a/flink-python/apache-flink-libraries/setup.py b/flink-python/apache-flink-libraries/setup.py index d269626280c72..0d83f73f77232 100644 --- a/flink-python/apache-flink-libraries/setup.py +++ b/flink-python/apache-flink-libraries/setup.py @@ -116,7 +116,7 @@ def find_file_path(pattern): LIB_PATH = os.path.join(FLINK_HOME, "lib") OPT_PATH = os.path.join(FLINK_HOME, "opt") OPT_PYTHON_JAR_NAME = os.path.basename( - find_file_path(os.path.join(OPT_PATH, "flink-python_*.jar"))) + find_file_path(os.path.join(OPT_PATH, "flink-python*.jar"))) OPT_SQL_CLIENT_JAR_NAME = os.path.basename( find_file_path(os.path.join(OPT_PATH, "flink-sql-client*.jar"))) LICENSES_PATH = os.path.join(FLINK_HOME, "licenses") diff --git a/flink-python/pom.xml b/flink-python/pom.xml index 46371a4e9c38d..5257786f7b303 100644 --- a/flink-python/pom.xml +++ b/flink-python/pom.xml @@ -29,7 +29,7 @@ under the License. .. - flink-python_${scala.binary.version} + flink-python Flink : Python jar @@ -72,12 +72,6 @@ under the License. ${project.version} provided - - org.apache.flink - flink-table-api-scala-bridge_${scala.binary.version} - ${project.version} - provided - org.apache.flink flink-table-runtime diff --git a/flink-table/flink-sql-client/pom.xml b/flink-table/flink-sql-client/pom.xml index 1906bded7104a..bf93bc8b6af72 100644 --- a/flink-table/flink-sql-client/pom.xml +++ b/flink-table/flink-sql-client/pom.xml @@ -126,7 +126,7 @@ under the License. org.apache.flink - flink-python_${scala.binary.version} + flink-python ${project.version} test