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

Commit

Permalink
chore: fix samples snippets and update name in repo-metadata (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 20, 2020
1 parent 59bd95e commit 10b6412
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible:
General, Core, and Other are also allowed as types
2. OS type and version:
3. Java version:
4. google-cloud-speech version(s):
4. speech version(s):

#### Steps to reproduce

Expand Down
2 changes: 1 addition & 1 deletion .repo-metadata.json
@@ -1,5 +1,5 @@
{
"name": "google-cloud-speech",
"name": "speech",
"name_pretty": "Cloud Speech",
"release_level": "ga",
"language": "java",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -23,12 +23,13 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
</dependency>
</dependencies>

```

If you are using Maven without BOM, add this to your dependencies:
Expand All @@ -39,6 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
<artifactId>google-cloud-speech</artifactId>
<version>1.22.6</version>
</dependency>

```

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

## Versioning

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

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


## Contributing
Expand Down
4 changes: 2 additions & 2 deletions samples/install-without-bom/pom.xml
Expand Up @@ -25,13 +25,13 @@


<dependencies>
<!-- [START google-cloud-speech_install_without_bom] -->
<!-- [START speech_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<version>1.22.6</version>
</dependency>
<!-- [END google-cloud-speech_install_without_bom] -->
<!-- [END speech_install_without_bom] -->

<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -23,7 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start::current} -->
<!-- {x-version-update-start:google-cloud-speech:current} -->
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions samples/snippets/pom.xml
Expand Up @@ -24,7 +24,7 @@
</properties>


<!-- [START google-cloud-speech_install_with_bom] -->
<!-- [START speech_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -42,7 +42,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
</dependency>
<!-- [END google-cloud-speech_install_with_bom] -->
<!-- [END speech_install_with_bom] -->

<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-speech.git",
"sha": "38fc0b9c52e6d5f1b6ecb299e1f40a3342a8a20f"
"remote": "git@github.com:googleapis/java-speech.git",
"sha": "59bd95e03185c08d6d1df249d4bf6161402d7bc8"
}
},
{
Expand All @@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
"sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
}
}
],
Expand Down

0 comments on commit 10b6412

Please sign in to comment.