Skip to content

Commit 91d320a

Browse files
committed
Update logging module version and dependencies
1 parent 567f544 commit 91d320a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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>

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)