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

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


The following commit(s) were added to refs/heads/master by this push:
     new 256a7ee  Polished
256a7ee is described below

commit 256a7ee80fb75873b9a02d2833ad3dab9c99ca7d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Dec 12 11:20:02 2020 +0100

    Polished
---
 core/camel-allcomponents/pom.xml  | 1 -
 core/camel-api/pom.xml            | 1 -
 core/camel-base-engine/pom.xml    | 1 -
 core/camel-base/pom.xml           | 1 -
 core/camel-cluster/pom.xml        | 1 -
 core/camel-componentdsl/pom.xml   | 1 -
 core/camel-core-catalog/pom.xml   | 1 -
 core/camel-core-engine/pom.xml    | 1 -
 core/camel-core-languages/pom.xml | 1 -
 core/camel-core-model/pom.xml     | 1 -
 core/camel-core-processor/pom.xml | 1 -
 core/camel-core-reifier/pom.xml   | 1 -
 core/camel-core/pom.xml           | 1 -
 core/camel-endpointdsl/pom.xml    | 1 -
 core/camel-health/pom.xml         | 1 -
 core/camel-management-api/pom.xml | 1 -
 core/camel-management/pom.xml     | 1 -
 core/camel-support/pom.xml        | 1 -
 core/camel-util/pom.xml           | 1 -
 core/camel-xml-jaxp/pom.xml       | 1 -
 core/pom.xml                      | 2 +-
 21 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml
index a27da0d..285c8f7 100644
--- a/core/camel-allcomponents/pom.xml
+++ b/core/camel-allcomponents/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-allcomponents</artifactId>
diff --git a/core/camel-api/pom.xml b/core/camel-api/pom.xml
index 587837a..ebb41f5 100644
--- a/core/camel-api/pom.xml
+++ b/core/camel-api/pom.xml
@@ -25,7 +25,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-api</artifactId>
diff --git a/core/camel-base-engine/pom.xml b/core/camel-base-engine/pom.xml
index f727826..b7ecf35 100644
--- a/core/camel-base-engine/pom.xml
+++ b/core/camel-base-engine/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-base-engine</artifactId>
diff --git a/core/camel-base/pom.xml b/core/camel-base/pom.xml
index 345a9f5..8b9d640 100644
--- a/core/camel-base/pom.xml
+++ b/core/camel-base/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-base</artifactId>
diff --git a/core/camel-cluster/pom.xml b/core/camel-cluster/pom.xml
index d46784b..bde0770 100644
--- a/core/camel-cluster/pom.xml
+++ b/core/camel-cluster/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-cluster</artifactId>
diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml
index b200fe3..8b4dc2b 100644
--- a/core/camel-componentdsl/pom.xml
+++ b/core/camel-componentdsl/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-componentdsl</artifactId>
diff --git a/core/camel-core-catalog/pom.xml b/core/camel-core-catalog/pom.xml
index 2f4f3fd..2f3df99 100644
--- a/core/camel-core-catalog/pom.xml
+++ b/core/camel-core-catalog/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-catalog</artifactId>
diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 0414933..2cf5c5c 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-engine</artifactId>
diff --git a/core/camel-core-languages/pom.xml 
b/core/camel-core-languages/pom.xml
index cc98374..c1ec8df 100644
--- a/core/camel-core-languages/pom.xml
+++ b/core/camel-core-languages/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-languages</artifactId>
diff --git a/core/camel-core-model/pom.xml b/core/camel-core-model/pom.xml
index 3248251..a1435eb 100644
--- a/core/camel-core-model/pom.xml
+++ b/core/camel-core-model/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-model</artifactId>
diff --git a/core/camel-core-processor/pom.xml 
b/core/camel-core-processor/pom.xml
index e54e776..cb4e83c 100644
--- a/core/camel-core-processor/pom.xml
+++ b/core/camel-core-processor/pom.xml
@@ -25,7 +25,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-processor</artifactId>
diff --git a/core/camel-core-reifier/pom.xml b/core/camel-core-reifier/pom.xml
index 3cdaad0..a2b6252 100644
--- a/core/camel-core-reifier/pom.xml
+++ b/core/camel-core-reifier/pom.xml
@@ -25,7 +25,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core-reifier</artifactId>
diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 346a353..c718907 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-core</artifactId>
diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml
index ee0356f..c9e3278 100644
--- a/core/camel-endpointdsl/pom.xml
+++ b/core/camel-endpointdsl/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-endpointdsl</artifactId>
diff --git a/core/camel-health/pom.xml b/core/camel-health/pom.xml
index d72f329..4d17325 100644
--- a/core/camel-health/pom.xml
+++ b/core/camel-health/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-health</artifactId>
diff --git a/core/camel-management-api/pom.xml 
b/core/camel-management-api/pom.xml
index 0310947..9afb728 100644
--- a/core/camel-management-api/pom.xml
+++ b/core/camel-management-api/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-management-api</artifactId>
diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml
index 336a54d..bc4c2d8 100644
--- a/core/camel-management/pom.xml
+++ b/core/camel-management/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-management</artifactId>
diff --git a/core/camel-support/pom.xml b/core/camel-support/pom.xml
index 7bcdaeb..5fd7f6e 100644
--- a/core/camel-support/pom.xml
+++ b/core/camel-support/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-support</artifactId>
diff --git a/core/camel-util/pom.xml b/core/camel-util/pom.xml
index f4f4e52..86164f4 100644
--- a/core/camel-util/pom.xml
+++ b/core/camel-util/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-util</artifactId>
diff --git a/core/camel-xml-jaxp/pom.xml b/core/camel-xml-jaxp/pom.xml
index 189af7f..dc619b4 100644
--- a/core/camel-xml-jaxp/pom.xml
+++ b/core/camel-xml-jaxp/pom.xml
@@ -24,7 +24,6 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>core</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>camel-xml-jaxp</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index c85fe83..3778a4f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-parent</artifactId>
         <version>3.7.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>core</artifactId>

Reply via email to