You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/03/13 11:25:58 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated: updates to jdk11

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

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new dfa2117  updates to jdk11
dfa2117 is described below

commit dfa2117a11a26d03933af282dd61d3804f2070cc
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 13 11:25:43 2021 +0000

    updates to jdk11
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9dd697..6fdb43c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,10 @@
 
     <packaging>jar</packaging>
 
+    <properties>
+        <java.version>11</java.version>
+    </properties>
+
     <build>
         <resources>
             <resource>
@@ -95,7 +99,7 @@
                         <artifactId>jib-maven-plugin</artifactId>
                         <configuration>
                             <from>
-                                <image>openjdk:8-alpine</image>
+                                <image>adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.10_9</image>
                             </from>
                             <container>
                                 <jvmFlags>