You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/15 09:53:28 UTC

[camel] 04/04: CAMEL-14627: We still have references to 3.1.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7febb743ed3b21e58f99ffc6dfea45c142464d84
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 15 10:43:14 2020 +0100

    CAMEL-14627: We still have references to 3.1.0-SNAPSHOT
---
 .../src/test/resources/json/component_metadata.json                   | 4 ++--
 .../src/test/resources/json/test_component.json                       | 2 +-
 .../src/test/resources/json/test_component2.json                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/component_metadata.json b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/component_metadata.json
index d6a38b5..3e5de05 100644
--- a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/component_metadata.json
+++ b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/component_metadata.json
@@ -8,7 +8,7 @@
     "lenientProperties": false,
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-mysql",
-    "version": "3.1.0-SNAPSHOT",
+    "version": "3.2.0-SNAPSHOT",
     "endpointOptions": [],
     "title": "Debezium MySQL Connector",
     "description": "Represents a Debezium MySQL endpoint which is used to capture changes in MySQL database so that that applications can see those changes and respond to them.",
@@ -28,7 +28,7 @@
     "lenientProperties": false,
     "groupId": "org.apache.camel",
     "artifactId": "camel-timer",
-    "version": "3.1.0-SNAPSHOT",
+    "version": "3.2.0-SNAPSHOT",
     "endpointOptions": [],
     "title": "Timer",
     "description": "The timer component is used for generating message exchanges when a timer fires.",
diff --git a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component.json b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component.json
index 5779cf2..d1fa808 100644
--- a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component.json
+++ b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component.json
@@ -16,7 +16,7 @@
     "firstVersion": "2.13.0",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kafka",
-    "version": "3.1.0-SNAPSHOT"
+    "version": "3.2.0-SNAPSHOT"
   },
   "componentProperties": {
     "configuration": { "kind": "property", "displayName": "Configuration", "group": "common", "required": false, "type": "object", "javaType": "org.apache.camel.component.kafka.KafkaConfiguration", "deprecated": false, "secret": false, "description": "Allows to pre-configure the Kafka component with common options that the endpoints will reuse." },
diff --git a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component2.json b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component2.json
index f2b7e2a..8746914 100644
--- a/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component2.json
+++ b/tooling/maven/camel-package-maven-plugin/src/test/resources/json/test_component2.json
@@ -16,7 +16,7 @@
     "firstVersion": "2.13.0",
     "groupId": "org.apache.camel",
     "artifactId": "camel-kafka",
-    "version": "3.1.0-SNAPSHOT"
+    "version": "3.2.0-SNAPSHOT"
   },
   "componentProperties": {},
   "properties": {}