Skip to content

Commit 6a1f970

Browse files
authored
fix(build): fix version update flag in samples pom.xml (#285)
1 parent d88547c commit 6a1f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>google-cloud-bigtable</artifactId>
3131
<version>1.11.0</version>
3232
</dependency>
33+
<!-- {x-version-update-end} -->
3334

3435
<dependency>
3536
<groupId>junit</groupId>
@@ -44,7 +45,6 @@
4445
<scope>test</scope>
4546
</dependency>
4647
</dependencies>
47-
<!-- {x-version-update-end} -->
4848

4949
<!-- compile and run all snippet tests -->
5050
<build>

0 commit comments

Comments
 (0)