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 2022/04/14 13:42:23 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated (5abba59 -> 0d31538)

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 5abba59  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add b51d9f0  updates to 2.0.0-SNAPSHOT
     new 0d31538  Merge branch 'jpa-SNAPSHOT' into jdo-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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[isis-app-helloworld] 01/01: 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/isis-app-helloworld.git

commit 0d3153823117612d22b385922e3dd329ee60484b
Merge: 5abba59 b51d9f0
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Apr 14 14:41:55 2022 +0100

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

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

diff --cc pom.xml
index 8f01305,b9f799a..f45eac4
--- a/pom.xml
+++ b/pom.xml
@@@ -12,10 -12,10 +12,10 @@@
      </parent>
  
      <groupId>org.apache.isis.starters</groupId>
 -    <artifactId>helloworld-jpa</artifactId>
 +    <artifactId>helloworld-jdo</artifactId>
-     <version>2.0.0-M7</version>
+     <version>2.0.0-SNAPSHOT</version>
  
 -    <name>HelloWorld (JPA)</name>
 +    <name>HelloWorld (JDO)</name>
  
      <packaging>jar</packaging>