Skip to content

Commit 3fc3abd

Browse files
committed
Feedback from review
1 parent 94f2f93 commit 3fc3abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iot/api-client/scripts/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ the sample to configure your topic.
2323

2424
The following code will run the helper script:
2525

26-
java -cp target/pubsub-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
26+
java -cp target/pubsub-policy-helper-1.0.0-jar-with-dependencies.jar \
2727
com.example.pubsub.AddCloudIotService <topicName> <projectId>
2828

2929
For example, the following example will configure the `device-events` topic
3030
for the `my-iot-project` project.
3131

32-
java -cp target/pubsub-google-cloud-samples-1.0.0-jar-with-dependencies.jar \
32+
java -cp target/pubsub-policy-helper-1.0.0-jar-with-dependencies.jar \
3333
com.example.pubsub.AddCloudIotService device-events my-iot-project

iot/api-client/scripts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<project>
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>com.example.pubsub</groupId>
19-
<artifactId>pubsub-google-cloud-samples</artifactId>
19+
<artifactId>pubsub-policy-helper</artifactId>
2020
<packaging>jar</packaging>
2121

2222
<!-- Parent defines config for testing & linting. -->

0 commit comments

Comments
 (0)