Skip to content

Commit e0e2e06

Browse files
Prepare for 0.2.0-preview release (#117)
1 parent e5ba181 commit e0e2e06

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@ granted.
8989

9090
### Downloading the Connector
9191

92-
There are two ways to access the connector.
93-
94-
#### Maven Central
95-
96-
The connector is available on the [Maven Central](https://repo1.maven.org/maven2/com/google/cloud/flink/)
97-
repository.
98-
99-
| Flink version | Connector Artifact |
100-
|---------------|--------------------------------------------------------------------------|
101-
| Flink 1.17.x | `com.google.cloud.flink:flink-1.17-connector-bigquery:0.2.0-preview` |
102-
10392
#### GitHub
10493

10594
Users can obtain the connector artifact from our [GitHub repository](https://github.com/GoogleCloudDataproc/flink-bigquery-connector).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ under the License.
5656
</distributionManagement>
5757

5858
<properties>
59-
<revision>0.1.0-preview</revision>
59+
<revision>0.2.0-preview</revision>
6060
<flink.version>1.17.1</flink.version>
6161
<google-lib-bom.version>26.33.0</google-lib-bom.version>
6262

0 commit comments

Comments
 (0)