Skip to content

Commit bad0529

Browse files
authored
samples(deps): fix snapshot version in samples pom (#541)
1 parent df138b3 commit bad0529

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samples/snapshot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
</properties>
2525

26-
<!-- {x-version-update-start::current} -->
2726
<dependencies>
27+
<!-- {x-version-update-start:google-cloud-logging-logback:current} -->
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-logging-logback</artifactId>
31-
<version>0.121.14-alpha</version>
31+
<version>0.121.15-alpha-SNAPSHOT</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>
@@ -80,4 +80,4 @@
8080
</plugin>
8181
</plugins>
8282
</build>
83-
</project>
83+
</project>

0 commit comments

Comments
 (0)