Skip to content

Commit 558312e

Browse files
authored
samples: fix release-please version replacement tags (#44)
1 parent 66313ae commit 558312e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

samples/install-without-bom/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
</properties>
4242

43-
<!-- {x-version-update-start:google-cloud-pubsublite:released} -->
4443
<dependencies>
4544
<!-- [START pubsublite_install_without_bom] -->
4645
<dependency>
@@ -76,7 +75,6 @@
7675
<scope>test</scope>
7776
</dependency>
7877
</dependencies>
79-
<!-- {x-version-update-end} -->
8078

8179
<!-- compile and run all snippet tests -->
8280
<build>

samples/snapshot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
</properties>
4242

43-
<!-- {x-version-update-start:google-cloud-pubsublite:current} -->
4443
<dependencies>
44+
<!-- {x-version-update-start:google-cloud-pubsublite:current} -->
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-pubsublite</artifactId>
4848
<version>0.0.1-SNAPSHOT</version>
4949
</dependency>
50+
<!-- {x-version-update-end} -->
5051
<dependency>
5152
<groupId>com.google.cloud</groupId>
5253
<artifactId>google-cloud-pubsub</artifactId>
@@ -74,7 +75,6 @@
7475
<scope>test</scope>
7576
</dependency>
7677
</dependencies>
77-
<!-- {x-version-update-end} -->
7878

7979
<!-- compile and run all snippet tests -->
8080
<build>

samples/snippets/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
<!-- [START pubsublite_install_with_bom] -->
4444
<!-- [START pubsublite_java_dependencies] -->
45-
<!-- {x-version-update-start:google-cloud-pubsublite:released} -->
4645
<!-- Using libraries-bom to manage versions.
4746
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
4847
<dependencyManagement>
@@ -90,7 +89,6 @@
9089
<scope>test</scope>
9190
</dependency>
9291
</dependencies>
93-
<!-- {x-version-update-end} -->
9492

9593
<build>
9694
<plugins>

0 commit comments

Comments
 (0)