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/09/26 23:31:41 UTC

[isis-app-helloworld] branch release-2.0.0-M8-RC2-jdo created (now 98b7d13)

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

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


      at 98b7d13  Merge branch 'release-2.0.0-M8-RC2-jpa' into release-2.0.0-M8-RC2-jdo

This branch includes the following new commits:

     new 906c072  ISIS-2965 - updates to 2.0.0-M8 (jdo)
     new 98b7d13  Merge branch 'release-2.0.0-M8-RC2-jpa' into release-2.0.0-M8-RC2-jdo

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] 02/02: Merge branch 'release-2.0.0-M8-RC2-jpa' into release-2.0.0-M8-RC2-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-RC2-jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 98b7d134ecc1d882bd9201c1a802f5e163e2db4b
Merge: 906c072 f7e745b
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 26 13:44:52 2022 +0100

    Merge branch 'release-2.0.0-M8-RC2-jpa' into release-2.0.0-M8-RC2-jdo



[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-RC2-jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 906c0725628b2f7a9c24cb5212f5be2b04e7af43
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 26 13:35:41 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 d03a681..3e825e3 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>