You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/06 09:49:50 UTC

[camel] 02/20: CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz - Update references

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2bd1cdfe968a74231684da1b5970faf9c87b06e9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 6 09:52:10 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-quartz2 to camel-quartz - Update references
---
 apache-camel/pom.xml                             | 4 ++--
 apache-camel/src/main/descriptors/common-bin.xml | 4 ++--
 bom/camel-bom/pom.xml                            | 4 ++--
 components/camel-mail/pom.xml                    | 2 +-
 components/camel-zookeeper-master/pom.xml        | 2 +-
 components/pom.xml                               | 2 +-
 examples/camel-example-main-artemis/pom.xml      | 2 +-
 examples/camel-example-main-tiny/pom.xml         | 2 +-
 examples/camel-example-main/pom.xml              | 2 +-
 parent/pom.xml                                   | 4 ++--
 tests/camel-itest/pom.xml                        | 2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 158609f..8ceec78 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1149,7 +1149,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-quartz2</artifactId>
+      <artifactId>camel-quartz</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
@@ -2638,7 +2638,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-quartz2-starter</artifactId>
+      <artifactId>camel-quartz-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 077c358..37992cb 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -250,7 +250,7 @@
         <include>org.apache.camel:camel-protobuf</include>
         <include>org.apache.camel:camel-pubnub</include>
         <include>org.apache.camel:camel-pulsar</include>
-        <include>org.apache.camel:camel-quartz2</include>
+        <include>org.apache.camel:camel-quartz</include>
         <include>org.apache.camel:camel-quickfix</include>
         <include>org.apache.camel:camel-rabbitmq</include>
         <include>org.apache.camel:camel-reactive-executor-vertx</include>
@@ -587,7 +587,7 @@
         <include>org.apache.camel:camel-protobuf-starter</include>
         <include>org.apache.camel:camel-pubnub-starter</include>
         <include>org.apache.camel:camel-pulsar-starter</include>
-        <include>org.apache.camel:camel-quartz2-starter</include>
+        <include>org.apache.camel:camel-quartz-starter</include>
         <include>org.apache.camel:camel-quickfix-starter</include>
         <include>org.apache.camel:camel-rabbitmq-starter</include>
         <include>org.apache.camel:camel-reactive-executor-vertx-starter</include>
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index d3874c3..1bf35f8 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2215,12 +2215,12 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-quartz2</artifactId>
+        <artifactId>camel-quartz</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-quartz2-starter</artifactId>
+        <artifactId>camel-quartz-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 152c288..ac4353c 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -110,7 +110,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-zookeeper-master/pom.xml b/components/camel-zookeeper-master/pom.xml
index 115f72e..7d61b85 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -117,7 +117,7 @@
         <!-- test dependencies -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/pom.xml b/components/pom.xml
index 82aae97..eb3529f 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -264,7 +264,7 @@
         <module>camel-protobuf</module>
         <module>camel-pubnub</module>
         <module>camel-pulsar</module>
-        <module>camel-quartz2</module>
+        <module>camel-quartz</module>
         <module>camel-quickfix</module>
         <module>camel-rabbitmq</module>
         <module>camel-reactive-executor-vertx</module>
diff --git a/examples/camel-example-main-artemis/pom.xml b/examples/camel-example-main-artemis/pom.xml
index f1ea8df..87d4571 100644
--- a/examples/camel-example-main-artemis/pom.xml
+++ b/examples/camel-example-main-artemis/pom.xml
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/examples/camel-example-main-tiny/pom.xml b/examples/camel-example-main-tiny/pom.xml
index 96d1d08..f3aa11a 100644
--- a/examples/camel-example-main-tiny/pom.xml
+++ b/examples/camel-example-main-tiny/pom.xml
@@ -70,7 +70,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
         </dependency>
 
         <!-- we dont need XML DSL or JAXB -->
diff --git a/examples/camel-example-main/pom.xml b/examples/camel-example-main/pom.xml
index 73f6388..750fb23 100644
--- a/examples/camel-example-main/pom.xml
+++ b/examples/camel-example-main/pom.xml
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
         </dependency>
 
         <!-- logging -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 9eefcb1..d48deb5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1874,7 +1874,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-quartz2</artifactId>
+        <artifactId>camel-quartz</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
@@ -3383,7 +3383,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-quartz2-starter</artifactId>
+        <artifactId>camel-quartz-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index b27980b..6c70a47 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -96,7 +96,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-quartz2</artifactId>
+            <artifactId>camel-quartz</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>