Skip to content

Commit

Permalink
Release GCS connector 1.9.13 and BQ connector 0.13.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
medb committed Feb 4, 2019
1 parent 52f5055 commit 142c51b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ 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-1.9.12</version>
<version>hadoop2-1.9.13</version>
<!-- or, for BigQuery: -->
<artifactId>bigquery-connector</artifactId>
<version>hadoop2-0.13.12</version>
<version>hadoop2-0.13.13</version>
</dependency>
```
2 changes: 1 addition & 1 deletion bigquery/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.13.13 - 2019-XX-XX
0.13.13 - 2019-02-04

1. POM updates for GCS connector 1.9.13.

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

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

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

<profiles>
<profile>
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.9.13 - 2019-XX-XX
1.9.13 - 2019-02-04

1. Fix implicit directries inference.

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

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

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

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

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

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 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>1.9.13-SNAPSHOT</version>
<version>1.9.13</version>
<packaging>pom</packaging>

<url>https://github.com/GoogleCloudPlatform/BigData-interop/</url>
Expand Down Expand Up @@ -78,7 +78,7 @@

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

<bigdataoss.version>1.9.13-SNAPSHOT</bigdataoss.version>
<bigdataoss.version>1.9.13</bigdataoss.version>

<!-- Keep in sync with Hadoop dependencies -->
<apache.avro.version>1.7.7</apache.avro.version>
Expand Down
2 changes: 1 addition & 1 deletion pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Do not make a child of root pom to keep dependencies independent. -->
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>spark-pubsub</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<description>
Apache Spark Streaming Connector for Google Cloud Pub/Sub
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>1.9.13-SNAPSHOT</version>
<version>1.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<dependencies>
<dependency>
Expand Down

0 comments on commit 142c51b

Please sign in to comment.