Skip to content

Instantly share code, notes, and snippets.

@LesTR
Created April 23, 2014 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LesTR/56d7d6ddbeb184460251 to your computer and use it in GitHub Desktop.
Save LesTR/56d7d6ddbeb184460251 to your computer and use it in GitHub Desktop.
lestr@drbal:~/data/git/hbase [ 0.94 ] ∑ git diff
diff --git a/pom.xml b/pom.xml
index 7b88b5b..272a0f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1056,7 +1056,7 @@
<slf4j.version>1.4.3</slf4j.version>
<log4j.version>1.2.16</log4j.version>
<mockito-all.version>1.8.5</mockito-all.version>
- <protobuf.version>2.4.0a</protobuf.version>
+ <protobuf.version>2.5.0</protobuf.version>
<stax-api.version>1.0.1</stax-api.version>
<thrift.version>0.8.0</thrift.version>
<zookeeper.version>3.4.5</zookeeper.version>
@@ -2233,15 +2233,15 @@
mvn -Dhadoop.profile=2.0
-->
<profile>
- <id>hadoop-2.0</id>
+ <id>hadoop-2.2</id>
<activation>
<property>
<name>hadoop.profile</name>
- <value>2.0</value>
+ <value>2.2</value>
</property>
</activation>
<properties>
- <hadoop.version>2.0.0-alpha</hadoop.version>
+ <hadoop.version>2.2.0</hadoop.version>
<slf4j.version>1.6.1</slf4j.version>
</properties>
<dependencies>
lestr@drbal:~/data/git/hbase [ 0.94 ] ∑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment