Skip to content

Commit 68e61d1

Browse files
committed
Rename com.google.gcloud to com.google.cloud in pubsub README
1 parent 1118c0e commit 68e61d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcloud-java-pubsub/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsu
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8-
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)]( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/gcloud-java-pubsub.svg)]( https://img.shields.io/maven-central/v/com.google.cloud/gcloud-java-pubsub.svg)
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/gcloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

@@ -24,7 +24,7 @@ Standard. `gcloud-java-pubsub` will work on App Engine Flexible.
2424
Add this to your pom.xml file
2525
```xml
2626
<dependency>
27-
<groupId>com.google.gcloud</groupId>
27+
<groupId>com.google.cloud</groupId>
2828
<artifactId>gcloud-java-pubsub</artifactId>
2929
<version>0.2.4</version>
3030
</dependency>

0 commit comments

Comments
 (0)