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

[camel-spring-boot] 03/03: Remove incorrect and unneeded version tags

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

gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit b66706fa6db4e29962f38c70fc15ccbc7263db34
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Feb 20 23:33:29 2020 -0800

    Remove incorrect and unneeded version tags
---
 components-starter/camel-elytron-starter/pom.xml   | 1 -
 examples/camel-example-spring-boot-elytron/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/components-starter/camel-elytron-starter/pom.xml b/components-starter/camel-elytron-starter/pom.xml
index 36c41a0..5f57000 100644
--- a/components-starter/camel-elytron-starter/pom.xml
+++ b/components-starter/camel-elytron-starter/pom.xml
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>
       <artifactId>camel-undertow-starter</artifactId>
-      <version>${camel-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
diff --git a/examples/camel-example-spring-boot-elytron/pom.xml b/examples/camel-example-spring-boot-elytron/pom.xml
index 5b1306c..0ddd73f 100644
--- a/examples/camel-example-spring-boot-elytron/pom.xml
+++ b/examples/camel-example-spring-boot-elytron/pom.xml
@@ -65,7 +65,6 @@
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-elytron-starter</artifactId>
-            <version>${camel-version}</version>
         </dependency>
     </dependencies>