You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/07/19 14:18:17 UTC

[camel-quarkus] branch claudio4j-patch-1 created (now b3f560a408)

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

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


      at b3f560a408 Fix hamcrest GAV in bom-test

This branch includes the following new commits:

     new b3f560a408 Fix hamcrest GAV in bom-test

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-quarkus] 01/01: Fix hamcrest GAV in bom-test

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

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b3f560a40818ef07e093758632c4f7732dc2f985
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Jul 19 11:18:12 2023 -0300

    Fix hamcrest GAV in bom-test
---
 poms/bom-test/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml
index 329c4b1f82..2bf18b2591 100644
--- a/poms/bom-test/pom.xml
+++ b/poms/bom-test/pom.xml
@@ -293,8 +293,8 @@
                 <version>${hamcrest.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.hamcrest-core</groupId>
-                <artifactId>hamcrest</artifactId>
+                <groupId>org.hamcrest</groupId>
+                <artifactId>hamcrest-core</artifactId>
                 <version>${hamcrest.version}</version>
             </dependency>
             <dependency>