Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 10b6412

Browse files
authored
chore: fix samples snippets and update name in repo-metadata (#155)
1 parent 59bd95e commit 10b6412

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible:
2121
General, Core, and Other are also allowed as types
2222
2. OS type and version:
2323
3. Java version:
24-
4. google-cloud-speech version(s):
24+
4. speech version(s):
2525

2626
#### Steps to reproduce
2727

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "google-cloud-speech",
2+
"name": "speech",
33
"name_pretty": "Cloud Speech",
44
"release_level": "ga",
55
"language": "java",

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2323
</dependency>
2424
</dependencies>
2525
</dependencyManagement>
26+
2627
<dependencies>
2728
<dependency>
2829
<groupId>com.google.cloud</groupId>
2930
<artifactId>google-cloud-speech</artifactId>
3031
</dependency>
31-
</dependencies>
32+
3233
```
3334

3435
If you are using Maven without BOM, add this to your dependencies:
@@ -39,6 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
3940
<artifactId>google-cloud-speech</artifactId>
4041
<version>1.22.6</version>
4142
</dependency>
43+
4244
```
4345

4446
[//]: # ({x-version-update-start:google-cloud-speech:released})
@@ -162,8 +164,8 @@ Java 7 or above is required for using this client.
162164

163165
## Versioning
164166

165-
This library follows [Semantic Versioning](http://semver.org/).
166167

168+
This library follows [Semantic Versioning](http://semver.org/).
167169

168170

169171
## Contributing

samples/install-without-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626

2727
<dependencies>
28-
<!-- [START google-cloud-speech_install_without_bom] -->
28+
<!-- [START speech_install_without_bom] -->
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-speech</artifactId>
3232
<version>1.22.6</version>
3333
</dependency>
34-
<!-- [END google-cloud-speech_install_without_bom] -->
34+
<!-- [END speech_install_without_bom] -->
3535

3636
<dependency>
3737
<groupId>junit</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
<!-- {x-version-update-start::current} -->
26+
<!-- {x-version-update-start:google-cloud-speech:current} -->
2727
<dependencies>
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>

samples/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</properties>
2525

2626

27-
<!-- [START google-cloud-speech_install_with_bom] -->
27+
<!-- [START speech_install_with_bom] -->
2828
<dependencyManagement>
2929
<dependencies>
3030
<dependency>
@@ -42,7 +42,7 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-speech</artifactId>
4444
</dependency>
45-
<!-- [END google-cloud-speech_install_with_bom] -->
45+
<!-- [END speech_install_with_bom] -->
4646

4747
<dependency>
4848
<groupId>junit</groupId>

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "38fc0b9c52e6d5f1b6ecb299e1f40a3342a8a20f"
6+
"remote": "git@github.com:googleapis/java-speech.git",
7+
"sha": "59bd95e03185c08d6d1df249d4bf6161402d7bc8"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
30+
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)