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/08/21 16:57:02 UTC

[isis-app-helloworld] branch release-2.0.0-M8-RC1-jdo created (now 69e2e8b)

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

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


      at 69e2e8b  ISIS-2965 - merge in jpa

This branch includes the following new commits:

     new cea1b69  ISIS-2965 - updates to 2.0.0-M8 (jdo)
     new 69e2e8b  ISIS-2965 - 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.



[isis-app-helloworld] 01/02: ISIS-2965 - updates to 2.0.0-M8 (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-M8-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit cea1b69893ede9edf384dc6d1e4c405d61cd0d60
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 21 17:38:40 2022 +0100

    ISIS-2965 - updates to 2.0.0-M8 (jdo)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f45eac4..8a70d0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
         <relativePath/>
     </parent>
 
     <groupId>org.apache.isis.starters</groupId>
     <artifactId>helloworld-jdo</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-M8</version>
 
     <name>HelloWorld (JDO)</name>
 


[isis-app-helloworld] 02/02: ISIS-2965 - 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-M8-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 69e2e8b927b8024fc1a084e9d601428d246dde38
Merge: cea1b69 fd734f1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 21 17:56:30 2022 +0100

    ISIS-2965 - merge in jpa