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 10:00:12 UTC

[camel-karaf] branch master updated (1c55004 -> f2480a0)

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 1c55004  Polishing POMs
     new 8fe3adf  Catalog: Use camel-version property placeholder for org.apache.camel used
     new b84e32a  Camel-Blueprint: Use camel-version property placeholder for org.apache.camel used
     new 1b12d6c  Camel-OSGi-Activator: Use correct groupID for camel-core-osgi
     new 5cd2cfc  Components: Use camel-version property placeholder for org.apache.camel used
     new a54a2f7  Core: Use camel-version property placeholder for org.apache.camel used
     new a8065bb  Platforms: Use camel-version property placeholder for org.apache.camel used
     new f2480a0  Camel-core-osgi: Use the correct version in camel-osgi-activator

The 7 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 | 6 +++---
 components/camel-blueprint/pom.xml           | 4 ++--
 components/camel-osgi-activator/pom.xml      | 3 ++-
 components/pom.xml                           | 2 +-
 core/pom.xml                                 | 2 +-
 platforms/karaf/commands/pom.xml             | 2 +-
 platforms/pom.xml                            | 2 +-
 7 files changed, 11 insertions(+), 10 deletions(-)


[camel-karaf] 07/07: Camel-core-osgi: Use the correct version in camel-osgi-activator

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 f2480a0946f5480ce05c37e851881d99d1e47886
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:58:59 2020 +0100

    Camel-core-osgi: Use the correct version in camel-osgi-activator
---
 components/camel-osgi-activator/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index ae2fcc4..8a7cd52 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>


[camel-karaf] 06/07: Platforms: Use camel-version property placeholder for org.apache.camel used

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 a8065bb9eee36b9f87697dcdf764fd59359c5d59
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:26:40 2020 +0100

    Platforms: Use camel-version property placeholder for org.apache.camel used
---
 platforms/karaf/commands/pom.xml | 2 +-
 platforms/pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 5c2e2fb..6f42d20 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>${project.version}</version>
+                <version>${camel-version}</version>
                 <configuration>
                     <instructions>
                         <Import-Package>
diff --git a/platforms/pom.xml b/platforms/pom.xml
index febb293..8280cfd 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -39,7 +39,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <extensions>false</extensions>
                 <configuration>
                     <supportIncrementalBuild>true</supportIncrementalBuild>


[camel-karaf] 01/07: Catalog: Use camel-version property placeholder for org.apache.camel used

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 8fe3adf36e02bc56ca9e138d42f096ed94608445
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:02:11 2020 +0100

    Catalog: Use camel-version property placeholder for org.apache.camel used
---
 catalog/camel-catalog-provider-karaf/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog-provider-karaf/pom.xml b/catalog/camel-catalog-provider-karaf/pom.xml
index 194bfd6..dfdb02a 100644
--- a/catalog/camel-catalog-provider-karaf/pom.xml
+++ b/catalog/camel-catalog-provider-karaf/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-catalog</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
         </dependency>
 
         <dependency>
@@ -76,7 +76,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
             </plugin>
 
             <!-- unpack sources which are needed for the scheme generator -->
@@ -96,7 +96,7 @@
                                 <artifactItem>
                                     <groupId>org.apache.camel</groupId>
                                     <artifactId>camel-catalog</artifactId>
-                                    <version>${project.version}</version>
+                                    <version>${camel-version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
                                     <outputDirectory>target/sources/camel-catalog</outputDirectory>


[camel-karaf] 02/07: Camel-Blueprint: Use camel-version property placeholder for org.apache.camel used

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 b84e32a0a78c08ba3c73e5499a935b779bcd4d2a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:09:47 2020 +0100

    Camel-Blueprint: Use camel-version property placeholder for org.apache.camel used
---
 components/camel-blueprint/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 295fafd..88973ce 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -151,7 +151,7 @@
                     <configuration>
                         <artifactItems>
                             <artifactItem>
-                                <groupId>org.apache.camel</groupId>
+                                <groupId>org.apache.camel.karaf</groupId>
                                 <artifactId>camel-blueprint</artifactId>
                                 <version>${project.version}</version>
                                 <type>jar</type>
@@ -227,7 +227,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <executions>
                     <execution>
                         <id>eip-documentation-enricher</id>


[camel-karaf] 04/07: Components: Use camel-version property placeholder for org.apache.camel used

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 5cd2cfc9f98efa6a4d0f813f2137feabdf287a1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:19:46 2020 +0100

    Components: Use camel-version property placeholder for org.apache.camel used
---
 components/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/pom.xml b/components/pom.xml
index c68fc35..a94e2ef 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -54,7 +54,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <extensions>false</extensions>
                 <configuration>
                     <supportIncrementalBuild>true</supportIncrementalBuild>


[camel-karaf] 03/07: Camel-OSGi-Activator: Use correct groupID for camel-core-osgi

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 1b12d6c93913ad0f98a4614f9ce19a009c8cd956
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:14:47 2020 +0100

    Camel-OSGi-Activator: Use correct groupID for camel-core-osgi
---
 components/camel-osgi-activator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index e2c173d..ae2fcc4 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -53,7 +53,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
         </dependency>
         <dependency>


[camel-karaf] 05/07: Core: Use camel-version property placeholder for org.apache.camel used

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 a54a2f7d4b71a0427bf33dab9c18249d7f585674
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:22:57 2020 +0100

    Core: Use camel-version property placeholder for org.apache.camel used
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 029b870..7a96d67 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <configuration>
                     <supportIncrementalBuild>true</supportIncrementalBuild>
                     <noWarningProjectTypes>pom</noWarningProjectTypes>