Skip to content

Commit

Permalink
Version number changes for GCS Connector 1.6.1 / BQ 0.10.2.
Browse files Browse the repository at this point in the history
	Change on 2017/04/20 by angusdavis <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=153781866
  • Loading branch information
angusdavis committed Apr 21, 2017
1 parent d2d1f6c commit cecf6c6
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.2-hadoop1-SNAPSHOT</version>
<version>0.10.2-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.2-hadoop2-SNAPSHOT</version>
<version>0.10.2-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.2-SNAPSHOT</version>
<version>0.10.2</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
0.10.2 - 2017-04-14

1. POM updates for GCS connector 1.6.1.

0.10.1 - 2016-12-16

1. Added a configurable write disposition when using
1. Added a configurable write disposition when using
IndirectBigQueryOutputFormat with "WRITE_APPEND" as the default.


Expand Down
2 changes: 1 addition & 1 deletion gcs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.1 - 2017-XX-XX
1.6.1 - 2017-04-14

1. Added a polling loop when determining if a createEmptyObjects error can
safely be ignored and expanded the cases in which we will attempt to
Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.1-hadoop1-SNAPSHOT</version>
<version>1.6.1-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.1-hadoop2-SNAPSHOT</version>
<version>1.6.1-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions gcsio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<dependencies>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<name>BigDataOSS Parent</name>
<description>
Parent project for Google Cloud Platform Big-Data connectors.
Expand Down Expand Up @@ -70,12 +70,12 @@
</prerequisites>

<properties>
<bigdataoss.util.version>1.6.1-SNAPSHOT</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.6.1-SNAPSHOT</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.6.1-hadoop1-SNAPSHOT</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.6.1-hadoop2-SNAPSHOT</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.6.1-hadoop1-SNAPSHOT</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.6.1-hadoop2-SNAPSHOT</bigdataoss.gcs.hadoop.two.version>
<bigdataoss.util.version>1.6.1</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.6.1</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.6.1-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.6.1-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.6.1-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.6.1-hadoop2</bigdataoss.gcs.hadoop.two.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<google.api.version>1.20.0</google.api.version>
<google.guava.version>18.0</google.guava.version>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>pom</packaging>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.6.1-hadoop1-SNAPSHOT</version>
<version>1.6.1-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.6.1-hadoop2-SNAPSHOT</version>
<version>1.6.1-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit cecf6c6

Please sign in to comment.