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

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


The following commit(s) were added to refs/heads/master by this push:
     new dcef99c  Attempt to fix release problem
dcef99c is described below

commit dcef99c5d689cec61c32c48a235177fb50dc896d
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue Feb 18 07:32:57 2020 +0100

    Attempt to fix release problem
---
 components/camel-jasypt/pom.xml  | 2 +-
 platforms/karaf/commands/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-jasypt/pom.xml b/components/camel-jasypt/pom.xml
index 78edd0e..2d0a6b4 100644
--- a/components/camel-jasypt/pom.xml
+++ b/components/camel-jasypt/pom.xml
@@ -101,7 +101,7 @@
                                     <pluginExecutionFilter>
                                         <groupId>org.apache.camel</groupId>
                                         
<artifactId>camel-bundle-plugin</artifactId>
-                                        
<versionRange>${camel-bundle-plugin-version}</versionRange>
+                                        
<versionRange>${project.version}</versionRange>
                                         <goals>
                                             <goal>manifest</goal>
                                         </goals>
diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index f145eff..9656732 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -79,7 +79,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${camel-bundle-plugin-version}</version>
+                <version>${project.version}</version>
                 <configuration>
                     <instructions>
                         <Import-Package>

Reply via email to