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/03/06 04:31:16 UTC

[camel-k-runtime] branch master updated: Polish

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-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 071f27b  Polish
071f27b is described below

commit 071f27bbcba5c7c53c2f37baced3844fa3248db6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 6 05:27:59 2019 +0100

    Polish
---
 .../apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java   | 2 +-
 .../apache/camel/k/tooling/maven/processors/CataloProcessor3Test.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java b/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java
index 17566ef..6708af3 100644
--- a/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java
+++ b/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java
@@ -11,7 +11,7 @@ public class CataloProcessor2Test extends AbstractCataloProcessorTest {
     public void testAcceptHyphen(){
         CatalogProcessor_2_x cp2 = new CatalogProcessor_2_x();
 
-        CamelCatalog catalog = versionCamelCatalog("2.21.0.fuse-730049");
+        CamelCatalog catalog = versionCamelCatalog("2.21.0.acme-123456");
 
         assertThat(cp2.accepts(catalog)).isTrue();
     }
diff --git a/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor3Test.java b/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor3Test.java
index d799ceb..daf34ea 100644
--- a/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor3Test.java
+++ b/camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor3Test.java
@@ -11,7 +11,7 @@ public class CataloProcessor3Test extends AbstractCataloProcessorTest {
     public void testAcceptHyphen(){
         CatalogProcessor_3_x cp3 = new CatalogProcessor_3_x();
 
-        CamelCatalog catalog = versionCamelCatalog("3.0.0.fuse-730049");
+        CamelCatalog catalog = versionCamelCatalog("3.0.0.acme-123456");
 
         assertThat(cp3.accepts(catalog)).isTrue();
     }