This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch connectors-list in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit c7c9cfb884fbef2bb2cce21be1255e089fbfe688 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 19 15:01:45 2020 +0200 Set lastReleaseVersion to 0.3.0 --- connectors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/pom.xml b/connectors/pom.xml index ea5283f..02e0cef 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -126,7 +126,7 @@ <artifactId>camel-kafka-connector-docs-maven-plugin</artifactId> <version>${project.version}</version> <configuration> - <lastReleasedVersion>0.2.0</lastReleasedVersion> + <lastReleasedVersion>0.3.0</lastReleasedVersion> </configuration> <executions> <execution>