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

Croway pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8bc8e82312fb CAMEL-23407: replace deprecated <binaryMavenPlugins> with 
<plugins> kind="binary-maven"
8bc8e82312fb is described below

commit 8bc8e82312fb3e265cbfbb73d917b6cedd7260a7
Author: Ravi <[email protected]>
AuthorDate: Mon May 25 13:45:01 2026 +0530

    CAMEL-23407: replace deprecated <binaryMavenPlugins> with <plugins> 
kind="binary-maven"
    
    Signed-off-by: Ravi <[email protected]>
---
 components/camel-ai/camel-kserve/pom.xml                       | 8 ++++----
 components/camel-ai/camel-tensorflow-serving/pom.xml           | 8 ++++----
 components/camel-grpc/pom.xml                                  | 8 ++++----
 components/camel-protobuf/pom.xml                              | 8 ++++----
 components/camel-salesforce/camel-salesforce-component/pom.xml | 8 ++++----
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/components/camel-ai/camel-kserve/pom.xml 
b/components/camel-ai/camel-kserve/pom.xml
index 6c06d2380e0b..e8addac28a72 100644
--- a/components/camel-ai/camel-kserve/pom.xml
+++ b/components/camel-ai/camel-kserve/pom.xml
@@ -108,13 +108,13 @@
                     <sourceDirectories>
                         
<sourceDirectory>${project.basedir}/src/main/proto</sourceDirectory>
                     </sourceDirectories>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
+                    <plugins>
+                        <plugin kind="binary-maven">
                             <groupId>io.grpc</groupId>
                             <artifactId>protoc-gen-grpc-java</artifactId>
                             <version>${grpc-version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                        </plugin>
+                    </plugins>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/components/camel-ai/camel-tensorflow-serving/pom.xml 
b/components/camel-ai/camel-tensorflow-serving/pom.xml
index 3c3448bcc94b..b623213c42eb 100644
--- a/components/camel-ai/camel-tensorflow-serving/pom.xml
+++ b/components/camel-ai/camel-tensorflow-serving/pom.xml
@@ -108,13 +108,13 @@
                     <sourceDirectories>
                         
<sourceDirectory>${project.basedir}/src/main/proto</sourceDirectory>
                     </sourceDirectories>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
+                    <plugins>
+                        <plugin kind="binary-maven">
                             <groupId>io.grpc</groupId>
                             <artifactId>protoc-gen-grpc-java</artifactId>
                             <version>${grpc-version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                        </plugin>
+                    </plugins>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml
index bf49416e70b9..84df41cb77f8 100644
--- a/components/camel-grpc/pom.xml
+++ b/components/camel-grpc/pom.xml
@@ -201,13 +201,13 @@
                     <sourceDirectories>
                         
<sourceDirectory>${project.basedir}/src/test/proto</sourceDirectory>
                     </sourceDirectories>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
+                    <plugins>
+                        <plugin kind="binary-maven">
                             <groupId>io.grpc</groupId>
                             <artifactId>protoc-gen-grpc-java</artifactId>
                             <version>${grpc-version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                        </plugin>
+                    </plugins>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/components/camel-protobuf/pom.xml 
b/components/camel-protobuf/pom.xml
index 7b01074ab029..3138a945a1dc 100644
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -123,13 +123,13 @@
                     <sourceDirectories>
                         
<sourceDirectory>${project.basedir}/src/test/proto</sourceDirectory>
                     </sourceDirectories>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
+                    <plugins>
+                        <plugin kind="binary-maven">
                             <groupId>io.grpc</groupId>
                             <artifactId>protoc-gen-grpc-java</artifactId>
                             <version>${grpc-version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                        </plugin>
+                    </plugins>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index 2de4c574c01b..d2f3babca54f 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -249,13 +249,13 @@
                     <sourceDirectories>
                         
<sourceDirectory>${project.basedir}/src/main/proto</sourceDirectory>
                     </sourceDirectories>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
+                    <plugins>
+                        <plugin kind="binary-maven">
                             <groupId>io.grpc</groupId>
                             <artifactId>protoc-gen-grpc-java</artifactId>
                             <version>${grpc-version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                        </plugin>
+                    </plugins>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to