Skip to content

Commit

Permalink
Update Jib to 3.1.0 (#5991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored Jun 9, 2021
1 parent 4afe45b commit 72ad978
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/jib-multimodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<java.version>1.8</java.version>
<jib.maven-plugin-version>3.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '2.0.5.RELEASE'
id 'io.spring.dependency-management' version '1.0.7.RELEASE'
id 'com.google.cloud.tools.jib' version '3.0.0'
id 'com.google.cloud.tools.jib' version '3.1.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/jib-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<java.version>1.8</java.version>
<jib.maven-plugin-version>3.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion examples/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<java.version>1.8</java.version>
<jib.maven-plugin-version>3.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion integration/examples/jib-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'groovy'
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
id 'net.ltgt.apt-idea' version '0.18'
id 'com.google.cloud.tools.jib' version '3.0.0'
id 'com.google.cloud.tools.jib' version '3.1.0'
}

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/debug/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Simple Java server with Skaffold and Jib</description>

<properties>
<jib.maven-plugin-version>3.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>Simple Java server with Skaffold and Jib</description>

<properties>
<jib.maven-plugin-version>3.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 72ad978

Please sign in to comment.