Skip to content

Commit

Permalink
chore(samples): fix version replacement tags (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Nov 13, 2020
1 parent 9e64659 commit 6f5c854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/install-without-bom/pom.xml
Expand Up @@ -23,30 +23,30 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<!-- {x-version-update-start:google-cloud-logging:released} -->
<dependencies>
<!-- {x-version-update-start:google-cloud-logging:released} -->
<!-- [START logging_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>
<!-- [END logging_install_without_bom] -->
<!-- {x-version-update-end} -->

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- {x-version-update-end} -->

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

0 comments on commit 6f5c854

Please sign in to comment.