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 2023/10/11 16:00:22 UTC

[camel-spring-boot] branch CAMEL-19955 created (now 60941f9447d)

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

acosentino pushed a change to branch CAMEL-19955
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


      at 60941f9447d CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

This branch includes the following new commits:

     new 60941f9447d CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

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-spring-boot] 01/01: CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests

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

acosentino pushed a commit to branch CAMEL-19955
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 60941f9447d6ccf697287f356da38a46443f9cca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 17:59:55 2023 +0200

    CAMEL-19955 - Camel-Infinispan: Review the usage of Protostream sample domain definition and implementation in tests
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components-starter/camel-infinispan-starter/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-infinispan-starter/pom.xml b/components-starter/camel-infinispan-starter/pom.xml
index 56108b4ea44..a9c9a40970e 100644
--- a/components-starter/camel-infinispan-starter/pom.xml
+++ b/components-starter/camel-infinispan-starter/pom.xml
@@ -93,15 +93,15 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.infinispan.protostream</groupId>
-      <artifactId>sample-domain-definition</artifactId>
-      <version>${protostream-version}</version>
+      <groupId>org.infinispan</groupId>
+      <artifactId>proto-sample-domain-definition</artifactId>
+      <version>${infinispan-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.infinispan.protostream</groupId>
-      <artifactId>sample-domain-implementation</artifactId>
-      <version>${protostream-version}</version>
+      <groupId>org.infinispan</groupId>
+      <artifactId>proto-sample-domain-implementation</artifactId>
+      <version>${infinispan-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>