This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 572389bb858d3e08a8a3f957a1fdc7c83efdbb97 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Jan 24 13:21:01 2021 +0100 Use an assembly plugin version that is supported by java 14 --- .../src/main/resources/camel-kafka-connector-template-pom.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-template-pom.template b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-template-pom.template index df3eb0e..c38f850 100644 --- a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-template-pom.template +++ b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-template-pom.template @@ -88,7 +88,7 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.5.3</version> + <version>3.3.0</version> <configuration> <descriptors> <descriptor>src/main/assembly/package.xml</descriptor>