Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Jib to 2.1.0 #3728

Merged
merged 10 commits into from
Feb 26, 2020
2 changes: 1 addition & 1 deletion 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 '2.0.0'
id 'com.google.cloud.tools.jib' version '2.1.0'
}

version '0.1'
Expand Down
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>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.1.0</jib.maven-plugin-version>
</properties>

<dependencies>
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>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.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 '2.0.0'
id 'com.google.cloud.tools.jib' version '2.1.0'
}

version '0.1'
Expand Down
2 changes: 1 addition & 1 deletion integration/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>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.1.0</jib.maven-plugin-version>
</properties>

<dependencies>
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 @@ -9,7 +9,7 @@

<properties>
<java.version>1.8</java.version>
<jib.maven-plugin-version>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.1.0</jib.maven-plugin-version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/debug/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>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.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>2.0.0</jib.maven-plugin-version>
<jib.maven-plugin-version>2.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