Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 967ed61

Browse files
japgollyBogdan Drutu
authored andcommitted
Rename sdk/sink artifactId to sdk-sink (#89)
Fixes #80
1 parent 35c3c49 commit 967ed61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/implementation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</dependency>
5252
<dependency>
5353
<groupId>${project.groupId}</groupId>
54-
<artifactId>sink</artifactId>
54+
<artifactId>sdk-sink</artifactId>
5555
<version>${project.version}</version>
5656
</dependency>
5757
</dependencies>

sdk/sink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

10-
<artifactId>sink</artifactId>
10+
<artifactId>sdk-sink</artifactId>
1111

1212
<dependencies>
1313
<dependency>

sinks/v1/sink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud.trace</groupId>
59-
<artifactId>sink</artifactId>
59+
<artifactId>sdk-sink</artifactId>
6060
<version>${project.version}</version>
6161
</dependency>
6262
</dependencies>

0 commit comments

Comments
 (0)