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:20:41 UTC

[causeway-app-helloworld] branch jpa-SNAPSHOT updated (33bc29a -> 6d46705)

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

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


    from 33bc29a  adds PageRenderLogger to logging
     add 9a2ed57  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add 51ec4cb  CAUSEWAY-3253 - updates to 2.0.0-RC1 (jpa)
     add a4039d6  updates banner.txt
     add 538659f  updates banner.txt
     add 978c434  removes deleted actions from menubars
     new 6d46705  updates to -SNAPSHOT

The 1 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/01: 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 jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit 6d467055c0d5f4a44789c6089f97add4fe47c8cd
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 26 14:20:30 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index b05ce93..6a1b933 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-jpa</artifactId>
     <groupId>org.apache.causeway.starters</groupId>
-    <version>2.0.0-RC1</version>
+    <version>2.0.0-SNAPSHOT</version>
 
     <name>HelloWorld (JPA)</name>