This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.3.x-link in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit ec56579f3832c26215bba8833de9718689917dca 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 c84ff39..998d83a 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -123,7 +123,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>