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

Commit 346846b

Browse files
chore: fix sample snippet versions (#224)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/648af215-63ce-4790-93d6-b59d591dbfff/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 1214e2e commit 346846b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-monitoring</artifactId>
32-
<version>2.0.1-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
</dependency>
3434
<!-- [END monitoring_install_without_bom] -->
3535
<!-- {x-version-update-end} -->

samples/snapshot/pom.xml

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

26-
<!-- {x-version-update-start:google-cloud-monitoring:current} -->
2726
<dependencies>
27+
<!-- {x-version-update-start:google-cloud-monitoring:current} -->
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-monitoring</artifactId>

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring.git",
7-
"sha": "e5ef9136f2434d089014aa7e630e9882466c4ca6"
7+
"sha": "1214e2e41585e66452b404d8b2c659ad92a1ba23"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)