You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/01/28 07:30:56 UTC

[camel-kafka-connector] 02/07: Java 14: update the connector version used in test to one that supports Java 14

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 16270d55275ad5b249c0f01b0e345a988ae9046e
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jan 24 12:20:14 2021 +0100

    Java 14: update the connector version used in test to one that supports Java 14
---
 .../resources/projects/camel-timer-kafka-connector/archetype.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties
index c9f8963..52c0774 100644
--- a/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties
+++ b/archetypes/camel-kafka-connector-extensible-archetype/src/test/resources/projects/camel-timer-kafka-connector/archetype.properties
@@ -22,5 +22,5 @@ groupId=org.apache.camel.kafka-connector.test
 artifactId=timer
 
 version=1.0.0-SNAPSHOT
-camel-kafka-connector-version=0.5.0
+camel-kafka-connector-version=0.8.0-SNAPSHOT
 camel-kafka-connector-name=camel-timer-kafka-connector