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/09/07 05:27:52 UTC

[camel] branch master updated: Aligned camel-tooling-util to 3.6.0-SNAPSHOT

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


The following commit(s) were added to refs/heads/master by this push:
     new b61f2ad  Aligned camel-tooling-util to 3.6.0-SNAPSHOT
b61f2ad is described below

commit b61f2adcca5946675c497e7afc6fb2bc56d76876
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:25:39 2020 +0200

    Aligned camel-tooling-util to 3.6.0-SNAPSHOT
---
 .../test/java/org/apache/camel/tooling/util/CamelVersionHelperTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/CamelVersionHelperTest.java b/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/CamelVersionHelperTest.java
index 359a01f..dd2d525 100644
--- a/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/CamelVersionHelperTest.java
+++ b/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/CamelVersionHelperTest.java
@@ -54,7 +54,7 @@ public class CamelVersionHelperTest {
         assertEquals("3.0.0", prevMinor("3.0.0"));
         assertEquals("3.0.1", prevMinor("3.0.1"));
         assertEquals("3.3.1", prevMinor("3.4.1"));
-        assertEquals("3.4.0", prevMinor("3.5.0-SNAPSHOT"));
+        assertEquals("3.4.0", prevMinor("3.5.0"));
         assertEquals("3.5.0", prevMinor("3.6-SNAPSHOT"));
 
         assertEquals("3.4.0", prevMinor(prevMinor("3.6-SNAPSHOT")));