Skip to content

Commit

Permalink
update pubsub pom
Browse files Browse the repository at this point in the history
  • Loading branch information
aozarov committed Apr 13, 2016
1 parent e8854d8 commit 613f19d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gcloud-java-pubsub/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<?xml version="1.0"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gcloud</groupId>
<version>0.1.5</version>
<artifactId>gcloud-java-pubsub</artifactId>
<packaging>jar</packaging>
<name>GCloud Java Pub/Sub</name>
<description>
Java idiomatic client for Google Cloud Pub/Sub.
</description>
<parent>
<groupId>com.google.gcloud</groupId>
<groupId>com.google.cloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.1.5</version>
<version>0.2.1-SNAPSHOT</version>
</parent>
<properties>
<site.installationModule>gcloud-java-pubsub</site.installationModule>
Expand Down

0 comments on commit 613f19d

Please sign in to comment.