Skip to content

Commit

Permalink
Release 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoro-team committed Dec 4, 2023
1 parent f9819af commit 667bf17
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To add a dependency on Cloud Storage connector using Maven, use the following:
<dependency>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector</artifactId>
<version>hadoop3-2.2.10</version>
<version>3.0.0</version>
</dependency>
```

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

<artifactId>coverage</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.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,6 +1,6 @@
# Release Notes

## Next
## 3.0.0 - 2023-12-03

1. Remove Hadoop 2.x support.

Expand Down
1 change: 0 additions & 1 deletion gcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ has several benefits:

## Getting the connector

This repository contains the Hadoop 2.x and the Hadoop 3.x compatible connector.
You can clone this repository and follow the directions in `INSTALL.md` within
this directory to install the connector. If you use
[Google Cloud Dataproc](https://cloud.google.com/dataproc) the connector is
Expand Down
4 changes: 2 additions & 2 deletions gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>gcs-connector</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>gcsio</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</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 @@ -25,7 +25,7 @@

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

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

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

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

<google.api-client.version>2.1.1</google.api-client.version>
<google.api-client-libraries.version>2.0.0</google.api-client-libraries.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 @@ -21,14 +21,14 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>util-hadoop</name>

<artifactId>util-hadoop</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

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

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

<dependencies>
<dependency>
Expand Down

0 comments on commit 667bf17

Please sign in to comment.