You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/18 18:16:01 UTC

[causeway-app-helloworld] 01/02: CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)

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

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

commit 9a2ed570a405ccb2cdf43d3c3092b96f8dbd2cd8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 18:03:23 2023 +0000

    CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6a1b933..1ab17a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.causeway.app</groupId>
         <artifactId>causeway-app-starter-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>3.0.0-M1.20230318-0234-1009c3f5</version>
         <relativePath/>
     </parent>
 
     <artifactId>helloworld-jpa</artifactId>
     <groupId>org.apache.causeway.starters</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
 
     <name>HelloWorld (JPA)</name>