Skip to content

Commit

Permalink
Release GCS connector 2.1.0 and bigquery connector 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyegong committed Mar 9, 2020
1 parent 0673a85 commit fe803e3
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,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.1</version>
<version>hadoop2-2.1.0</version>
<!-- or, for BigQuery: -->
<artifactId>bigquery-connector</artifactId>
<version>hadoop2-1.0.1</version>
<version>hadoop2-1.1.0</version>
</dependency>
```

Expand Down
4 changes: 3 additions & 1 deletion bigquery/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.1.0 - 2020-XX-XX
### 1.1.0 - 2020-03-09

1. Update all dependencies to latest versions.

Expand All @@ -15,6 +15,8 @@

1. Use Slf4j backend by default for Google Flogger.

1. Stop caching non-existent (not found) items in performance cache.

### 1.0.1 - 2020-02-13

1. Fix shaded jar - add back missing relocated dependencies.
Expand Down
4 changes: 2 additions & 2 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>bigquery-connector</artifactId>
<version>${hadoop.identifier}-1.1.0-SNAPSHOT</version>
<version>${hadoop.identifier}-1.1.0</version>

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

<artifactId>coverage</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion gcs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.1.0 - 2020-XX-XX
### 2.1.0 - 2020-03-09

1. Update all dependencies to latest versions.

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

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>gcs-connector</artifactId>
<version>${hadoop.identifier}-2.1.0-SNAPSHOT</version>
<version>${hadoop.identifier}-2.1.0</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 @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>gcsio</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<profiles>
<profile>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<url>https://github.com/GoogleCloudDataproc/hadoop-connectors</url>
Expand Down Expand Up @@ -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.1.0</bigdataoss.version>
<bigquery-connector.version>1.1.0</bigquery-connector.version>

<!-- Keep in sync with Hadoop dependencies -->
<apache.avro.version>1.7.7</apache.avro.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 @@ -22,14 +22,14 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</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.1.0</version>

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

<artifactId>util</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit fe803e3

Please sign in to comment.