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:25:15 UTC

[causeway-app-helloworld] branch release-2.0.0-RC1-RC1-jdo created (now 31c6f05)

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

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


      at 31c6f05  CAUSEWAY-3253 - merge in jpa

This branch includes the following new commits:

     new 41e2523  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jdo)
     new 31c6f05  CAUSEWAY-3253 - merge in jpa

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[causeway-app-helloworld] 02/02: CAUSEWAY-3253 - merge in jpa

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 31c6f0520f47e456c90e127dab268c8617f983c7
Merge: 41e2523 51ec4cb
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 18:25:03 2023 +0000

    CAUSEWAY-3253 - merge in jpa



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

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 41e252392219dc4f9e12c134cad3253382d2cd96
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 18:20:24 2023 +0000

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

diff --git a/pom.xml b/pom.xml
index 98b0187..161ae7a 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>2.0.0-RC1</version>
         <relativePath/>
     </parent>
 
     <artifactId>helloworld-jdo</artifactId>
     <groupId>org.apache.causeway.starters</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
 
     <name>HelloWorld (JDO)</name>