Updated Branches:
  refs/heads/master 3a3111546 -> 9cf194578

Fix for CRUNCH-1, contributed by Jakob Homan


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/9cf19457
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/9cf19457
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/9cf19457

Branch: refs/heads/master
Commit: 9cf194578fbe4d5c17fd3f43bf1e2340d47fa140
Parents: 3a31115
Author: Josh Wills <[email protected]>
Authored: Sat Jul 7 10:25:29 2012 -0700
Committer: Josh Wills <[email protected]>
Committed: Sat Jul 7 10:25:29 2012 -0700

----------------------------------------------------------------------
 pom.xml |   80 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 67 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/9cf19457/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f50778..4a1b36f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,29 @@
+<!--
+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>
-  <groupId>com.cloudera.crunch</groupId>
+  <groupId>org.apache.crunch</groupId>
   <artifactId>crunch</artifactId>
   <packaging>jar</packaging>
   <version>0.3.0</version>
-  <name>crunch</name>
+  <name>Apache Incubator Crunch</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -13,13 +31,56 @@
     <hadoop.version>0.20.2-cdh3u4</hadoop.version>
     <hbase.version>0.90.6-cdh3u4</hbase.version>
   </properties>
-       
+
   <scm>
-    <url>https://github.com/cloudera/crunch</url>
-    <connection>scm:git:git://github.com/cloudera/crunch.git</connection>
-    
<developerConnection>scm:git:[email protected]:cloudera/crunch.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-crunch.git</url>
+    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crunch.git</connection>
+    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crunch.git</developerConnection>
   </scm>
 
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/CRUNCH</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <mailingLists>
+    <mailingList>
+      <name>User List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-crunch-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Developer List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-crunch-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Commits List</name>
+      <subscribe>[email protected]</subscribe>
+      
<unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-crunch-commits/</archive>
+    </mailingList>
+  </mailingLists>
+
   <dependencies>
     <dependency>
       <groupId>com.google.guava</groupId>
@@ -295,11 +356,4 @@
     </plugins>
   </reporting>
 
-  <distributionManagement>
-    <repository>
-      <id>cloudera-local</id>
-      <url>https://repository.cloudera.com/artifactory/libs-release-local</url>
-    </repository>
-  </distributionManagement>
-
 </project>

Reply via email to