This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 85ac1d392ab0932e24d0c49797eba71c191da2f0 Author: Tom Cunningham <[email protected]> AuthorDate: Tue Oct 13 07:56:58 2020 -0400 Fix base directory. --- distribution/src/main/assemblies/source-release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/main/assemblies/source-release.xml b/distribution/src/main/assemblies/source-release.xml index 96e6c0e..1e52812 100644 --- a/distribution/src/main/assemblies/source-release.xml +++ b/distribution/src/main/assemblies/source-release.xml @@ -20,7 +20,7 @@ <assembly> <id>source-release</id> <!-- the only thing being done differently here is the base directory --> - <baseDirectory>apache-camel-quarkus-${version}</baseDirectory> + <baseDirectory>apache-camel-kafkaconnector-${version}</baseDirectory> <formats> <format>zip</format> </formats>
