Skip to content

Commit

Permalink
Fixes groupId in README. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
coollog authored Feb 7, 2018
1 parent c8a849a commit 98cb00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In your Maven Java project, add the plugin to your `pom.xml`:

```xml
<plugin>
<groupId>com.google.com.tools</groupId>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.1.0</version>
<configuration>
Expand Down

0 comments on commit 98cb00b

Please sign in to comment.