Skip to content

Commit

Permalink
deps: allow snapshot to update properly (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Mar 25, 2022
1 parent 0bd17b1 commit a5d32f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/snapshot/pom.xml
Expand Up @@ -23,12 +23,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start::current} -->
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.4.6-SNAPSHOT</version>
<version>2.4.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>

<dependency>
Expand All @@ -50,7 +49,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<!-- {x-version-update-end} -->

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

0 comments on commit a5d32f2

Please sign in to comment.