This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 03b217b Manually fixed version of 2 new connectors.
03b217b is described below
commit 03b217ba8efb7b8e4ed77056613c7ce48b447b4b
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Mon Aug 3 09:39:43 2020 +0200
Manually fixed version of 2 new connectors.
---
connectors/camel-aws2-athena-kafka-connector/pom.xml | 2 +-
connectors/camel-resteasy-kafka-connector/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/connectors/camel-aws2-athena-kafka-connector/pom.xml
b/connectors/camel-aws2-athena-kafka-connector/pom.xml
index 1d4163b..00a6333 100644
--- a/connectors/camel-aws2-athena-kafka-connector/pom.xml
+++ b/connectors/camel-aws2-athena-kafka-connector/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>connectors</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>camel-aws2-athena-kafka-connector</artifactId>
<name>Camel-Kafka-Connector :: aws2-athena</name>
diff --git a/connectors/camel-resteasy-kafka-connector/pom.xml
b/connectors/camel-resteasy-kafka-connector/pom.xml
index 75f317f..b8ad1a4 100644
--- a/connectors/camel-resteasy-kafka-connector/pom.xml
+++ b/connectors/camel-resteasy-kafka-connector/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>connectors</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>camel-resteasy-kafka-connector</artifactId>
<name>Camel-Kafka-Connector :: resteasy</name>