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

davsclaus 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 f6e1199  Fixed using netty-version which camel-karaf is dependent 
upon, and it was the previous name
f6e1199 is described below

commit f6e1199553c24fc63209efa0d7d7f911147b072a
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 31 19:28:14 2021 +0200

    Fixed using netty-version which camel-karaf is dependent upon, and it was 
the previous name
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index e1b5d07..3f33486 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -433,8 +433,8 @@
     <neoscada-version>0.4.0</neoscada-version>
     <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
     <nessus-weka-version>1.0.1</nessus-weka-version>
-    <netty-bom-version>4.1.65.Final</netty-bom-version>
     <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
+    <netty-version>4.1.65.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
     
<networknt-json-schema-validator-version>1.0.52</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
diff --git a/parent/pom.xml b/parent/pom.xml
index 79480fc..8360de3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -420,7 +420,7 @@
         <nsq-client-version>1.0.0.RC4</nsq-client-version>
         <neoscada-version>0.4.0</neoscada-version>
         <netty3-version>3.10.6.Final</netty3-version>
-        <netty-bom-version>4.1.65.Final</netty-bom-version>
+        <netty-version>4.1.65.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
         
<networknt-json-schema-validator-version>1.0.52</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
@@ -4019,7 +4019,7 @@
             <dependency>
               <groupId>io.netty</groupId>
               <artifactId>netty-bom</artifactId>
-              <version>${netty-bom-version}</version>
+              <version>${netty-version}</version>
               <type>pom</type>
               <scope>import</scope>
             </dependency> 

Reply via email to