This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3-jdo-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git
commit 36460a68f202cda4dfa3a2c9ed0140c6f64008c6 Merge: 7248b95 97e8e01 Author: danhaywood <[email protected]> AuthorDate: Sun Apr 7 16:18:12 2024 +0100 updates to non-SNAPSHOT version of framework, java 21 for compile, and eclipse-temurin for image pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --cc pom.xml index 584dbd8,e85fea4..96065a7 --- a/pom.xml +++ b/pom.xml @@@ -7,7 -7,7 +7,7 @@@ <parent> <groupId>org.apache.causeway.app</groupId> <artifactId>causeway-app-starter-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> - <version>2.0.0</version> ++ <version>3.0.0</version> <relativePath/> </parent> @@@ -20,7 -20,7 +20,7 @@@ <packaging>jar</packaging> <properties> - <java.version>17</java.version> - <java.version>11</java.version> ++ <java.version>21</java.version> <!-- https://stackoverflow.com/questions/38983934/cannot-get-maven-project-version-property-in-a-spring-application-with-value/38983935#38983935 --> <resource.delimiter>^</resource.delimiter> </properties> @@@ -133,7 -133,7 +133,7 @@@ <artifactId>jib-maven-plugin</artifactId> <configuration> <from> - <image>openjdk:21-jdk-bookworm</image> - <image>adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.10_9</image> ++ <image>eclipse-temurin:21.0.2_13-jdk-alpine</image> </from> <container> <jvmFlags>
