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-simpleapp.git
commit d658dbde1fdbb9f3c880db6b4a37d92fa394463e Merge: 53c68aa fd11226 Author: danhaywood <[email protected]> AuthorDate: Sun Apr 7 14:55:29 2024 +0100 changes docker image to use java 21 pom.xml | 2 +- webapp/pom.xml | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --cc webapp/pom.xml index fe76a60,3ec87cf..5305d52 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@@ -8,12 -9,12 +9,12 @@@ <version>3.0.0-SNAPSHOT</version> </parent> - <artifactId>simpleapp-jpa-webapp</artifactId> - <name>SimpleApp (JPA) - Webapp</name> + <artifactId>simpleapp-jdo-webapp</artifactId> + <name>SimpleApp (JDO) - Webapp</name> <description> - Assembles and runs both the Wicket viewer and the Restfulobjects viewer - in a single webapp configured to run using the JDO/DataNucleus object store. + Assembles and runs the Wicket viewer, the Restfulobjects viewer and the GraphQL viewer - in a single webapp configured to run using the JPA/EclipseLink object store. ++ in a single webapp configured to run using the JDO/DataNucleus object store. </description> <packaging>jar</packaging>
