Skip to content

Commit f658ed3

Browse files
fix: update pom to add comment (#378)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-pubsublite-kafka/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 75b9a73 commit f658ed3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

samples/snapshot/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,21 @@
3939
</properties>
4040

4141
<dependencies>
42-
<!-- {x-version-update-start:pubsublite-kafka:current} -->
4342
<dependency>
4443
<groupId>com.google.cloud</groupId>
4544
<artifactId>pubsublite-kafka</artifactId>
46-
<version>1.0.5-SNAPSHOT</version>
45+
<version>1.0.5-SNAPSHOT</version><!-- {x-version-update:pubsublite-kafka:current} -->
4746
</dependency>
4847
<dependency>
4948
<groupId>com.google.cloud</groupId>
5049
<artifactId>pubsublite-kafka-auth</artifactId>
51-
<version>1.0.5-SNAPSHOT</version>
50+
<version>1.0.5-SNAPSHOT</version><!-- {x-version-update:pubsublite-kafka:current} -->
5251
</dependency>
5352
<dependency>
5453
<groupId>com.fasterxml.jackson.core</groupId>
5554
<artifactId>jackson-databind</artifactId>
5655
<version>2.14.1</version>
5756
</dependency>
58-
<!-- {x-version-update-end} -->
5957
<dependency>
6058
<groupId>org.apache.kafka</groupId>
6159
<artifactId>kafka-clients</artifactId>

0 commit comments

Comments
 (0)