This is an automated email from the ASF dual-hosted git repository.
acosentino 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 58a4905 Added project.version to sync-properties-maven-plugin
58a4905 is described below
commit 58a490502289b14d231b59e6afec3b253a601d4d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 11 10:40:01 2020 +0200
Added project.version to sync-properties-maven-plugin
---
catalog/camel-catalog/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/catalog/camel-catalog/pom.xml b/catalog/camel-catalog/pom.xml
index a7a7056..ebda93d 100644
--- a/catalog/camel-catalog/pom.xml
+++ b/catalog/camel-catalog/pom.xml
@@ -134,6 +134,7 @@
<plugin>
<groupId>org.apache.camel</groupId>
<artifactId>sync-properties-maven-plugin</artifactId>
+ <version>${project.version}</version>
<executions>
<execution>
<!-- prepare the catalog, readme files, etc. -->