Skip to content

Commit

Permalink
Prepare for release 2.2.17 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhravidutt committed Aug 17, 2023
1 parent 369b2df commit 2609846
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To add a dependency on one of the connectors using Maven, use the following:
<dependency>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector</artifactId>
<version>hadoop2-2.2.16</version>
<version>hadoop2-2.2.17</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
</parent>

<artifactId>coverage</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
<packaging>pom</packaging>

<profiles>
Expand Down
2 changes: 2 additions & 0 deletions gcs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next

## 2.2.17 - 2023-08-15

1. Upgrade java-storage to 2.25.0

## 2.2.16 - 2023-06-30
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.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<artifactId>gcsio</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</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>2.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

<bigdataoss.version>2.2.17-SNAPSHOT</bigdataoss.version>
<bigdataoss.version>2.2.18-SNAPSHOT</bigdataoss.version>
<bigquery-connector.version>1.2.1-SNAPSHOT</bigquery-connector.version>
<apache.httpclient.version>4.5.13</apache.httpclient.version>
<google.api.grpc.proto-google-iam-v1.version>1.1.7</google.api.grpc.proto-google-iam-v1.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.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

<artifactId>util</artifactId>
<version>2.2.17-SNAPSHOT</version>
<version>2.2.18-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 2609846

Please sign in to comment.