Skip to content

Commit 4d9a03b

Browse files
author
Jenkins slave
committed
Preparing for CDH4.6.0 release
1 parent 480673f commit 4d9a03b

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

parquet-avro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-cascading/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-column/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-encoding/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-hadoop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-hive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-pig-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-pig/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-scrooge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-test-hadoop2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

parquet-thrift/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.twitter</groupId>
44
<artifactId>parquet</artifactId>
55
<relativePath>../pom.xml</relativePath>
6-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
6+
<version>1.2.5-cdh4.6.0</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>com.cloudera.cdh</groupId>
66
<artifactId>cdh-root</artifactId>
7-
<version>4.6.0-SNAPSHOT</version>
7+
<version>4.6.0</version>
88
<relativePath></relativePath><!-- no parent resolution -->
99
</parent>
1010

1111
<groupId>com.twitter</groupId>
1212
<artifactId>parquet</artifactId>
13-
<version>1.2.5-cdh4.6.0-SNAPSHOT</version>
13+
<version>1.2.5-cdh4.6.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Parquet MR</name>

0 commit comments

Comments
 (0)