Skip to content

Commit

Permalink
samples: fix region tag (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Nov 2, 2020
1 parent 3db294f commit f19118d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</properties>


<!-- [START cloudtasks_install_with_bom] -->
<!-- [START cloud_tasks_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -42,7 +42,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-tasks</artifactId>
</dependency>
<!-- [END cloudtasks_install_with_bom] -->
<!-- [END cloud_tasks_install_with_bom] -->

<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f19118d

Please sign in to comment.