File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsu
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master )] ( https://travis-ci.org/GoogleCloudPlatform/gcloud-java )
7
7
[ ![ 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 )
9
9
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917 )] ( https://www.codacy.com/app/mziccard/gcloud-java )
10
10
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969 )
11
11
@@ -24,7 +24,7 @@ Standard. `gcloud-java-pubsub` will work on App Engine Flexible.
24
24
Add this to your pom.xml file
25
25
``` xml
26
26
<dependency >
27
- <groupId >com.google.gcloud </groupId >
27
+ <groupId >com.google.cloud </groupId >
28
28
<artifactId >gcloud-java-pubsub</artifactId >
29
29
<version >0.2.4</version >
30
30
</dependency >
You can’t perform that action at this time.
0 commit comments