You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/15 07:10:48 UTC

[camel] branch CAMEL-19408/upgrade-to-SRU2022-10.0.1 created (now 94668584d03)

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

nfilotto pushed a change to branch CAMEL-19408/upgrade-to-SRU2022-10.0.1
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 94668584d03 CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1

This branch includes the following new commits:

     new 94668584d03 CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1

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] 01/01: CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1

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

nfilotto pushed a commit to branch CAMEL-19408/upgrade-to-SRU2022-10.0.1
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 94668584d0380ccfb3ec2b78c40b7bdb1839b9df
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Jun 15 09:10:25 2023 +0200

    CAMEL-19408: camel-swift - Upgrade to SRU2022-10.0.1
---
 camel-dependencies/pom.xml     |  2 +-
 components/camel-swift/pom.xml | 11 -----------
 parent/pom.xml                 |  2 +-
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c67b88dd696..2ba8dbdb57e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -416,7 +416,7 @@
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>
         <protostream-version>4.6.2.Final</protostream-version>
-        <prowide-version>SRU2022-10.0.0</prowide-version>
+        <prowide-version>SRU2022-10.0.1</prowide-version>
         <pubnub-version>6.3.5</pubnub-version>
         <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>
diff --git a/components/camel-swift/pom.xml b/components/camel-swift/pom.xml
index 42df0592d16..08030e6160e 100644
--- a/components/camel-swift/pom.xml
+++ b/components/camel-swift/pom.xml
@@ -81,15 +81,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>--add-opens java.base/java.time=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7a623be2432..244381ace7b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -411,7 +411,7 @@
         <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>
         <protonpack-version>1.8</protonpack-version>
         <protostream-version>4.6.2.Final</protostream-version>
-        <prowide-version>SRU2022-10.0.0</prowide-version>
+        <prowide-version>SRU2022-10.0.1</prowide-version>
         <pubnub-version>6.3.5</pubnub-version>
         <pulsar-version>2.11.1</pulsar-version>
         <qpid-broker-version>9.0.0</qpid-broker-version>