File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >com.google.gcloud</groupId >
5
- <version >0.1.5</version >
6
4
<artifactId >gcloud-java-pubsub</artifactId >
7
5
<packaging >jar</packaging >
8
6
<name >GCloud Java Pub/Sub</name >
9
7
<description >
10
8
Java idiomatic client for Google Cloud Pub/Sub.
11
9
</description >
12
10
<parent >
13
- <groupId >com.google.gcloud </groupId >
11
+ <groupId >com.google.cloud </groupId >
14
12
<artifactId >gcloud-java-pom</artifactId >
15
- <version >0.1.5 </version >
13
+ <version >0.2.1-SNAPSHOT </version >
16
14
</parent >
17
15
<properties >
18
16
<site .installationModule>gcloud-java-pubsub</site .installationModule>
You can’t perform that action at this time.
0 commit comments