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 2022/08/03 05:56:05 UTC

[camel-performance-tests] branch main updated (f83f8c5 -> 68acb91)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


    from f83f8c5  Set version to 3.18.0-SNAPSHOT
     new 78b38c3  Move to 3.19.0-SNAPSHOT
     new 68acb91  Aligning

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


Summary of changes:
 pom.xml                         | 4 ++--
 tests/camel-performance/pom.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


[camel-performance-tests] 02/02: Aligning

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 68acb91edbfc275574c09c4993fd93e2ea4e09fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 3 07:51:14 2022 +0200

    Aligning
---
 tests/camel-performance/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index 7e700c9..1a6b95a 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -90,7 +90,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cxf</artifactId>
+            <artifactId>camel-cxf-soap</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -107,13 +107,13 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcpg-jdk15on</artifactId>
+            <artifactId>bcpg-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <version>${bouncycastle-version}</version>
             <scope>test</scope>
         </dependency>


[camel-performance-tests] 01/02: Move to 3.19.0-SNAPSHOT

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 78b38c327a33c6b1f143886479d7d7a3a4dfee00
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 3 07:29:54 2022 +0200

    Move to 3.19.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca48944..3e1ca3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.0-SNAPSHOT</version>
+        <version>3.19.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -91,7 +91,7 @@
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.18.0-SNAPSHOT</camel.version>
+        <camel.version>3.19.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>