You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/27 08:24:20 UTC

[camel-karaf] branch master updated (b0f7f49 -> b07e8c5)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from b0f7f49  CAMEL-14794: Upgrade to http client 4.x.
     new 570f28f  Polishing POMs
     new b07e8c5  Cleaning up POMs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 catalog/camel-catalog-provider-karaf/pom.xml |  2 ++
 pom.xml                                      | 16 ++++++++++++++++
 2 files changed, 18 insertions(+)


[camel-karaf] 01/02: Polishing POMs

Posted by ac...@apache.org.
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-karaf.git

commit 570f28f431898264f403554d0ea703054ae9d0aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 09:21:36 2020 +0100

    Polishing POMs
---
 catalog/camel-catalog-provider-karaf/pom.xml |  1 +
 pom.xml                                      | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index e5d9ecc..adb9e51 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -76,6 +76,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
+                <version>${project.version}</version>
             </plugin>
 
             <!-- unpack sources which are needed for the scheme generator -->
diff --git a/pom.xml b/pom.xml
index 9f192f1..9b8e95c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1143,6 +1143,22 @@
                         </excludes>
                     </configuration>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>${build-helper-maven-plugin-version}</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.servicemix.tooling</groupId>
+                    <artifactId>depends-maven-plugin</artifactId>
+                    <version>1.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>jaxb2-maven-plugin</artifactId>
+                    <version>${jaxb2-maven-plugin-version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>


[camel-karaf] 02/02: Cleaning up POMs

Posted by ac...@apache.org.
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-karaf.git

commit b07e8c525d81e854eedde4373b29036955e4e428
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 09:23:24 2020 +0100

    Cleaning up POMs
---
 catalog/camel-catalog-provider-karaf/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index adb9e51..194bfd6 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -111,6 +111,7 @@
             <plugin>
                 <groupId>org.apache.camel.karaf</groupId>
                 <artifactId>camel-catalog-generator-karaf-maven-plugin</artifactId>
+                <version>${project.version}</version>
                 <executions>
                     <execution>
                         <goals>