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 2020/10/19 09:29:06 UTC

[camel] branch master updated (56e988a -> b7bfd3d)

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

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


    from 56e988a  CAMEL-15697: camel-joor - Camel expression langauge using jOOR runtime java compiled.
     new d80403a  Updated refs to 3.6.0-SNAPSHOT to point to new 3.7.0-SNAPSHOT
     new b7bfd3d  Removed refs to 3.6.0-SNAPSHOT and point to new 3.7.0-SNAPSHOT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
 tooling/camel-tooling-model/src/test/resources/twilio.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/02: Updated refs to 3.6.0-SNAPSHOT to point to new 3.7.0-SNAPSHOT

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d80403a236c14f7c488dd721364ad1b4a192d6fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 11:24:56 2020 +0200

    Updated refs to 3.6.0-SNAPSHOT to point to new 3.7.0-SNAPSHOT
---
 docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index 99b3914..e4b2107 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -60,14 +60,14 @@ The maven coordinates for these archetypes is the following:
 If you would like to use an archetype from an unreleased version of
 Camel, you just need to let the maven-archetype-plugin know where to
 look for it. For example, say someone wanted to create a Java based
-project based on Camel 3.6.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.7.0-SNAPSHOT. He'd need to use the following command
 
 [source,shell]
 ----
 mvn archetype:generate \
   -DarchetypeGroupId=org.apache.camel.archetypes \
   -DarchetypeArtifactId=camel-archetype-java \
-  -DarchetypeVersion=3.6.0-SNAPSHOT 
+  -DarchetypeVersion=3.7.0-SNAPSHOT 
 ----
 
 When the project is created, you may need to add another repository to


[camel] 02/02: Removed refs to 3.6.0-SNAPSHOT and point to new 3.7.0-SNAPSHOT

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b7bfd3dcbe4ffc96916a48a7c157d7cc9f660415
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 11:25:57 2020 +0200

    Removed refs to 3.6.0-SNAPSHOT and point to new 3.7.0-SNAPSHOT
---
 tooling/camel-tooling-model/src/test/resources/twilio.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-tooling-model/src/test/resources/twilio.json b/tooling/camel-tooling-model/src/test/resources/twilio.json
index f9af247..1d4cfcc 100644
--- a/tooling/camel-tooling-model/src/test/resources/twilio.json
+++ b/tooling/camel-tooling-model/src/test/resources/twilio.json
@@ -11,7 +11,7 @@
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-twilio",
-    "version": "3.6.0-SNAPSHOT",
+    "version": "3.7.0-SNAPSHOT",
     "scheme": "twilio",
     "extendsScheme": "",
     "syntax": "twilio:apiName\/methodName",