Skip to content

Commit

Permalink
CAMEL-11863: Add first version to catalog pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Sep 28, 2017
1 parent 88f8180 commit bbcae39
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion platforms/camel-catalog-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.19.0</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.connector
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.17.0</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.lucene
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.18.0</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.maven
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-nexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.19.0</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.nexus
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-provider-karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.18.1</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.karaf
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-provider-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.18.1</firstVersion>
<label>catalog</label>
<label>tooling</label>

<camel.osgi.export.pkg>
org.apache.camel.catalog.springboot
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.19.0</firstVersion>
<label>catalog</label>
<label>tooling</label>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.19.0</firstVersion>
<label>catalog</label>
<label>tooling</label>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion platforms/camel-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- use by camel-catalog -->
<firstVersion>2.15.0</firstVersion>
<label>catalog</label>
<label>tooling</label>
</properties>

<dependencies>
Expand Down
4 changes: 4 additions & 0 deletions platforms/commands/commands-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<description>Core Camel Commands</description>

<properties>
<!-- use by camel-catalog -->
<firstVersion>2.15.0</firstVersion>
<label>tooling</label>

<camel.osgi.export.pkg>org.apache.camel.commands.*</camel.osgi.export.pkg>
</properties>

Expand Down
4 changes: 4 additions & 0 deletions platforms/commands/commands-jolokia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<description>Camel Commands using Jolokia</description>

<properties>
<!-- use by camel-catalog -->
<firstVersion>2.15.0</firstVersion>
<label>tooling</label>

<camel.osgi.export.pkg>org.apache.camel.commands.jolokia*</camel.osgi.export.pkg>
</properties>

Expand Down
6 changes: 5 additions & 1 deletion platforms/commands/commands-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<camel.osgi.export.pkg />
<!-- use by camel-catalog -->
<firstVersion>2.17.0</firstVersion>
<label>tooling</label>

<camel.osgi.export.pkg/>
</properties>

<dependencies>
Expand Down
4 changes: 4 additions & 0 deletions platforms/karaf/commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<name>Camel :: Platforms :: Apache Karaf :: Commands</name>

<properties>
<!-- use by camel-catalog -->
<firstVersion>2.8.0</firstVersion>
<label>tooling</label>

<camel.osgi.export.pkg>org.apache.camel.karaf.commands.*</camel.osgi.export.pkg>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static void prepareOthers(Log log, MavenProject project, MavenProjectHelp

log.debug("Generated " + out + " containing JSon schema for " + name + " other");
} catch (Exception e) {
throw new MojoExecutionException("Error loading language model from camel-core. Reason: " + e, e);
throw new MojoExecutionException("Error loading other model. Reason: " + e, e);
}

// now create properties file
Expand Down

0 comments on commit bbcae39

Please sign in to comment.