Skip to content

Commit 2d25129

Browse files
authored
chore: Adding annotations in readme's (#9187)
1 parent 66eac0d commit 2d25129

4 files changed

Lines changed: 13 additions & 37 deletions

File tree

java-alloydb/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Java idiomatic client for [AlloyDB][product-docs].
1616

1717

1818
If you are using Maven, add this to your pom.xml file:
19+
1920
<!--- {x-version-update-start:google-cloud-alloydb:released} -->
2021

2122
```xml
@@ -37,6 +38,7 @@ If you are using SBT, add this to your dependencies:
3738
```Scala
3839
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.1.0"
3940
```
41+
4042
<!--- {x-version-update-end} -->
4143

4244

java-dialogflow-cx/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Java idiomatic client for [Dialogflow CX][product-docs].
1717

1818
If you are using Maven, add this to your pom.xml file:
1919

20+
<!-- {x-version-update-start:google-cloud-dialogflow-cx:released} -->
2021

2122
```xml
2223
<dependency>
@@ -37,6 +38,7 @@ If you are using SBT, add this to your dependencies:
3738
```Scala
3839
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.22.0"
3940
```
41+
<!-- {x-version-update-end} -->
4042

4143
## Authentication
4244

java-dns/README.md

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,59 +11,29 @@ Java idiomatic client for [Cloud DNS][product-docs].
1111

1212
## Quickstart
1313

14-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
14+
If you are using Maven, add this to your pom.xml file
1515

16-
```xml
17-
<!--- {x-version-update-start: <artifactId>libraries-bom:released} -->
18-
<dependencyManagement>
19-
<dependencies>
20-
<dependency>
21-
<groupId>com.google.cloud</groupId>
22-
<artifactId>libraries-bom</artifactId>
23-
<version>22.0.0</version>
24-
<type>pom</type>
25-
<scope>import</scope>
26-
</dependency>
27-
</dependencies>
28-
</dependencyManagement>
16+
<!--- {x-version-update-start:google-cloud-dns:released} -->
2917

18+
```xml
3019
<dependencies>
3120
<dependency>
3221
<groupId>com.google.cloud</groupId>
3322
<artifactId>google-cloud-dns</artifactId>
23+
<version>2.10.0</version>
3424
</dependency>
35-
3625
```
3726

38-
If you are using Maven without BOM, add this to your dependencies:
39-
40-
41-
```xml
42-
<dependency>
43-
<groupId>com.google.cloud</groupId>
44-
<artifactId>google-cloud-dns</artifactId>
45-
<version>1.2.8</version>
46-
</dependency>
47-
48-
```
49-
50-
If you are using Gradle 5.x or later, add this to your dependencies
51-
52-
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:22.0.0')
54-
55-
implementation 'com.google.cloud:google-cloud-dns'
56-
```
57-
If you are using Gradle without BOM, add this to your dependencies
27+
If you are using Gradle, add this to your dependencies
5828

5929
```Groovy
60-
implementation 'com.google.cloud:google-cloud-dns:1.2.8'
30+
implementation 'com.google.cloud:google-cloud-dns:2.10.0'
6131
```
6232

6333
If you are using SBT, add this to your dependencies
6434

6535
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.8"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.10.0"
6737
```
6838
<!--- {x-version-update-end} -->
6939

java-video-transcoder/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Java idiomatic client for [Video Transcoder][product-docs].
1414

1515
If you are using Maven, add this to your pom.xml file:
1616

17+
<!-- {x-version-update-start:google-cloud-video-transcoder:released} -->
1718

1819
```xml
1920
<dependency>
@@ -34,6 +35,7 @@ If you are using SBT, add this to your dependencies:
3435
```Scala
3536
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.10.0"
3637
```
38+
<!-- {x-version-update-end} -->
3739

3840
## Authentication
3941

0 commit comments

Comments
 (0)