http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-cm-sms/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cm-sms/pom.xml b/components/camel-cm-sms/pom.xml index a922266..e403e14 100644 --- a/components/camel-cm-sms/pom.xml +++ b/components/camel-cm-sms/pom.xml @@ -1,117 +1,116 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.camel</groupId> - <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> - </parent> - - <artifactId>camel-cm-sms</artifactId> - <packaging>jar</packaging> - - <name>Camel :: CM SMS</name> - <description>Camel CM SMS Gateway Component</description> - - <properties> - <camel.osgi.export.pkg>org.apache.camel.component.cm.*</camel.osgi.export.pkg> - <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=cm-sms</camel.osgi.export.service> - </properties> - - <dependencies> - - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> - </dependency> - - <dependency> - <groupId>com.googlecode.libphonenumber</groupId> - <artifactId>libphonenumber</artifactId> - <version>${libphonenumber-version}</version> - </dependency> - - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient-osgi</artifactId> - </dependency> - <dependency> - <groupId>org.jsoup</groupId> - <artifactId>jsoup</artifactId> - <version>${jsoup-version}</version> - </dependency> - - <dependency> - <groupId>javax.validation</groupId> - <artifactId>validation-api</artifactId> - <version>${validation-api-version}</version> - </dependency> - <dependency> - <groupId>javax.el</groupId> - <artifactId>javax.el-api</artifactId> - <version>${javax.el-api-version}</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - <version>${hibernate-validator-version}</version> - </dependency> - - <!-- test dependencies --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-test-spring</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-spring-javaconfig</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.glassfish.web</groupId> - <artifactId>javax.el</artifactId> - <version>${javax.el-version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - -</project> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.camel</groupId> + <artifactId>components</artifactId> + <version>2.19.0</version> + </parent> + + <artifactId>camel-cm-sms</artifactId> + <packaging>jar</packaging> + + <name>Camel :: CM SMS</name> + <description>Camel CM SMS Gateway Component</description> + + <properties> + <camel.osgi.export.pkg>org.apache.camel.component.cm.*</camel.osgi.export.pkg> + <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=cm-sms</camel.osgi.export.service> + </properties> + + <dependencies> + + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-core</artifactId> + </dependency> + + <dependency> + <groupId>com.googlecode.libphonenumber</groupId> + <artifactId>libphonenumber</artifactId> + <version>${libphonenumber-version}</version> + </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient-osgi</artifactId> + </dependency> + <dependency> + <groupId>org.jsoup</groupId> + <artifactId>jsoup</artifactId> + <version>${jsoup-version}</version> + </dependency> + + <dependency> + <groupId>javax.validation</groupId> + <artifactId>validation-api</artifactId> + <version>${validation-api-version}</version> + </dependency> + <dependency> + <groupId>javax.el</groupId> + <artifactId>javax.el-api</artifactId> + <version>${javax.el-api-version}</version> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>${hibernate-validator-version}</version> + </dependency> + + <!-- test dependencies --> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-test-spring</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-javaconfig</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.glassfish.web</groupId> + <artifactId>javax.el</artifactId> + <version>${javax.el-version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + +</project>
http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-cmis/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cmis/pom.xml b/components/camel-cmis/pom.xml index 37b2afd..f21314c 100644 --- a/components/camel-cmis/pom.xml +++ b/components/camel-cmis/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-cmis</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-coap/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-coap/pom.xml b/components/camel-coap/pom.xml index a391f27..8d04c8b 100644 --- a/components/camel-coap/pom.xml +++ b/components/camel-coap/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-coap</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-cometd/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml index df01938..8d6b84e 100644 --- a/components/camel-cometd/pom.xml +++ b/components/camel-cometd/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-cometd</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-consul/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-consul/pom.xml b/components/camel-consul/pom.xml index 867e211..2f9ccc9 100644 --- a/components/camel-consul/pom.xml +++ b/components/camel-consul/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-consul</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-context/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml index ce933ad..f961273 100644 --- a/components/camel-context/pom.xml +++ b/components/camel-context/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-context</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-core-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-core-osgi/pom.xml b/components/camel-core-osgi/pom.xml index 8eb2f30..b5115d0 100644 --- a/components/camel-core-osgi/pom.xml +++ b/components/camel-core-osgi/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-core-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-core-xml/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-core-xml/pom.xml b/components/camel-core-xml/pom.xml index 12eba57..b8f7829 100644 --- a/components/camel-core-xml/pom.xml +++ b/components/camel-core-xml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-core-xml</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-couchbase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-couchbase/pom.xml b/components/camel-couchbase/pom.xml index 7995829..e354f94 100644 --- a/components/camel-couchbase/pom.xml +++ b/components/camel-couchbase/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-couchbase</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-couchdb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml index 26e93b7..8b0558c 100644 --- a/components/camel-couchdb/pom.xml +++ b/components/camel-couchdb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-couchdb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-crypto/pom.xml b/components/camel-crypto/pom.xml index c4fb12c..6965c68 100644 --- a/components/camel-crypto/pom.xml +++ b/components/camel-crypto/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-crypto</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-csv/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-csv/pom.xml b/components/camel-csv/pom.xml index e50177c..d674634 100644 --- a/components/camel-csv/pom.xml +++ b/components/camel-csv/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-csv</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-cxf-transport/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml index c94d56d..f3812a0 100644 --- a/components/camel-cxf-transport/pom.xml +++ b/components/camel-cxf-transport/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-cxf-transport</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index 0b16dfc..e7227ab 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-cxf</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-digitalocean/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-digitalocean/pom.xml b/components/camel-digitalocean/pom.xml index 4655809..36abb69 100644 --- a/components/camel-digitalocean/pom.xml +++ b/components/camel-digitalocean/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-digitalocean</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-disruptor/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-disruptor/pom.xml b/components/camel-disruptor/pom.xml index 99c2be5..ee553c0 100644 --- a/components/camel-disruptor/pom.xml +++ b/components/camel-disruptor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <name>Camel :: Disruptor</name> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-dns/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-dns/pom.xml b/components/camel-dns/pom.xml index 5eb953c..5992e84 100644 --- a/components/camel-dns/pom.xml +++ b/components/camel-dns/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <name>Camel :: DNS</name> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-docker/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-docker/pom.xml b/components/camel-docker/pom.xml index 4e29f3a..b282bf8 100644 --- a/components/camel-docker/pom.xml +++ b/components/camel-docker/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-docker</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-dozer/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-dozer/pom.xml b/components/camel-dozer/pom.xml index b465e33..b62556a 100644 --- a/components/camel-dozer/pom.xml +++ b/components/camel-dozer/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-dozer</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-drill/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml index f77232d..15e22db 100644 --- a/components/camel-drill/pom.xml +++ b/components/camel-drill/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-drill</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-dropbox/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-dropbox/pom.xml b/components/camel-dropbox/pom.xml index 047431f..35a5514 100755 --- a/components/camel-dropbox/pom.xml +++ b/components/camel-dropbox/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-dropbox</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-eclipse/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-eclipse/pom.xml b/components/camel-eclipse/pom.xml index d5aabef..ee9bd4a 100644 --- a/components/camel-eclipse/pom.xml +++ b/components/camel-eclipse/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-eclipse</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ehcache/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ehcache/pom.xml b/components/camel-ehcache/pom.xml index 76675f5..de5a140 100644 --- a/components/camel-ehcache/pom.xml +++ b/components/camel-ehcache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ehcache</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ejb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ejb/pom.xml b/components/camel-ejb/pom.xml index 59e064e..749b7e3 100644 --- a/components/camel-ejb/pom.xml +++ b/components/camel-ejb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ejb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-elasticsearch/pom.xml b/components/camel-elasticsearch/pom.xml index ec01109..cb1858e 100644 --- a/components/camel-elasticsearch/pom.xml +++ b/components/camel-elasticsearch/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-elasticsearch</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-elasticsearch5/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-elasticsearch5/pom.xml b/components/camel-elasticsearch5/pom.xml index 7f69ed7..1dddf27 100644 --- a/components/camel-elasticsearch5/pom.xml +++ b/components/camel-elasticsearch5/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-elasticsearch5</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-elsql/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-elsql/pom.xml b/components/camel-elsql/pom.xml index af7cf0c..06c1d42 100644 --- a/components/camel-elsql/pom.xml +++ b/components/camel-elsql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-elsql</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-etcd/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-etcd/pom.xml b/components/camel-etcd/pom.xml index bef31df..a99e355 100644 --- a/components/camel-etcd/pom.xml +++ b/components/camel-etcd/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-etcd</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-eventadmin/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-eventadmin/pom.xml b/components/camel-eventadmin/pom.xml index 4991388..4c67421 100644 --- a/components/camel-eventadmin/pom.xml +++ b/components/camel-eventadmin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-eventadmin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-exec/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml index 6a514d3..977ba1a 100644 --- a/components/camel-exec/pom.xml +++ b/components/camel-exec/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-exec</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-facebook/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-facebook/pom.xml b/components/camel-facebook/pom.xml index 80bf29e..72c0b4a 100644 --- a/components/camel-facebook/pom.xml +++ b/components/camel-facebook/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-facebook</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-flatpack/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml index 651db5b..7fb6465 100644 --- a/components/camel-flatpack/pom.xml +++ b/components/camel-flatpack/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-flatpack</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-flink/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-flink/pom.xml b/components/camel-flink/pom.xml index 098023f..e1263e0 100644 --- a/components/camel-flink/pom.xml +++ b/components/camel-flink/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-flink</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-fop/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-fop/pom.xml b/components/camel-fop/pom.xml index 2ae19fb..baf4db6 100644 --- a/components/camel-fop/pom.xml +++ b/components/camel-fop/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-fop</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-freemarker/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-freemarker/pom.xml b/components/camel-freemarker/pom.xml index f7efd36..204197b 100644 --- a/components/camel-freemarker/pom.xml +++ b/components/camel-freemarker/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-freemarker</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ftp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index 39c1fd3..ff7775d 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ftp</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ganglia/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ganglia/pom.xml b/components/camel-ganglia/pom.xml index cce8434..a421457 100644 --- a/components/camel-ganglia/pom.xml +++ b/components/camel-ganglia/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ganglia</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-geocoder/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-geocoder/pom.xml b/components/camel-geocoder/pom.xml index 96a477e..935c37c 100644 --- a/components/camel-geocoder/pom.xml +++ b/components/camel-geocoder/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-geocoder</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-git/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-git/pom.xml b/components/camel-git/pom.xml index cbae81f..3f5753b 100644 --- a/components/camel-git/pom.xml +++ b/components/camel-git/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-git</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-github/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-github/pom.xml b/components/camel-github/pom.xml index d72835e..cd158cc 100644 --- a/components/camel-github/pom.xml +++ b/components/camel-github/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-github</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-google-calendar/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-calendar/pom.xml b/components/camel-google-calendar/pom.xml index 3bede77..9abe438 100644 --- a/components/camel-google-calendar/pom.xml +++ b/components/camel-google-calendar/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-google-calendar</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-google-drive/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-drive/pom.xml b/components/camel-google-drive/pom.xml index e770574..e16328a 100644 --- a/components/camel-google-drive/pom.xml +++ b/components/camel-google-drive/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-google-drive</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-google-mail/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-mail/pom.xml b/components/camel-google-mail/pom.xml index e6dfbe9..5a5e1c1 100644 --- a/components/camel-google-mail/pom.xml +++ b/components/camel-google-mail/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-google-mail</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-google-pubsub/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-pubsub/pom.xml b/components/camel-google-pubsub/pom.xml index 6c0b7f1..702a4b6 100644 --- a/components/camel-google-pubsub/pom.xml +++ b/components/camel-google-pubsub/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-google-pubsub</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-gora/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml index 18638bc..b565c0b 100644 --- a/components/camel-gora/pom.xml +++ b/components/camel-gora/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-gora</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-grape/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-grape/pom.xml b/components/camel-grape/pom.xml index 16d3320..a809adb 100644 --- a/components/camel-grape/pom.xml +++ b/components/camel-grape/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-grape</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-groovy-dsl/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-groovy-dsl/pom.xml b/components/camel-groovy-dsl/pom.xml index 11ad097..890f20d 100644 --- a/components/camel-groovy-dsl/pom.xml +++ b/components/camel-groovy-dsl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-groovy-dsl</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-groovy/pom.xml b/components/camel-groovy/pom.xml index 44802fa..39d0969 100644 --- a/components/camel-groovy/pom.xml +++ b/components/camel-groovy/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-groovy</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-grpc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml index f0a1c17..f403a43 100644 --- a/components/camel-grpc/pom.xml +++ b/components/camel-grpc/pom.xml @@ -15,15 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-grpc</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-gson/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-gson/pom.xml b/components/camel-gson/pom.xml index bbadff0..8a15cd0 100644 --- a/components/camel-gson/pom.xml +++ b/components/camel-gson/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-gson</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-guava-eventbus/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-guava-eventbus/pom.xml b/components/camel-guava-eventbus/pom.xml index b0fbeca..b36f843 100644 --- a/components/camel-guava-eventbus/pom.xml +++ b/components/camel-guava-eventbus/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-guava-eventbus</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-guice/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-guice/pom.xml b/components/camel-guice/pom.xml index ec44d46..b60dfe8 100644 --- a/components/camel-guice/pom.xml +++ b/components/camel-guice/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-guice</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hawtdb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hawtdb/pom.xml b/components/camel-hawtdb/pom.xml index f54409e..8b239d3 100644 --- a/components/camel-hawtdb/pom.xml +++ b/components/camel-hawtdb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hawtdb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml index fedb357..41dee6b 100644 --- a/components/camel-hazelcast/pom.xml +++ b/components/camel-hazelcast/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hazelcast</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hbase/pom.xml b/components/camel-hbase/pom.xml index 4e5a1df..45885c3 100644 --- a/components/camel-hbase/pom.xml +++ b/components/camel-hbase/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml index 472a55d..8833b86 100644 --- a/components/camel-hdfs/pom.xml +++ b/components/camel-hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hdfs</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hdfs2/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hdfs2/pom.xml b/components/camel-hdfs2/pom.xml index 9b85902..d38309c 100644 --- a/components/camel-hdfs2/pom.xml +++ b/components/camel-hdfs2/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hdfs2</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hessian/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hessian/pom.xml b/components/camel-hessian/pom.xml index d0d0e59..33d7e82 100644 --- a/components/camel-hessian/pom.xml +++ b/components/camel-hessian/pom.xml @@ -15,16 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hessian</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hipchat/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hipchat/pom.xml b/components/camel-hipchat/pom.xml index 6da5584..069813b 100644 --- a/components/camel-hipchat/pom.xml +++ b/components/camel-hipchat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hipchat</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hl7/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml index b772c7a..a197bd7 100644 --- a/components/camel-hl7/pom.xml +++ b/components/camel-hl7/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hl7</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-http-common/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-http-common/pom.xml b/components/camel-http-common/pom.xml index 8f7a258..5359ec6 100644 --- a/components/camel-http-common/pom.xml +++ b/components/camel-http-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-http-common</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-http/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml index 7cc4911..7a959b3 100644 --- a/components/camel-http/pom.xml +++ b/components/camel-http/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-http</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-http4/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml index 153aec0..51686ae 100644 --- a/components/camel-http4/pom.xml +++ b/components/camel-http4/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-http4</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-hystrix/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hystrix/pom.xml b/components/camel-hystrix/pom.xml index 7ac9979..e91fa0c 100644 --- a/components/camel-hystrix/pom.xml +++ b/components/camel-hystrix/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-hystrix</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ibatis/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ibatis/pom.xml b/components/camel-ibatis/pom.xml index 4dbdd04..ae003ef 100644 --- a/components/camel-ibatis/pom.xml +++ b/components/camel-ibatis/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ibatis</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ical/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ical/pom.xml b/components/camel-ical/pom.xml index efa271f..0295e88 100644 --- a/components/camel-ical/pom.xml +++ b/components/camel-ical/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ical</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ignite/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ignite/pom.xml b/components/camel-ignite/pom.xml index fd62944..9be3b52 100644 --- a/components/camel-ignite/pom.xml +++ b/components/camel-ignite/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ignite</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-infinispan/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-infinispan/pom.xml b/components/camel-infinispan/pom.xml index d7bc567..953180e 100644 --- a/components/camel-infinispan/pom.xml +++ b/components/camel-infinispan/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-infinispan</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-influxdb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-influxdb/pom.xml b/components/camel-influxdb/pom.xml index 0cff93e..b6ff0f4 100644 --- a/components/camel-influxdb/pom.xml +++ b/components/camel-influxdb/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-influxdb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-irc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-irc/pom.xml b/components/camel-irc/pom.xml index 605eb9d..f0ba679 100644 --- a/components/camel-irc/pom.xml +++ b/components/camel-irc/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-irc</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ironmq/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ironmq/pom.xml b/components/camel-ironmq/pom.xml index 413236a..f709f23 100644 --- a/components/camel-ironmq/pom.xml +++ b/components/camel-ironmq/pom.xml @@ -15,13 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ironmq</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jackson/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jackson/pom.xml b/components/camel-jackson/pom.xml index e1cd22d..0e66b47 100644 --- a/components/camel-jackson/pom.xml +++ b/components/camel-jackson/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jackson</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jacksonxml/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jacksonxml/pom.xml b/components/camel-jacksonxml/pom.xml index be52eeb..50948c3 100644 --- a/components/camel-jacksonxml/pom.xml +++ b/components/camel-jacksonxml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jacksonxml</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jasypt/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jasypt/pom.xml b/components/camel-jasypt/pom.xml index 7d0618a..f5c594b 100644 --- a/components/camel-jasypt/pom.xml +++ b/components/camel-jasypt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jasypt</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-javaspace/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-javaspace/pom.xml b/components/camel-javaspace/pom.xml index 46e0b14..42c1d86 100644 --- a/components/camel-javaspace/pom.xml +++ b/components/camel-javaspace/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-javaspace</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jaxb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jaxb/pom.xml b/components/camel-jaxb/pom.xml index f7b9c21..940ed81 100644 --- a/components/camel-jaxb/pom.xml +++ b/components/camel-jaxb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jaxb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jbpm/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jbpm/pom.xml b/components/camel-jbpm/pom.xml index 978e485..46963b8 100644 --- a/components/camel-jbpm/pom.xml +++ b/components/camel-jbpm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jbpm</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jcache/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml index a2370ea..11509dd 100644 --- a/components/camel-jcache/pom.xml +++ b/components/camel-jcache/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jcache</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jclouds/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jclouds/pom.xml b/components/camel-jclouds/pom.xml index b848fab..3445a71 100644 --- a/components/camel-jclouds/pom.xml +++ b/components/camel-jclouds/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jclouds</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jcr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml index 54529dd..145d149 100644 --- a/components/camel-jcr/pom.xml +++ b/components/camel-jcr/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jcr</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml index 174cecc..d58715d 100644 --- a/components/camel-jdbc/pom.xml +++ b/components/camel-jdbc/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jdbc</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jetty-common/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty-common/pom.xml b/components/camel-jetty-common/pom.xml index 906168e..2528e41 100644 --- a/components/camel-jetty-common/pom.xml +++ b/components/camel-jetty-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jetty-common</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml index abf32c4..884ca4d 100644 --- a/components/camel-jetty/pom.xml +++ b/components/camel-jetty/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jetty</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jetty9/pom.xml b/components/camel-jetty9/pom.xml index 0f6f37d..8ffd87c 100644 --- a/components/camel-jetty9/pom.xml +++ b/components/camel-jetty9/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jetty9</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml index 1464f4c..52db922 100644 --- a/components/camel-jgroups/pom.xml +++ b/components/camel-jgroups/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jgroups</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jibx/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jibx/pom.xml b/components/camel-jibx/pom.xml index 7c528e7..cd1a82a 100644 --- a/components/camel-jibx/pom.xml +++ b/components/camel-jibx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jibx</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jing/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jing/pom.xml b/components/camel-jing/pom.xml index d5a08ba..b875b5c 100644 --- a/components/camel-jing/pom.xml +++ b/components/camel-jing/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jing</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jira/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml index bc3571c..79d992c 100644 --- a/components/camel-jira/pom.xml +++ b/components/camel-jira/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jira</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jms/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml index fbeb24a..1cfc0d3 100644 --- a/components/camel-jms/pom.xml +++ b/components/camel-jms/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jms</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jmx/pom.xml b/components/camel-jmx/pom.xml index 96c56c4..91f67cf 100644 --- a/components/camel-jmx/pom.xml +++ b/components/camel-jmx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jmx</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-johnzon/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-johnzon/pom.xml b/components/camel-johnzon/pom.xml index b4951e7..1434c0e 100644 --- a/components/camel-johnzon/pom.xml +++ b/components/camel-johnzon/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-johnzon</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jolt/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jolt/pom.xml b/components/camel-jolt/pom.xml index 12640c1..17f01b5 100644 --- a/components/camel-jolt/pom.xml +++ b/components/camel-jolt/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jolt</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-josql/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-josql/pom.xml b/components/camel-josql/pom.xml index 12dc19d..cbe7200 100644 --- a/components/camel-josql/pom.xml +++ b/components/camel-josql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-josql</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml index 6f465eb..98a224d 100644 --- a/components/camel-jpa/pom.xml +++ b/components/camel-jpa/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jpa</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jsch/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jsch/pom.xml b/components/camel-jsch/pom.xml index b16316a..5499eae 100644 --- a/components/camel-jsch/pom.xml +++ b/components/camel-jsch/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jsch</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jsonpath/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jsonpath/pom.xml b/components/camel-jsonpath/pom.xml index 4b7125d..4b87181 100644 --- a/components/camel-jsonpath/pom.xml +++ b/components/camel-jsonpath/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jsonpath</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jt400/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml index 310b113..cb0b5a5 100644 --- a/components/camel-jt400/pom.xml +++ b/components/camel-jt400/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jt400</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-juel/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-juel/pom.xml b/components/camel-juel/pom.xml index a41f77e..5bbf47d 100644 --- a/components/camel-juel/pom.xml +++ b/components/camel-juel/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-juel</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-jxpath/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jxpath/pom.xml b/components/camel-jxpath/pom.xml index 296f27d..3e63745 100644 --- a/components/camel-jxpath/pom.xml +++ b/components/camel-jxpath/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-jxpath</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml index 6f96e03..5ed24cc 100644 --- a/components/camel-kafka/pom.xml +++ b/components/camel-kafka/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-kafka</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-kestrel/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kestrel/pom.xml b/components/camel-kestrel/pom.xml index 7ca97f6..64823b7 100644 --- a/components/camel-kestrel/pom.xml +++ b/components/camel-kestrel/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-kestrel</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-krati/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-krati/pom.xml b/components/camel-krati/pom.xml index 7a13bd2..28a03b7 100644 --- a/components/camel-krati/pom.xml +++ b/components/camel-krati/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-krati</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-kubernetes/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kubernetes/pom.xml b/components/camel-kubernetes/pom.xml index d9022c4..a801a5d 100644 --- a/components/camel-kubernetes/pom.xml +++ b/components/camel-kubernetes/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-kubernetes</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-kura/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml index 2d63529..8d681144 100644 --- a/components/camel-kura/pom.xml +++ b/components/camel-kura/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-kura</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-ldap/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ldap/pom.xml b/components/camel-ldap/pom.xml index 0cc8ef8..07b6ff6 100644 --- a/components/camel-ldap/pom.xml +++ b/components/camel-ldap/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-ldap</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-leveldb/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-leveldb/pom.xml b/components/camel-leveldb/pom.xml index 7169b33..8f72462 100644 --- a/components/camel-leveldb/pom.xml +++ b/components/camel-leveldb/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-leveldb</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-linkedin/camel-linkedin-api/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-api/pom.xml b/components/camel-linkedin/camel-linkedin-api/pom.xml index e1827aa..9325b2d 100644 --- a/components/camel-linkedin/camel-linkedin-api/pom.xml +++ b/components/camel-linkedin/camel-linkedin-api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-linkedin-parent</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-linkedin-api</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-linkedin/camel-linkedin-component/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-component/pom.xml b/components/camel-linkedin/camel-linkedin-component/pom.xml index eec3117..9ed305d 100644 --- a/components/camel-linkedin/camel-linkedin-component/pom.xml +++ b/components/camel-linkedin/camel-linkedin-component/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-linkedin-parent</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-linkedin</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-linkedin/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/pom.xml b/components/camel-linkedin/pom.xml index 19116a0..b4dd543 100644 --- a/components/camel-linkedin/pom.xml +++ b/components/camel-linkedin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>components</artifactId> <groupId>org.apache.camel</groupId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-linkedin-parent</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-lucene/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lucene/pom.xml b/components/camel-lucene/pom.xml index 76e44e0..39b535e 100644 --- a/components/camel-lucene/pom.xml +++ b/components/camel-lucene/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-lucene</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-lumberjack/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lumberjack/pom.xml b/components/camel-lumberjack/pom.xml index 65df5ea..a12d75d 100644 --- a/components/camel-lumberjack/pom.xml +++ b/components/camel-lumberjack/pom.xml @@ -17,15 +17,13 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-lumberjack</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-lzf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-lzf/pom.xml b/components/camel-lzf/pom.xml index 9e3c234..5289d4a 100644 --- a/components/camel-lzf/pom.xml +++ b/components/camel-lzf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-lzf</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-mail/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml index b1123ce..19a82a2 100644 --- a/components/camel-mail/pom.xml +++ b/components/camel-mail/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-mail</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-metrics/pom.xml b/components/camel-metrics/pom.xml index ac3493f..f74dd10 100644 --- a/components/camel-metrics/pom.xml +++ b/components/camel-metrics/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-metrics</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-milo/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-milo/pom.xml b/components/camel-milo/pom.xml index dc2cbe9..f851204 100644 --- a/components/camel-milo/pom.xml +++ b/components/camel-milo/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-milo</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-mina/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mina/pom.xml b/components/camel-mina/pom.xml index 34e8609..0905210 100644 --- a/components/camel-mina/pom.xml +++ b/components/camel-mina/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-mina</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/6cb00233/components/camel-mina2/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml index 5eb10b7..a2a1a4f 100644 --- a/components/camel-mina2/pom.xml +++ b/components/camel-mina2/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> - <version>2.20.0-SNAPSHOT</version> + <version>2.19.0</version> </parent> <artifactId>camel-mina2</artifactId>