Skip to content

Commit

Permalink
Fix typo (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyane authored and lesv committed May 30, 2017
1 parent c90a83d commit 1f2d446
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bigquery/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.bigquery</groupId>
<groupId>com.example.bigquery</groupId>
<artifactId>bigquery-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion datastore/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.datastore</groupId>
<groupId>com.example.datastore</groupId>
<artifactId>datastore-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion logging/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.logging</groupId>
<groupId>com.example.logging</groupId>
<artifactId>logging-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion pubsub/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.pubsub</groupId>
<groupId>com.example.pubsub</groupId>
<artifactId>pubsub-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion spanner/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.spanner</groupId>
<groupId>com.example.spanner</groupId>
<artifactId>spanner-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>come.example.storage</groupId>
<groupId>com.example.storage</groupId>
<artifactId>storage-google-cloud-samples</artifactId>
<packaging>jar</packaging>

Expand Down

0 comments on commit 1f2d446

Please sign in to comment.