Skip to content

Commit

Permalink
Update jib versions to 2.6.0 (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Oct 7, 2020
1 parent ff33ac0 commit da65fa5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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.5.0'
id 'com.google.cloud.tools.jib' version '2.6.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.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.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 '2.5.0'
id 'com.google.cloud.tools.jib' version '2.6.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>2.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.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>2.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.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.5.0'
id 'com.google.cloud.tools.jib' version '2.6.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.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.0</jib.maven-plugin-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration/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 '2.5.0'
id 'com.google.cloud.tools.jib' version '2.6.0'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion integration/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>2.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.0</jib.maven-plugin-version>
</properties>

<parent>
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.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.0</jib.maven-plugin-version>
</properties>

<parent>
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>2.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.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.5.2</jib.maven-plugin-version>
<jib.maven-plugin-version>2.6.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 da65fa5

Please sign in to comment.