Skip to content

Commit 8b6fe77

Browse files
fix: update readme and trigger release (#196)
1 parent caf7e07 commit 8b6fe77

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,24 @@ Java idiomatic client for [Pub/Sub Lite Flink Connector][product-docs].
1717

1818
If you are using Maven, add this to your pom.xml file:
1919

20-
2120
```xml
2221
<dependency>
2322
<groupId>com.google.cloud</groupId>
24-
<artifactId>google-cloud-pubsublite-flink</artifactId>
23+
<artifactId>pubsublite-flink</artifactId>
2524
<version>0.0.0</version>
2625
</dependency>
2726
```
2827

2928
If you are using Gradle without BOM, add this to your dependencies
3029

3130
```Groovy
32-
implementation 'com.google.cloud:google-cloud-pubsublite-flink:0.0.0'
31+
implementation 'com.google.cloud:pubsublite-flink:0.0.0'
3332
```
3433

3534
If you are using SBT, add this to your dependencies
3635

3736
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite-flink" % "0.0.0"
37+
libraryDependencies += "com.google.cloud" % "pubsublite-flink" % "0.0.0"
3938
```
4039

4140
## Authentication
@@ -58,8 +57,8 @@ You will need to [enable billing][enable-billing] to use Google Pub/Sub Lite Fli
5857

5958
### Installation and setup
6059

61-
You'll need to obtain the `google-cloud-pubsublite-flink` library. See the [Quickstart](#quickstart) section
62-
to add `google-cloud-pubsublite-flink` as a dependency in your code.
60+
You'll need to obtain the `pubsublite-flink` library. See the [Quickstart](#quickstart) section
61+
to add `pubsublite-flink` as a dependency in your code.
6362

6463
## About Pub/Sub Lite Flink Connector
6564

@@ -164,7 +163,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
164163
Java is a registered trademark of Oracle and/or its affiliates.
165164

166165
[product-docs]: https://cloud.google.com/pubsub/lite/docs
167-
[javadocs]: https://googleapis.dev/java/google-cloud-pubsublite-flink/latest/index.html
166+
[javadocs]: https://googleapis.dev/java/pubsublite-flink/latest/index.html
168167
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite-flink/java7.svg
169168
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite-flink/java7.html
170169
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite-flink/java8.svg
@@ -176,8 +175,8 @@ Java is a registered trademark of Oracle and/or its affiliates.
176175
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite-flink/java11.svg
177176
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite-flink/java11.html
178177
[stability-image]: https://img.shields.io/badge/stability-alpha-orange
179-
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite-flink.svg
180-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-pubsublite-flink&core=gav
178+
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/pubsublite-flink.svg
179+
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:pubsublite-flink&core=gav
181180
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
182181
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
183182
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)