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 2019/11/10 09:25:22 UTC

[camel-k-runtime] branch rc3 created (now befe71c)

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

davsclaus pushed a change to branch rc3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at befe71c  Fixes #189 to update to Camel 3.0 RC3

This branch includes the following new commits:

     new befe71c  Fixes #189 to update to Camel 3.0 RC3

The 1 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.



[camel-k-runtime] 01/01: Fixes #189 to update to Camel 3.0 RC3

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

davsclaus pushed a commit to branch rc3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit befe71c1f89660709c5939f2c54434ff85de9dd1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Nov 10 10:25:08 2019 +0100

    Fixes #189 to update to Camel 3.0 RC3
---
 tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml       | 4 ++--
 tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml b/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
index 8a56b89..7dbd032 100644
--- a/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
+++ b/tooling/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
@@ -29,8 +29,8 @@
 
     <properties>
         <catalog.path>${project.basedir}</catalog.path>
-        <camel.version>3.0.0-RC1</camel.version>
-        <runtime.version>1.0.4</runtime.version>
+        <camel.version>3.0.0-RC3</camel.version>
+        <runtime.version>1.0.5</runtime.version>
     </properties>
 
     <build>
diff --git a/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy b/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
index 742d212..00d99b1 100644
--- a/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
+++ b/tooling/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy
@@ -14,8 +14,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-def catalogVersion = '3.0.0-RC1'
-def runtimeVersion = '1.0.4'
+def catalogVersion = '3.0.0-RC3'
+def runtimeVersion = '1.0.5'
 
 def source  = new File(basedir, "camel-catalog-${catalogVersion}-${runtimeVersion}.yaml")
 def catalog = new org.yaml.snakeyaml.Yaml().load(new FileInputStream(source))