You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2018/11/29 09:10:54 UTC

[camel] branch master updated: Update connector to version 2.24.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c4ba2c  Update connector to version 2.24.0-SNAPSHOT
3c4ba2c is described below

commit 3c4ba2c32e57328050cf938695060e8041b3a2d4
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Nov 29 09:10:26 2018 +0000

    Update connector to version 2.24.0-SNAPSHOT
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .../myfoo-connector/src/main/resources/camel-connector-schema.json  | 4 ++--
 platforms/myfoo-connector/src/main/resources/camel-connector.json   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
index 4219197..dff22b5 100644
--- a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
+++ b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
@@ -14,7 +14,7 @@
     "javaType":"org.myfoo.connector.MyFooComponent",
     "groupId":"org.apache.camel",
     "artifactId":"myfoo-connector",
-    "version":"2.23.0-SNAPSHOT"
+    "version":"2.24.0-SNAPSHOT"
   },
   "componentProperties":{
     
@@ -59,4 +59,4 @@
   "connectorProperties":{
     
   }
-}
\ No newline at end of file
+}
diff --git a/platforms/myfoo-connector/src/main/resources/camel-connector.json b/platforms/myfoo-connector/src/main/resources/camel-connector.json
index 69e1753..0647d81 100644
--- a/platforms/myfoo-connector/src/main/resources/camel-connector.json
+++ b/platforms/myfoo-connector/src/main/resources/camel-connector.json
@@ -2,14 +2,14 @@
   "baseScheme" : "timer",
   "baseGroupId" : "org.apache.camel",
   "baseArtifactId" : "camel-core",
-  "baseVersion" : "2.23.0-SNAPSHOT",
+  "baseVersion" : "2.24.0-SNAPSHOT",
   "baseJavaType" : "org.apache.camel.component.timer.TimerComponent",
   "name" : "MyFoo",
   "scheme" : "my-foo",
   "javaType" : "org.myfoo.connector.MyFooComponent",
   "groupId" : "org.myfoo",
   "artifactId" : "myfoo-connector",
-  "version" : "2.23.0-SNAPSHOT",
+  "version" : "2.24.0-SNAPSHOT",
   "description" : "Something cool",
   "labels" : [ "foo", "timer" ],
   "pattern" : "From",
@@ -18,4 +18,4 @@
     "fixedRate" : true,
     "period" : 5000
   }
-}
\ No newline at end of file
+}