From 9d1e8af0914520a38a93d96b81f83b02ab01ac90 Mon Sep 17 00:00:00 2001 From: hongyegong <hg1068@nyu.edu> Date: Thu, 13 Feb 2020 11:06:09 -0800 Subject: [PATCH] Release GCS connector 2.0.1 and BQ connector 1.0.1. --- README.md | 4 ++-- bigquery/CHANGES.md | 2 +- bigquery/pom.xml | 4 ++-- coverage/pom.xml | 4 ++-- gcs/CHANGES.md | 2 +- gcs/pom.xml | 4 ++-- gcsio/pom.xml | 4 ++-- pom.xml | 6 +++--- util-hadoop/pom.xml | 4 ++-- util/pom.xml | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 6d11e92ebc..f6e9c5dc35 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,10 @@ To add a dependency on one of the connectors using Maven, use the following: <groupId>com.google.cloud.bigdataoss</groupId> <!-- Cloud Storage: --> <artifactId>gcs-connector</artifactId> - <version>hadoop2-2.0.0</version> + <version>hadoop2-2.0.1</version> <!-- or, for BigQuery: --> <artifactId>bigquery-connector</artifactId> - <version>hadoop2-1.0.0</version> + <version>hadoop2-1.0.1</version> </dependency> ``` diff --git a/bigquery/CHANGES.md b/bigquery/CHANGES.md index 6a4ba4309e..0051882428 100644 --- a/bigquery/CHANGES.md +++ b/bigquery/CHANGES.md @@ -1,4 +1,4 @@ -### 1.1.0 - 2019-XX-XX +### 1.0.1 - 2019-02-13 1. POM updates for GCS connector 2.1.0. diff --git a/bigquery/pom.xml b/bigquery/pom.xml index 15b532d619..94271e9a38 100644 --- a/bigquery/pom.xml +++ b/bigquery/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -32,7 +32,7 @@ </description> <artifactId>bigquery-connector</artifactId> - <version>${hadoop.identifier}-1.1.0-SNAPSHOT</version> + <version>${hadoop.identifier}-1.0.1</version> <profiles> <profile> diff --git a/coverage/pom.xml b/coverage/pom.xml index 9ee6ec4d3b..3c780807f1 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> </parent> <artifactId>coverage</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <packaging>pom</packaging> <profiles> diff --git a/gcs/CHANGES.md b/gcs/CHANGES.md index 6b558885de..aace39b10d 100644 --- a/gcs/CHANGES.md +++ b/gcs/CHANGES.md @@ -1,4 +1,4 @@ -### 2.1.0 - 2019-XX-XX +### 2.0.1 - 2019-02-13 1. Cooperative Locking FSCK tool: fix recovery of operations that failed before creating an operation log file. diff --git a/gcs/pom.xml b/gcs/pom.xml index 1f9bcd8ed6..ef39a75ed6 100644 --- a/gcs/pom.xml +++ b/gcs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -32,7 +32,7 @@ </description> <artifactId>gcs-connector</artifactId> - <version>${hadoop.identifier}-2.1.0-SNAPSHOT</version> + <version>${hadoop.identifier}-2.0.1</version> <profiles> <profile> diff --git a/gcsio/pom.xml b/gcsio/pom.xml index 86b8f230cf..d6a066e7f0 100644 --- a/gcsio/pom.xml +++ b/gcsio/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -32,7 +32,7 @@ </description> <artifactId>gcsio</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <profiles> <profile> diff --git a/pom.xml b/pom.xml index 661c819a86..0d66b9a4a8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <packaging>pom</packaging> <url>https://github.com/GoogleCloudPlatform/BigData-interop/</url> @@ -80,8 +80,8 @@ <gpg.skip>true</gpg.skip> - <bigdataoss.version>2.1.0-SNAPSHOT</bigdataoss.version> - <bigquery-connector.version>1.1.0-SNAPSHOT</bigquery-connector.version> + <bigdataoss.version>2.0.1</bigdataoss.version> + <bigquery-connector.version>1.0.1</bigquery-connector.version> <!-- Keep in sync with Hadoop dependencies --> <apache.avro.version>1.7.7</apache.avro.version> diff --git a/util-hadoop/pom.xml b/util-hadoop/pom.xml index 5964d017a2..967d69aafd 100644 --- a/util-hadoop/pom.xml +++ b/util-hadoop/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../pom.xml</relativePath> </parent> <name>util-hadoop-${hadoop.identifier}</name> <artifactId>util-hadoop</artifactId> - <version>${hadoop.identifier}-2.1.0-SNAPSHOT</version> + <version>${hadoop.identifier}-2.0.1</version> <profiles> <profile> diff --git a/util/pom.xml b/util/pom.xml index 1f69fde3ff..399b003cdb 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -22,12 +22,12 @@ <parent> <groupId>com.google.cloud.bigdataoss</groupId> <artifactId>bigdataoss-parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>util</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.0.1</version> <dependencies> <dependency>