Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(build): fix version update flag in samples pom.xml (#285)
  • Loading branch information
kolea2 committed May 6, 2020
1 parent d88547c commit 6a1f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -30,6 +30,7 @@
<artifactId>google-cloud-bigtable</artifactId>
<version>1.11.0</version>
</dependency>
<!-- {x-version-update-end} -->

<dependency>
<groupId>junit</groupId>
Expand All @@ -44,7 +45,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<!-- {x-version-update-end} -->

<!-- compile and run all snippet tests -->
<build>
Expand Down

0 comments on commit 6a1f970

Please sign in to comment.