You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/05/23 11:44:11 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated (fc4d22d -> 7836cf6)

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/isis-app-helloworld.git.


    from fc4d22d  updates parent pom to 2.0.0-M5.20210516-0435-8f068035
     new 56cb03c  updates parent pom to 2.0.0-M5.20210522-0434-fb17f373
     add d7ad27a  ISIS-2660: removes persistence.xml, as is not required by default
     new 7836cf6  Merge branch 'jdo' 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:
 pom.xml                                | 5 +----
 src/main/java/META-INF/persistence.xml | 8 --------
 2 files changed, 1 insertion(+), 12 deletions(-)
 delete mode 100644 src/main/java/META-INF/persistence.xml

[isis-app-helloworld] 01/02: updates parent pom to 2.0.0-M5.20210522-0434-fb17f373

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/isis-app-helloworld.git

commit 56cb03c49d78f14f85a0bb4c2d43c17dcaf5eac5
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat May 22 09:09:21 2021 +0100

    updates parent pom to 2.0.0-M5.20210522-0434-fb17f373
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 510e5fd..f3e7448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,10 +7,7 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-M5.20210516-0435-8f068035</version>
-<!--
-        <version>2.0.0-M5.20210413-1443-108a3a48</version>
--->
+        <version>2.0.0-M5.20210522-0434-fb17f373</version>
         <relativePath/>
     </parent>
 

[isis-app-helloworld] 02/02: Merge branch 'jdo' 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/isis-app-helloworld.git

commit 7836cf6c0bd581ab84fcd58efb7ca2b4e70c4bce
Merge: 56cb03c d7ad27a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 23 12:43:33 2021 +0100

    Merge branch 'jdo' into jdo-SNAPSHOT

 src/main/java/META-INF/persistence.xml | 8 --------
 1 file changed, 8 deletions(-)