Skip to content

Commit

Permalink
Prepare for 0.2.0-preview release (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayehwhyehentee authored May 2, 2024
1 parent e5ba181 commit e0e2e06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ granted.

### Downloading the Connector

There are two ways to access the connector.

#### Maven Central

The connector is available on the [Maven Central](https://repo1.maven.org/maven2/com/google/cloud/flink/)
repository.

| Flink version | Connector Artifact |
|---------------|--------------------------------------------------------------------------|
| Flink 1.17.x | `com.google.cloud.flink:flink-1.17-connector-bigquery:0.2.0-preview` |

#### GitHub

Users can obtain the connector artifact from our [GitHub repository](https://github.com/GoogleCloudDataproc/flink-bigquery-connector).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ under the License.
</distributionManagement>

<properties>
<revision>0.1.0-preview</revision>
<revision>0.2.0-preview</revision>
<flink.version>1.17.1</flink.version>
<google-lib-bom.version>26.33.0</google-lib-bom.version>

Expand Down

0 comments on commit e0e2e06

Please sign in to comment.