Skip to content

Commit

Permalink
Update jib to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Aug 14, 2020
1 parent 9d8cbae commit c599260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brake-logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.5.2</version>
<configuration>
<from>
<image>springcloud/openjdk</image>
Expand Down
2 changes: 1 addition & 1 deletion brake-temperature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.5.2</version>
<configuration>
<from>
<image>springcloud/openjdk</image>
Expand Down
2 changes: 1 addition & 1 deletion trucks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.5.2</version>
<configuration>
<from>
<image>springcloud/openjdk</image>
Expand Down

0 comments on commit c599260

Please sign in to comment.