Skip to content

Commit f8642e6

Browse files
authored
Update Jib versions to 3.1.1 (#6007)
* Update Jib versions to 3.1.1
1 parent 815984c commit f8642e6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/jib-multimodule/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>1.8</java.version>
21-
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
21+
<jib.maven-plugin-version>3.1.1</jib.maven-plugin-version>
2222
</properties>
2323

2424
<dependencies>

examples/jib-sync/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'org.springframework.boot' version '2.0.5.RELEASE'
44
id 'io.spring.dependency-management' version '1.0.7.RELEASE'
5-
id 'com.google.cloud.tools.jib' version '3.1.0'
5+
id 'com.google.cloud.tools.jib' version '3.1.1'
66
}
77

88
repositories {

examples/jib-sync/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<java.version>1.8</java.version>
12-
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
12+
<jib.maven-plugin-version>3.1.1</jib.maven-plugin-version>
1313
</properties>
1414

1515
<parent>

examples/jib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<java.version>1.8</java.version>
12-
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
12+
<jib.maven-plugin-version>3.1.1</jib.maven-plugin-version>
1313
</properties>
1414

1515
<parent>

integration/examples/jib-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'groovy'
44
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
55
id 'net.ltgt.apt-idea' version '0.18'
6-
id 'com.google.cloud.tools.jib' version '3.1.0'
6+
id 'com.google.cloud.tools.jib' version '3.1.1'
77
}
88

99
sourceCompatibility = 1.8

integration/testdata/debug/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Simple Java server with Skaffold and Jib</description>
99

1010
<properties>
11-
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
11+
<jib.maven-plugin-version>3.1.1</jib.maven-plugin-version>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
</properties>

integration/testdata/jib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<description>Simple Java server with Skaffold and Jib</description>
99

1010
<properties>
11-
<jib.maven-plugin-version>3.1.0</jib.maven-plugin-version>
11+
<jib.maven-plugin-version>3.1.1</jib.maven-plugin-version>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
</properties>

0 commit comments

Comments
 (0)