From 503bf934a52aea6debf2db64ca58cfdeea3bec65 Mon Sep 17 00:00:00 2001 From: Vaibhav Kushwaha <34186745+vaibhav-yb@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:07:11 +0530 Subject: [PATCH] [DBZ-PGYB] Rename jar artefact according to new naming standards (#146) This PR changes the name of the jar file which gets generated once the connector is compiled. We have changed the name from `debezium-connector-postgres` to `debezium-connector-yugabytedb`. Additionally, this PR modifies the `name` tag in the `pom.xml` file with the name of the source connector. --- debezium-connector-postgres/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debezium-connector-postgres/pom.xml b/debezium-connector-postgres/pom.xml index 3aac3e88add..ad7e81020ab 100644 --- a/debezium-connector-postgres/pom.xml +++ b/debezium-connector-postgres/pom.xml @@ -7,8 +7,8 @@ ../debezium-parent/pom.xml 4.0.0 - debezium-connector-postgres - Debezium Connector for PostgreSQL + debezium-connector-yugabytedb + YugabyteDB Source Connector jar