Created
August 3, 2011 06:04
-
-
Save toddlipcon/1122009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 6718fc5bf16eae47e291b12313b112a0bfd03d16 | |
| Author: Todd Lipcon <todd@cloudera.com> | |
| Date: Sun Jun 12 20:58:10 2011 -0700 | |
| Make pom use CDH | |
| diff --git a/pom.xml b/pom.xml | |
| index 059dc0e..87dad99 100644 | |
| --- a/pom.xml | |
| +++ b/pom.xml | |
| @@ -164,12 +164,24 @@ | |
| <repositories> | |
| <repository> | |
| - <id>apache release</id> | |
| - <url>https://repository.apache.org/content/repositories/releases/</url> | |
| + <id>cdh.snapshot.repo</id> | |
| + <url>https://repository.cloudera.com/content/repositories/snapshots</url> | |
| + <name>Cloudera Snapshot Repository</name> | |
| + <snapshots> | |
| + <enabled>true</enabled> | |
| + </snapshots> | |
| + </repository> | |
| + <repository> | |
| + <id>cdh.repo</id> | |
| + <url>https://repository.cloudera.com/content/groups/cloudera-repos</url> | |
| + <name>Cloudera Repository</name> | |
| + <snapshots> | |
| + <enabled>false</enabled> | |
| + </snapshots> | |
| </repository> | |
| <repository> | |
| - <id>hadoop-non-releases</id> | |
| - <name>Hadoop non-releases</name> | |
| + <id>temp-thrift</id> | |
| + <name>Thrift 0.2.0</name> | |
| <url>http://people.apache.org/~rawson/repo/</url> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| @@ -614,7 +626,7 @@ | |
| at revision 1034499 with this hdfs-895 patch: | |
| https://issues.apache.org/jira/secure/attachment/12459473/hdfs-895-branch-20-append.txt | |
| --> | |
| - <hadoop.version>0.20-append-r1057313</hadoop.version> | |
| + <hadoop.version>0.20.2-cdh3u1</hadoop.version> | |
| <jasper.version>5.5.23</jasper.version> | |
| <jaxb-api.version>2.1</jaxb-api.version> | |
| <jetty.version>6.1.26</jetty.version> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment