You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/11 12:54:18 UTC

[isis] branch master updated: ISIS-2445: bump jib-maven-plugin 3.2.0 -> 3.2.1

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 899c75ab63 ISIS-2445: bump jib-maven-plugin 3.2.0 -> 3.2.1
899c75ab63 is described below

commit 899c75ab633230d77ab519435b71593fed3af184
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 11 14:54:10 2022 +0200

    ISIS-2445: bump jib-maven-plugin 3.2.0 -> 3.2.1
    
    - also bump demo docker image
    openjdk:15-alpine -> openjdk:18-alpine
---
 examples/demo/wicket/jdo/pom.xml | 2 +-
 examples/demo/wicket/jpa/pom.xml | 2 +-
 starters/pom.xml                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/demo/wicket/jdo/pom.xml b/examples/demo/wicket/jdo/pom.xml
index d82a8a0ff7..e550651a84 100644
--- a/examples/demo/wicket/jdo/pom.xml
+++ b/examples/demo/wicket/jdo/pom.xml
@@ -116,7 +116,7 @@
 						<artifactId>jib-maven-plugin</artifactId>
 						<configuration>
 							<from>
-								<image>openjdk:15-alpine</image>
+								<image>openjdk:18-alpine</image>
 							</from>
 							<container>
 								<jvmFlags>
diff --git a/examples/demo/wicket/jpa/pom.xml b/examples/demo/wicket/jpa/pom.xml
index 20882c27b5..f2cbf24f80 100644
--- a/examples/demo/wicket/jpa/pom.xml
+++ b/examples/demo/wicket/jpa/pom.xml
@@ -116,7 +116,7 @@
 						<artifactId>jib-maven-plugin</artifactId>
 						<configuration>
 							<from>
-								<image>openjdk:15-alpine</image>
+								<image>openjdk:18-alpine</image>
 							</from>
 							<container>
 								<jvmFlags>
diff --git a/starters/pom.xml b/starters/pom.xml
index 77ef41fc06..42ac097f16 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -353,7 +353,7 @@
 				</property>
 			</activation>
 			<properties>
-				<jib-maven-plugin.version>3.2.0</jib-maven-plugin.version>
+				<jib-maven-plugin.version>3.2.1</jib-maven-plugin.version>
 			</properties>
 			<build>
 				<pluginManagement>