Skip to content

Commit

Permalink
Merge pull request #2133 from dgageot/update-jib-1.2
Browse files Browse the repository at this point in the history
Update jib
  • Loading branch information
dgageot authored May 16, 2019
2 parents c0d5747 + 216ef3b commit b8daa28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/examples/jib-multimodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>1.0.2</version>
<version>1.2.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion integration/examples/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>1.0.2</version>
<version>1.2.0</version>
<configuration>
<container>
<jvmFlags>
Expand Down

0 comments on commit b8daa28

Please sign in to comment.