Skip to content

Commit

Permalink
updated samples/snippets/pom.xml [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 15, 2020
1 parent 3babe72 commit 7b612cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.3.0</version>
<version>0.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -65,13 +65,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsublite</artifactId>
<version>0.0.1-SNAPSHOT</version><!-- TODO: remove after release -->
<version>0.1.0</version><!-- TODO: remove after release -->
</dependency>
<!-- A logging dependency used by the underlying library -->
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger-system-backend</artifactId>
<version>0.5.1</version>
<version>0.1.0</version>
<scope>runtime</scope>
</dependency>
<!-- [END pubsublite_java_dependencies] -->
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.0.1</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7b612cf

Please sign in to comment.