Skip to content

Commit

Permalink
Update versions for next connectors release developme
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyegong committed Mar 11, 2020
1 parent 8480732 commit e7c2a78
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
4 changes: 4 additions & 0 deletions bigquery/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.2 - 2020-XX-XX

1. POM updates for BigQuery connector 1.1.1.

### 1.1.1 - 2020-03-11

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.1</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>bigquery-connector</artifactId>
<version>${hadoop.identifier}-1.1.1</version>
<version>${hadoop.identifier}-1.1.2-SNAPSHOT</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.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>coverage</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<profiles>
Expand Down
4 changes: 4 additions & 0 deletions gcs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.2 - 2020-XX-XX

1. POM updates for GCS connector 2.1.1.

### 2.1.1 - 2020-03-11

1. Add upload cache to support high-level retries of failed uploads. Cache size
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.1</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>gcs-connector</artifactId>
<version>${hadoop.identifier}-2.1.1</version>
<version>${hadoop.identifier}-2.1.2-SNAPSHOT</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.1</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>gcsio</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>

<profiles>
<profile>
Expand Down
10 changes: 5 additions & 5 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.1</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<url>https://github.com/GoogleCloudDataproc/hadoop-connectors</url>
Expand Down Expand Up @@ -80,17 +80,17 @@

<gpg.skip>true</gpg.skip>

<bigdataoss.version>2.1.1</bigdataoss.version>
<bigquery-connector.version>1.1.1</bigquery-connector.version>
<bigdataoss.version>2.1.2-SNAPSHOT</bigdataoss.version>
<bigquery-connector.version>1.1.2-SNAPSHOT</bigquery-connector.version>

<!-- Keep in sync with Hadoop dependencies -->
<apache.avro.version>1.7.7</apache.avro.version>
<google.gson.version>2.2.4</google.gson.version>

<apache.httpclient.version>4.5.11</apache.httpclient.version>
<google.api-client.version>1.30.8</google.api-client.version>
<google.api-bigquery.version>v2-rev20191211-${google.api-client.version}</google.api-bigquery.version>
<google.api-storage.version>v1-rev20191127-${google.api-client.version}</google.api-storage.version>
<google.api-bigquery.version>v2-rev2.1.2-SNAPSHOT.2-SNAPSHOT1-${google.api-client.version}</google.api-bigquery.version>
<google.api-storage.version>v1-rev2.1.2-SNAPSHOT127-${google.api-client.version}</google.api-storage.version>
<google.auto-value.version>1.7</google.auto-value.version>
<google.cloud-bigquery-storage.version>0.124.0-beta</google.cloud-bigquery-storage.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.1</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>util-hadoop-${hadoop.identifier}</name>

<artifactId>util-hadoop</artifactId>
<version>${hadoop.identifier}-2.1.1</version>
<version>${hadoop.identifier}-2.1.2-SNAPSHOT</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.1</version>
<version>2.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>util</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit e7c2a78

Please sign in to comment.