Merge pull request #512 from davsclaus:camel-range

* pr/512:
  Add version range mappings for Apache Camel
This commit is contained in:
Stephane Nicoll
2017-09-26 08:34:56 +02:00

View File

@@ -987,10 +987,14 @@ initializr:
- name: Apache Camel - name: Apache Camel
id: camel id: camel
versionRange: "[1.4.0.RELEASE,2.0.0.M1)" versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
mappings:
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
version: 2.18.4
- versionRange: "[1.5.0.RELEASE,2.0.0.M1)"
version: 2.19.3
description: Integration using Apache Camel description: Integration using Apache Camel
groupId: org.apache.camel groupId: org.apache.camel
artifactId: camel-spring-boot-starter artifactId: camel-spring-boot-starter
version: 2.19.3
- name: JMS (ActiveMQ) - name: JMS (ActiveMQ)
id: activemq id: activemq
description: Java Message Service API via Apache ActiveMQ description: Java Message Service API via Apache ActiveMQ