Skip to content

Commit

Permalink
release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghu Angadi committed May 25, 2012
1 parent 6ed1ba6 commit e8604fc
Show file tree
Hide file tree
Showing 11 changed files with 184 additions and 4 deletions.
14 changes: 14 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Elephant Bird #

### Version 2.2.3 ###

ISSUE 205. Set map value field alias to null (Andy Schlaikjer)

ISSUE 203. Remove yamlbeans from dependencies (Raghu Angadi)

ISSUE 202. remove Protobuf codegen utils, use maven repo for Thrift and Protobuf jars (Raghu Angadi)

ISSUE 198. Remove piggybank dependency. (Raghu Angadi)

ISSUE 200. Fix typos in VectorWritableConverter javadoc (Andy Schlaikjer)

ISSUE 197. Upgrade to cascading wip-288 (Argyris Zymnis)

### Version 2.2.2 ###

ISSUE 193. Fix schema for Thrift struct in a map. (Raghu Angadi)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<property name="test.lib.dir" location="${build.dir}/lib/test"/>

<property name="jar.name" value="elephant-bird"/>
<property name="version" value="2.2.3-SNAPSHOT"/>
<property name="version" value="2.2.3"/>
<property name="jar.file" location="${build.dir}/${jar.name}-${version}.jar"/>
<property name="jar.nodep.file" location="${build.dir}/${jar.name}-${version}-nodep.jar"/>

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0ea27110934bcc56a59f963d4956846b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f9f0b258c730ec2ae5315ddd079ba7152b58629
161 changes: 161 additions & 0 deletions repo/com/twitter/elephant-bird/2.2.3/elephant-bird-2.2.3.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Apache Maven 2 POM generated by Apache Ivy
http://ant.apache.org/ivy/
Apache Ivy version: 2.2.0 20100923230623
-->
<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.twitter</groupId>
<artifactId>elephant-bird</artifactId>
<packaging>jar</packaging>
<version>2.2.3</version>
<dependencies>
<dependency>
<groupId>cascading</groupId>
<artifactId>cascading-hadoop</artifactId>
<version>2.0.0-wip-288</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>11.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.hadoop</groupId>
<artifactId>hadoop-lzo</artifactId>
<version>0.4.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>0.20.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-api-2.1</artifactId>
<version>6.1.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-ant-tasks</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pig</groupId>
<artifactId>pig</artifactId>
<version>0.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-collections</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-core</artifactId>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-math</artifactId>
<version>0.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
<version>0.5.0-dev</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e73dc763d3dee6df114236be8439914e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
005eefe557c5919a2f58e025ed0bed1c03ff1190
3 changes: 2 additions & 1 deletion repo/com/twitter/elephant-bird/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<version>2.2.0</version>
<version>2.2.1</version>
<version>2.2.2</version>
<version>2.2.3</version>
</versions>
<lastUpdated>20120427004728</lastUpdated>
<lastUpdated>20120525000108</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repo/com/twitter/elephant-bird/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f160c31c98932868d9a1a5654df0fe5a
ec903bf8a92920fcbc5f77c6dae31b10
2 changes: 1 addition & 1 deletion repo/com/twitter/elephant-bird/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f80fa3526c67ab8117979246c0193cac5738de03
c7291c6930e70ea9019542e9f1e11fc39b7d8b2b

0 comments on commit e8604fc

Please sign in to comment.