Skip to content

Commit

Permalink
[Release] - Prepare release 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Jan 6, 2016
1 parent 4f371a2 commit e2373b5
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 104 deletions.
5 changes: 1 addition & 4 deletions cascading2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-cascading2</artifactId>
<name>Elephant Bird Cascading2</name>
<description>Cascading utilities.</description>

<repositories>
<repository>
<id>conjars.org</id>
<url>http://conjars.org/repo</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down
11 changes: 1 addition & 10 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-core</artifactId>
<name>Elephant Bird Core</name>
<description>Core utilities.</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down Expand Up @@ -66,9 +64,7 @@
<groupId>ant</groupId>
<artifactId>ant</artifactId>
</dependency>

</dependencies>

<profiles>
<profile>
<id>thrift7</id>
Expand Down Expand Up @@ -147,10 +143,8 @@
</build>
</profile>
</profiles>

<build>
<plugins>

<!-- protobuf -->
<plugin>
<groupId>com.github.igor-petruk.protobuf</groupId>
Expand All @@ -163,7 +157,6 @@
</execution>
</executions>
</plugin>

<!-- thrift -->
<plugin>
<groupId>org.apache.thrift.tools</groupId>
Expand All @@ -178,7 +171,6 @@
</execution>
</executions>
</plugin>

<!-- need this for the pig, rcfile tests -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -190,7 +182,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>
4 changes: 1 addition & 3 deletions crunch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-crunch</artifactId>
<name>Elephant Bird Crunch</name>
<description>Crunch utilities.</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down
9 changes: 1 addition & 8 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-examples</artifactId>
<name>Elephant Bird Examples</name>
<description>Elephant Bird Examples.</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down Expand Up @@ -39,10 +37,8 @@
<artifactId>slf4j-simple</artifactId>
</dependency>
</dependencies>

<build>
<plugins>

<!-- protobuf -->
<plugin>
<groupId>com.github.igor-petruk.protobuf</groupId>
Expand All @@ -55,7 +51,6 @@
</execution>
</executions>
</plugin>

<!-- thrift -->
<plugin>
<groupId>org.apache.thrift.tools</groupId>
Expand All @@ -70,7 +65,6 @@
</execution>
</executions>
</plugin>

<!-- add generated sources -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -91,7 +85,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>
4 changes: 1 addition & 3 deletions hadoop-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-hadoop-compat</artifactId>
<name>Elephant Bird Hadoop Compatibility</name>
<description>Utilities for dealing with Hadoop incompatibilities between 1.x and 2.x</description>

<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
5 changes: 1 addition & 4 deletions hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-hive</artifactId>
<name>Elephant Bird Hive</name>
<description>Hive utilities.</description>

<repositories>
<!-- hcatalog artifact hosted by Twitter -->
<repository>
Expand All @@ -26,7 +24,6 @@
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down
5 changes: 1 addition & 4 deletions lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-lucene</artifactId>
<name>Elephant Bird Lucene</name>
<description>Lucene Index InputFormats and OutputFormats</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down Expand Up @@ -59,7 +57,6 @@
<artifactId>easymock</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<!-- publish tests so they can be shared with elephant-bird-pig-lucene -->
Expand Down
4 changes: 1 addition & 3 deletions mahout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-mahout</artifactId>
<name>Elephant Bird Mahout</name>
<description>Mahout utilities.</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down
4 changes: 1 addition & 3 deletions pig-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-pig-lucene</artifactId>
<name>Elephant Bird Pig Lucene</name>
<description>Lucene Index Load/Store Funcs</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand Down
14 changes: 3 additions & 11 deletions pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
<parent>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird</artifactId>
<version>4.11rc2-SNAPSHOT</version>
<version>4.12</version>
<relativePath>..</relativePath>
</parent>

<artifactId>elephant-bird-pig</artifactId>
<name>Elephant Bird Pig</name>
<description>Pig utilities.</description>

<dependencies>
<dependency>
<groupId>com.twitter.elephantbird</groupId>
Expand All @@ -20,7 +18,7 @@
<dependency>
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-core</artifactId>
<type>test-jar</type>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -40,10 +38,9 @@
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>

<!-- log4j required for tests-->
<dependency>
<groupId>log4j</groupId>
Expand All @@ -54,10 +51,8 @@
<artifactId>easymock</artifactId>
</dependency>
</dependencies>

<build>
<plugins>

<!-- thrift -->
<plugin>
<groupId>org.apache.thrift.tools</groupId>
Expand All @@ -72,15 +67,13 @@
</execution>
</executions>
</plugin>

<!-- increase memory -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.library.path=${test.library.path} -Xmx1024m</argLine>
</configuration>
</plugin>

<!-- need this for the mahout tests -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -92,7 +85,6 @@
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>
Loading

0 comments on commit e2373b5

Please sign in to comment.