You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/10/12 06:38:18 UTC

[1/2] camel git commit: Upgrade Chronicle Wire to version 1.9.17

Repository: camel
Updated Branches:
  refs/heads/master 55b012437 -> 2439863b6


Upgrade Chronicle Wire to version 1.9.17


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ca24d08a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ca24d08a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ca24d08a

Branch: refs/heads/master
Commit: ca24d08a6791fcf26929627c73f5609c233388f2
Parents: 55b0124
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Oct 12 08:10:02 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Oct 12 08:10:02 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ca24d08a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1144a0f..2adef0d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
     <chronicle-network-version>1.9.8</chronicle-network-version>
     <chronicle-queue-version>4.5.27</chronicle-queue-version>
     <chronicle-threads-version>1.8.2</chronicle-threads-version>
-    <chronicle-wire-version>1.9.16</chronicle-wire-version>
+    <chronicle-wire-version>1.9.17</chronicle-wire-version>
     <chunk-templates-version>3.2.4</chunk-templates-version>
     <chunk-templates-bundle-version>3.2.4_1</chunk-templates-bundle-version>
     <classmate-version>1.3.3</classmate-version>


[2/2] camel git commit: Regen

Posted by ac...@apache.org.
Regen


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2439863b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2439863b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2439863b

Branch: refs/heads/master
Commit: 2439863b60dbf5ec182ab0f86266272f4220c6d5
Parents: ca24d08
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Oct 12 08:37:36 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Oct 12 08:37:36 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/camel-connector-schema.json               | 2 +-
 .../myfoo-connector/src/main/resources/camel-connector.json      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2439863b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
----------------------------------------------------------------------
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 122a02e..2e8f53d 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.20.0-SNAPSHOT"
+    "version":"2.21.0-SNAPSHOT"
   },
   "componentProperties":{
     

http://git-wip-us.apache.org/repos/asf/camel/blob/2439863b/platforms/myfoo-connector/src/main/resources/camel-connector.json
----------------------------------------------------------------------
diff --git a/platforms/myfoo-connector/src/main/resources/camel-connector.json b/platforms/myfoo-connector/src/main/resources/camel-connector.json
index e869857..23b289d 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.20.0-SNAPSHOT",
+  "baseVersion" : "2.21.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.20.0-SNAPSHOT",
+  "version" : "2.21.0-SNAPSHOT",
   "description" : "Something cool",
   "labels" : [ "foo", "timer" ],
   "pattern" : "From",