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/26 13:23:48 UTC

[causeway-app-helloworld] branch jdo-SNAPSHOT updated (0ea600c -> 5c42126)

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

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


    from 0ea600c  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add 41e2523  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jdo)
     add 9a2ed57  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 51ec4cb  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 31c6f05  CAUSEWAY-3253 - merge in jpa
     add 24bed3f  updates banner.txt
     add a4039d6  updates banner.txt
     add cdb0335  Merge branch 'release-2.0.0-RC1-RC1-jpa' into release-2.0.0-RC1-RC1-jdo
     add 538659f  updates banner.txt
     add 978c434  removes deleted actions from menubars
     add 5f9f930  Merge branch 'release-2.0.0-RC1-RC1-jpa' into release-2.0.0-RC1-RC1-jdo
     new 211eb16  updates to -SNAPSHOT
     add 6d46705  updates to -SNAPSHOT
     new 5c42126  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

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.


Summary of changes:
 src/main/resources/banner.txt          | 15 ++++++++-------
 src/main/resources/menubars.layout.xml |  2 --
 2 files changed, 8 insertions(+), 9 deletions(-)


[causeway-app-helloworld] 01/02: updates to -SNAPSHOT

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

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

commit 211eb163ce85e9cd126e74425d323b5f3231ae59
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 26 14:21:23 2023 +0100

    updates to -SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[causeway-app-helloworld] 02/02: Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

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

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

commit 5c42126e0e9ac05c6527830d761c98ca43c1a436
Merge: 211eb16 6d46705
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 26 14:21:28 2023 +0100

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT