Skip to content

Commit cd6086b

Browse files
---
yaml --- r: 7913 b: refs/heads/tswast-patch-1 c: e9c05a5 h: refs/heads/master i: 7911: a7fdf3e
1 parent 6863cb7 commit cd6086b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • branches/tswast-patch-1/google-cloud-contrib/google-cloud-nio

[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: 18d5d8fd69425e066a7957732b51ebd167a5b3b8
60+
refs/heads/tswast-patch-1: e9c05a5a9aed5103076e2e2d6d24f59f48a90ef3
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-contrib/google-cloud-nio/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,27 +103,27 @@
103103
<relocations>
104104
<relocation>
105105
<pattern>com</pattern>
106-
<shadedPattern>shaded.cloud-nio.com</shadedPattern>
106+
<shadedPattern>shaded.cloud_nio.com</shadedPattern>
107107
<excludes>
108108
<exclude>com.google.cloud.**</exclude>
109109
<exclude>com.google.auto.**</exclude>
110110
</excludes>
111111
</relocation>
112112
<relocation>
113113
<pattern>org</pattern>
114-
<shadedPattern>shaded.cloud-nio.org</shadedPattern>
114+
<shadedPattern>shaded.cloud_nio.org</shadedPattern>
115115
</relocation>
116116
<relocation>
117117
<pattern>io</pattern>
118-
<shadedPattern>shaded.cloud-nio.io</shadedPattern>
118+
<shadedPattern>shaded.cloud_nio.io</shadedPattern>
119119
</relocation>
120120
<relocation>
121121
<pattern>okio</pattern>
122-
<shadedPattern>shaded.cloud-nio.okio</shadedPattern>
122+
<shadedPattern>shaded.cloud_nio.okio</shadedPattern>
123123
</relocation>
124124
<relocation>
125125
<pattern>google</pattern>
126-
<shadedPattern>shaded.cloud-nio.google</shadedPattern>
126+
<shadedPattern>shaded.cloud_nio.google</shadedPattern>
127127
</relocation>
128128
</relocations>
129129
</configuration>

0 commit comments

Comments
 (0)