Skip to content

Commit 9270ee5

Browse files
authored
Merge pull request #174 from GoogleContainerTools/update-3.4.3
chore: update versions for plugins 3.4.3 release and jib-core 0.27.1
2 parents 73ac3df + 7eb40d0 commit 9270ee5

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following example adds and runs the [Jib Layer-Filter Extension](first-party
4040
<plugin>
4141
<groupId>com.google.cloud.tools</groupId>
4242
<artifactId>jib-maven-plugin</artifactId>
43-
<version>3.4.2</version>
43+
<version>3.4.3</version>
4444

4545
<!-- 1. have extension classes available on Jib's runtime classpath -->
4646
<dependencies>
@@ -65,7 +65,7 @@ The following example adds and runs the [Jib Layer-Filter Extension](first-party
6565

6666
When properly configured and loaded, Jib outputs the loaded extensions in the log. When you configure multiple `<pluginExtension>`s, Jib runs the extensions in the given order.
6767
```
68-
[INFO] --- jib-maven-plugin:3.4.1:build (default-cli) @ helloworld ---
68+
[INFO] --- jib-maven-plugin:3.4.3:build (default-cli) @ helloworld ---
6969
[INFO] Running extension: com.google.cloud.tools.jib.maven.extension.layerfilter.JibLayerFilterExtension
7070
```
7171

first-party/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ subprojects {
6262
GUAVA: 'com.google.guava:guava:30.1.1-jre',
6363
JSR305: 'com.google.code.findbugs:jsr305:3.0.2', // transitively pulled in by GUAVA
6464

65-
JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.0',
66-
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.2',
65+
JIB_CORE: 'com.google.cloud.tools:jib-core:0.27.1',
66+
JIB_GRADLE: 'com.google.cloud.tools:jib-gradle-plugin:3.4.3',
6767

6868
// for Build Plan and Jib Plugins Extension API
6969
JIB_GRADLE_EXTENSION: 'com.google.cloud.tools:jib-gradle-plugin-extension-api:0.4.0',

first-party/jib-layer-filter-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1010
<plugin>
1111
<groupId>com.google.cloud.tools</groupId>
1212
<artifactId>jib-maven-plugin</artifactId>
13-
<version>3.4.2</version>
13+
<version>3.4.3</version>
1414

1515
<dependencies>
1616
<dependency>

first-party/jib-native-image-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Check out the [general instructions](../../README.md#using-jib-plugin-extensions
1414
<plugin>
1515
<groupId>com.google.cloud.tools</groupId>
1616
<artifactId>jib-maven-plugin</artifactId>
17-
<version>3.4.2</version>
17+
<version>3.4.3</version>
1818

1919
<dependencies>
2020
<dependency>

first-party/jib-ownership-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1212
<plugin>
1313
<groupId>com.google.cloud.tools</groupId>
1414
<artifactId>jib-maven-plugin</artifactId>
15-
<version>3.4.2</version>
15+
<version>3.4.3</version>
1616

1717
<dependencies>
1818
<dependency>

first-party/jib-quarkus-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that `<container><mainClass>` should be set to some placeholder value to su
2121
<plugin>
2222
<groupId>com.google.cloud.tools</groupId>
2323
<artifactId>jib-maven-plugin</artifactId>
24-
<version>3.4.2</version>
24+
<version>3.4.3</version>
2525

2626
<dependencies>
2727
<dependency>

first-party/jib-spring-boot-extension-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Check out the [genenal instructions](../../README.md#using-jib-plugin-extensions
1616
<plugin>
1717
<groupId>com.google.cloud.tools</groupId>
1818
<artifactId>jib-maven-plugin</artifactId>
19-
<version>3.4.2</version>
19+
<version>3.4.3</version>
2020

2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)