Skip to content

Commit e0c80e0

Browse files
committed
---
yaml --- r: 7445 b: refs/heads/tswast-patch-1 c: 39a8fb9 h: refs/heads/master i: 7443: 6599df2
1 parent dda2863 commit e0c80e0

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 52d51217b9ef7d6da9c8824a2fb5bef8deedffe3
60+
refs/heads/tswast-patch-1: 39a8fb9999b64dcc4060749dcc0c257f19f28922
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-logging/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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+
<artifactId>gcloud-java-logging</artifactId>
5+
<packaging>jar</packaging>
46
<name>GCloud Java Logging</name>
7+
<url>https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-logging</url>
58
<description>
69
Java idiomatic client for Google Cloud Logging.
710
</description>
8-
<groupId>com.google.gcloud</groupId>
9-
<artifactId>gcloud-java-logging</artifactId>
1011
<parent>
11-
<groupId>com.google.gcloud</groupId>
12+
<groupId>com.google.cloud</groupId>
1213
<artifactId>gcloud-java-pom</artifactId>
13-
<version>0.1.4</version>
14+
<version>0.2.4-SNAPSHOT</version>
1415
</parent>
15-
<packaging>jar</packaging>
1616
<properties>
1717
<site.installationModule>gcloud-java-logging</site.installationModule>
1818
</properties>
1919
<dependencies>
2020
<dependency>
21-
<groupId>com.google.api</groupId>
22-
<artifactId>gax</artifactId>
23-
<version>0.0.13</version>
21+
<groupId>${project.groupId}</groupId>
22+
<artifactId>gcloud-java-core</artifactId>
23+
<version>${project.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.api.grpc</groupId>

branches/tswast-patch-1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
<module>gcloud-java-datastore</module>
102102
<module>gcloud-java-dns</module>
103103
<module>gcloud-java-examples</module>
104-
<module>gcloud-java-pubsub</module>
105104
<module>gcloud-java-logging</module>
105+
<module>gcloud-java-pubsub</module>
106106
<module>gcloud-java-resourcemanager</module>
107107
<module>gcloud-java-storage</module>
108108
</modules>

0 commit comments

Comments
 (0)