Skip to content

Commit 613f19d

Browse files
committed
update pubsub pom
1 parent e8854d8 commit 613f19d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

gcloud-java-pubsub/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<?xml version="1.0"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.google.gcloud</groupId>
5-
<version>0.1.5</version>
64
<artifactId>gcloud-java-pubsub</artifactId>
75
<packaging>jar</packaging>
86
<name>GCloud Java Pub/Sub</name>
97
<description>
108
Java idiomatic client for Google Cloud Pub/Sub.
119
</description>
1210
<parent>
13-
<groupId>com.google.gcloud</groupId>
11+
<groupId>com.google.cloud</groupId>
1412
<artifactId>gcloud-java-pom</artifactId>
15-
<version>0.1.5</version>
13+
<version>0.2.1-SNAPSHOT</version>
1614
</parent>
1715
<properties>
1816
<site.installationModule>gcloud-java-pubsub</site.installationModule>

0 commit comments

Comments
 (0)