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

danhaywood pushed a commit to branch release-3.0.0-RC1-jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit fb69e3f7e3bcaa3b26da25f3bc47480cb575d1cf
Author: danhaywood <[email protected]>
AuthorDate: Mon Mar 18 19:18:07 2024 +0000

    fixes parent version
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f59abe..8cba50d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.causeway.app</groupId>
         <artifactId>causeway-app-starter-parent</artifactId>
-        <version>3.0.0</version>
+        <version>2.0.0</version>
         <relativePath/>
     </parent>
 
@@ -85,6 +85,10 @@
                        <groupId>org.apache.causeway.viewer</groupId>
                        
<artifactId>causeway-viewer-restfulobjects-jaxrsresteasy</artifactId>
                </dependency>
+        <dependency>
+            <groupId>org.apache.causeway.viewer</groupId>
+            <artifactId>causeway-viewer-graphql-viewer</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.causeway.security</groupId>

Reply via email to