You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/09/02 12:21:06 UTC

[camel-k-runtime] 04/05: chore(build): remove catalog.version property as it is useless now

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit a4d304fc1440c10a40ce0fafa84d065ca34ebfa4
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Sep 2 13:35:32 2020 +0200

    chore(build): remove catalog.version property as it is useless now
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8dcd950..a7ab99a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
 
         <camel.version>3.4.2</camel.version>
         <camel-quarkus.version>1.0.0</camel-quarkus.version>
-        <catalog.version>${camel.version}</catalog.version>
         <junit.version>5.6.2</junit.version>
         <junit-pioneer.version>0.9.0</junit-pioneer.version>
         <joor.version>0.9.13</joor.version>
@@ -704,7 +703,7 @@
                             <dependency>
                                 <groupId>org.apache.camel</groupId>
                                 <artifactId>camel-catalog</artifactId>
-                                <version>${catalog.version}</version>
+                                <version>${camel.version}</version>
                             </dependency>
                         </dependencies>
                     </plugin>