Skip to content

Commit

Permalink
Update the JIB version (oracle#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jul 13, 2023
1 parent 36601a8 commit 6e3ee5c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions examples/015_simple_image/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////

Copyright (c) 2021, 2022, Oracle and/or its affiliates.
Copyright (c) 2021, 2023, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
http://oss.oracle.com/licenses/upl.

Expand Down Expand Up @@ -98,7 +98,7 @@ In the `pom.xml` file we add JIB to the `plugins` section.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.1.4</version>
<version>3.3.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -110,7 +110,7 @@ In the `build.gradle` file we add JIB to the `plugins` section.
----
plugins {
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
id 'com.google.cloud.tools.jib' version '3.3.2'
}
----
Expand Down
2 changes: 1 addition & 1 deletion examples/015_simple_image/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

plugins {
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
id 'com.google.cloud.tools.jib' version '3.3.2'
}

group = 'com.oracle.coherence.examples'
Expand Down
2 changes: 1 addition & 1 deletion examples/015_simple_image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<coherence.version>22.06.4</coherence.version>

<version.plugin.jib>3.1.4</version.plugin.jib>
<version.plugin.jib>3.3.2</version.plugin.jib>
</properties>

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

<coherence.version>22.06.4</coherence.version>

<version.plugin.jib>3.1.4</version.plugin.jib>
<version.plugin.jib>3.3.2</version.plugin.jib>
</properties>

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

<helidon.version>1.3.1</helidon.version>

<jib.version>3.1.4</jib.version>
<jib.version>3.3.2</jib.version>
<image.version>${project.version}</image.version>


Expand Down
2 changes: 1 addition & 1 deletion examples/025_extend_client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

plugins {
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
id 'com.google.cloud.tools.jib' version '3.3.2'
}

group = 'com.oracle.coherence.examples'
Expand Down
2 changes: 1 addition & 1 deletion examples/025_extend_client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<coherence.version>22.06.4</coherence.version>

<version.plugin.jib>3.1.4</version.plugin.jib>
<version.plugin.jib>3.3.2</version.plugin.jib>
<version.plugin.exec>3.0.0</version.plugin.exec>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion examples/090_tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>22.06.4</coherence.version>

<jib.version>3.1.4</jib.version>
<jib.version>3.3.2</jib.version>

<image.version>${project.version}</image.version>
<test.extend.port>20000</test.extend.port>
Expand Down
2 changes: 1 addition & 1 deletion examples/200_autoscaler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
<coherence.version>22.06.4</coherence.version>

<jib.version>3.1.4</jib.version>
<jib.version>3.3.2</jib.version>

<image.version>${project.version}</image.version>
<test.extend.port>20000</test.extend.port>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
~ Copyright (c) 2021, 2022, Oracle and/or its affiliates.
~ Copyright (c) 2021, 2023, Oracle and/or its affiliates.
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ http://oss.oracle.com/licenses/upl.
-->
Expand Down Expand Up @@ -30,7 +30,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.1.4</version>
<version>3.3.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<version.plugin.exec>3.0.0</version.plugin.exec>
<version.plugin.helidon-build-tools>2.0.0-M3</version.plugin.helidon-build-tools>
<version.plugin.javadoc>3.1.1</version.plugin.javadoc>
<version.plugin.jib>3.1.4</version.plugin.jib>
<version.plugin.jib>3.3.2</version.plugin.jib>
<version.plugin.maven.assembly>3.1.1</version.plugin.maven.assembly>
<version.plugin.maven.compiler>3.7.0</version.plugin.maven.compiler>
<version.plugin.maven.dependency>3.2.0</version.plugin.maven.dependency>
Expand Down

0 comments on commit 6e3ee5c

Please sign in to comment.