Hello Ottomata,

I'd like you to do a code review.  Please visit

    https://gerrit.wikimedia.org/r/90162

to review the following change.

Change subject: Switch kafka groupId to org.apache.kafka
......................................................................

Switch kafka groupId to org.apache.kafka

Change-Id: I5ed873aa9e4f75eabf1d365d32ff7509bb1579e3
---
M camus-etl-kafka/pom.xml
M lib/kafka-0.8-SNAPSHOT.xml
M pom.xml
3 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/camus 
refs/changes/62/90162/1

diff --git a/camus-etl-kafka/pom.xml b/camus-etl-kafka/pom.xml
index d4a1af5..de63c15 100644
--- a/camus-etl-kafka/pom.xml
+++ b/camus-etl-kafka/pom.xml
@@ -37,7 +37,7 @@
                        <artifactId>hadoop-common</artifactId>
                </dependency>
                <dependency>
-                       <groupId>kafka</groupId>
+                       <groupId>org.apache.kafka</groupId>
                        <artifactId>kafka</artifactId>
                </dependency>
                <dependency>
diff --git a/lib/kafka-0.8-SNAPSHOT.xml b/lib/kafka-0.8-SNAPSHOT.xml
index 321c954..790e4e9 100644
--- a/lib/kafka-0.8-SNAPSHOT.xml
+++ b/lib/kafka-0.8-SNAPSHOT.xml
@@ -4,7 +4,7 @@
   xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>kafka</groupId>
+  <groupId>org.apache.kafka</groupId>
   <artifactId>kafka</artifactId>
   <version>0.8-SNAPSHOT</version>
 
diff --git a/pom.xml b/pom.xml
index cf06b60..eb1ed91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
                                <version>2.0.0-cdh4.2.0</version>
                        </dependency>
                        <dependency>
-                               <groupId>kafka</groupId>
+                               <groupId>org.apache.kafka</groupId>
                                <artifactId>kafka</artifactId>
                                <version>0.8-SNAPSHOT</version>
                        </dependency>
@@ -174,7 +174,7 @@
                                                        
<goal>install-file</goal>
                                                </goals>
                                                <configuration>
-                                                       <groupId>kafka</groupId>
+                                                       
<groupId>org.apache.kafka</groupId>
                                                        
<artifactId>kafka</artifactId>
                                                        
<version>0.8-SNAPSHOT</version>
                                                        
<packaging>jar</packaging>

-- 
To view, visit https://gerrit.wikimedia.org/r/90162
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ed873aa9e4f75eabf1d365d32ff7509bb1579e3
Gerrit-PatchSet: 1
Gerrit-Project: analytics/camus
Gerrit-Branch: wmf-1
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to