You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/04/10 09:12:01 UTC

[2/6] camel git commit: CAMEL-8614: Align mvn coordinate for Camel components for linkedin and olingo2

CAMEL-8614: Align mvn coordinate for Camel components for linkedin and olingo2


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7b85fe9f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7b85fe9f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7b85fe9f

Branch: refs/heads/master
Commit: 7b85fe9fd40a3c6e869f6582494ab0707471d01e
Parents: 715dbb7
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Apr 10 08:07:53 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Apr 10 08:07:53 2015 +0200

----------------------------------------------------------------------
 .../camel-linkedin/camel-linkedin-component/pom.xml    |  5 ++---
 components/camel-olingo2/camel-olingo2-api/pom.xml     |  6 +++---
 .../camel-olingo2/camel-olingo2-component/pom.xml      | 13 +++++--------
 components/camel-olingo2/pom.xml                       |  8 +++-----
 parent/pom.xml                                         |  4 ++--
 5 files changed, 15 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7b85fe9f/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 f251cf9..0fa9954 100644
--- a/components/camel-linkedin/camel-linkedin-component/pom.xml
+++ b/components/camel-linkedin/camel-linkedin-component/pom.xml
@@ -46,9 +46,8 @@
       <artifactId>camel-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.camel.component.linkedin</groupId>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-linkedin-api</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <!-- Camel annotations in runtime scope to avoid compile errors in IDEs -->
@@ -61,7 +60,7 @@
 
     <!-- Component API javadoc in provided scope to read API signatures -->
     <dependency>
-      <groupId>org.apache.camel.component.linkedin</groupId>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-linkedin-api</artifactId>
       <version>${project.version}</version>
       <classifier>javadoc</classifier>

http://git-wip-us.apache.org/repos/asf/camel/blob/7b85fe9f/components/camel-olingo2/camel-olingo2-api/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml
index ec34cd4..056d2ef 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -20,14 +20,14 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.camel.component.olingo2</groupId>
+    <groupId>org.apache.camel</groupId>
     <artifactId>camel-olingo2-parent</artifactId>
     <version>2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-olingo2-api</artifactId>
-  <name>Camel :: Olingo2 Component API</name>
-  <description>Camel API for Apache Olingo2</description>
+  <name>Camel :: Olingo2 :: API</name>
+  <description>Camel Olingo2 API</description>
   <packaging>bundle</packaging>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/7b85fe9f/components/camel-olingo2/camel-olingo2-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 27e1fda..e6bcb88 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -20,15 +20,15 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.camel.component.olingo2</groupId>
+    <groupId>org.apache.camel</groupId>
     <artifactId>camel-olingo2-parent</artifactId>
     <version>2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-olingo2</artifactId>
   <packaging>bundle</packaging>
-  <name>Camel :: Olingo2 Component</name>
-  <description>Camel Component for Apache Olingo2</description>
+  <name>Camel :: Olingo2 :: Component</name>
+  <description>Camel Olingo2 component</description>
 
   <properties>
     <schemeName>olingo2</schemeName>
@@ -44,12 +44,10 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.camel.component.olingo2</groupId>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-olingo2-api</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>
@@ -67,9 +65,8 @@
 
     <!-- Component API javadoc in provided scope to read API signatures -->
     <dependency>
-      <groupId>org.apache.camel.component.olingo2</groupId>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-olingo2-api</artifactId>
-      <version>${project.version}</version>
       <classifier>javadoc</classifier>
       <scope>provided</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/7b85fe9f/components/camel-olingo2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/pom.xml b/components/camel-olingo2/pom.xml
index d1eb837..a6d0e20 100644
--- a/components/camel-olingo2/pom.xml
+++ b/components/camel-olingo2/pom.xml
@@ -25,12 +25,10 @@
     <version>2.16-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.camel.component.olingo2</groupId>
   <artifactId>camel-olingo2-parent</artifactId>
   <packaging>pom</packaging>
-
-  <name>Camel :: Olingo2 Component Parent</name>
-  <description>Parent project for Camel {Olingo2} Component</description>
+  <name>Camel :: Olingo2 :: Parent</name>
+  <description>Camel Olingo2 parent</description>
 
   <modules>
     <module>camel-olingo2-api</module>
@@ -48,7 +46,7 @@
               <childDelegation>false</childDelegation>
               <useFile>true</useFile>
               <forkCount>1</forkCount>
-	      <reuseForks>true</reuseForks>
+	            <reuseForks>true</reuseForks>
               <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
               <excludes>
                 <exclude>**/*XXXTest.java</exclude>

http://git-wip-us.apache.org/repos/asf/camel/blob/7b85fe9f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6aa5756..630e057 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1112,12 +1112,12 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.camel.component.linkedin</groupId>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-linkedin-api</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.camel.component.linkedin</groupId>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-linkedin</artifactId>
         <version>${project.version}</version>
       </dependency>