Repository: camel Updated Branches: refs/heads/master 7f82f94b6 -> 3d46babb3
CAMEL-11863: Add first version to catalog pom.xml files Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/88f8180c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/88f8180c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/88f8180c Branch: refs/heads/master Commit: 88f8180cc17eaffb7f83ef015a0e1f4aa59c7b33 Parents: 7f82f94 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Sep 28 14:29:08 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Sep 28 15:48:36 2017 +0200 ---------------------------------------------------------------------- platforms/camel-catalog-connector/pom.xml | 4 ++++ platforms/camel-catalog-lucene/pom.xml | 4 ++++ platforms/camel-catalog-maven/pom.xml | 4 ++++ platforms/camel-catalog-nexus/pom.xml | 4 ++++ platforms/camel-catalog-provider-karaf/pom.xml | 4 ++++ platforms/camel-catalog-provider-springboot/pom.xml | 4 ++++ platforms/camel-catalog-rest-app/pom.xml | 6 ++++++ platforms/camel-catalog-rest/pom.xml | 6 ++++++ platforms/camel-catalog/pom.xml | 6 ++++++ 9 files changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-connector/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-connector/pom.xml b/platforms/camel-catalog-connector/pom.xml index 9e647d3..3e52864 100644 --- a/platforms/camel-catalog-connector/pom.xml +++ b/platforms/camel-catalog-connector/pom.xml @@ -33,6 +33,10 @@ <description>Camel Catalog Connector</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.19.0</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.connector </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-lucene/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-lucene/pom.xml b/platforms/camel-catalog-lucene/pom.xml index 9b57567..04ab360 100644 --- a/platforms/camel-catalog-lucene/pom.xml +++ b/platforms/camel-catalog-lucene/pom.xml @@ -33,6 +33,10 @@ <description>Camel Catalog Lucene</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.17.0</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.lucene </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-maven/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-maven/pom.xml b/platforms/camel-catalog-maven/pom.xml index a45735c..517e9c3 100644 --- a/platforms/camel-catalog-maven/pom.xml +++ b/platforms/camel-catalog-maven/pom.xml @@ -33,6 +33,10 @@ <description>Camel Catalog Maven</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.18.0</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.maven </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-nexus/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-nexus/pom.xml b/platforms/camel-catalog-nexus/pom.xml index cd06e4d..3681a2f 100644 --- a/platforms/camel-catalog-nexus/pom.xml +++ b/platforms/camel-catalog-nexus/pom.xml @@ -34,6 +34,10 @@ <description>Camel Catalog Nexus</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.19.0</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.nexus </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-provider-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-provider-karaf/pom.xml b/platforms/camel-catalog-provider-karaf/pom.xml index 26a8109..8214680 100644 --- a/platforms/camel-catalog-provider-karaf/pom.xml +++ b/platforms/camel-catalog-provider-karaf/pom.xml @@ -33,6 +33,10 @@ <description>Camel Catalog Karaf</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.18.1</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.karaf </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-provider-springboot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-provider-springboot/pom.xml b/platforms/camel-catalog-provider-springboot/pom.xml index 29c7b3f..27acf15 100644 --- a/platforms/camel-catalog-provider-springboot/pom.xml +++ b/platforms/camel-catalog-provider-springboot/pom.xml @@ -33,6 +33,10 @@ <description>Camel Catalog Spring Boot</description> <properties> + <!-- use by camel-catalog --> + <firstVersion>2.18.1</firstVersion> + <label>catalog</label> + <camel.osgi.export.pkg> org.apache.camel.catalog.springboot </camel.osgi.export.pkg> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-rest-app/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-rest-app/pom.xml b/platforms/camel-catalog-rest-app/pom.xml index 5f086a0..d49940f 100644 --- a/platforms/camel-catalog-rest-app/pom.xml +++ b/platforms/camel-catalog-rest-app/pom.xml @@ -31,6 +31,12 @@ <name>Camel :: Platforms :: Camel Catalog :: REST App</name> <description>Camel Catalog REST standalone application</description> + <properties> + <!-- use by camel-catalog --> + <firstVersion>2.19.0</firstVersion> + <label>catalog</label> + </properties> + <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog-rest/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog-rest/pom.xml b/platforms/camel-catalog-rest/pom.xml index 87f68d9..fc4f077 100644 --- a/platforms/camel-catalog-rest/pom.xml +++ b/platforms/camel-catalog-rest/pom.xml @@ -32,6 +32,12 @@ <name>Camel :: Platforms :: Camel Catalog :: REST</name> <description>Camel Catalog REST</description> + <properties> + <!-- use by camel-catalog --> + <firstVersion>2.19.0</firstVersion> + <label>catalog</label> + </properties> + <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/88f8180c/platforms/camel-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/camel-catalog/pom.xml b/platforms/camel-catalog/pom.xml index a8a05cf..cbaf288 100644 --- a/platforms/camel-catalog/pom.xml +++ b/platforms/camel-catalog/pom.xml @@ -32,6 +32,12 @@ <name>Camel :: Platforms :: Camel Catalog</name> <description>Camel Catalog</description> + <properties> + <!-- use by camel-catalog --> + <firstVersion>2.15.0</firstVersion> + <label>catalog</label> + </properties> + <dependencies> <!-- required dependencies by camel-catalog -->