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/10/14 12:40:06 UTC

[isis-app-helloworld] branch release-2.0.0-M9-RC1-jdo created (now 5d502fb)

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

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


      at 5d502fb  ISIS-3248 - merge in jpa

This branch includes the following new commits:

     new b14daf4  ISIS-3248 - updates to 2.0.0-M9 (jdo)
     new 5d502fb  ISIS-3248 - 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] 02/02: ISIS-3248 - 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-M9-RC1-jdo
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 5d502fb173d0527c155b8b6fc70f1f85b38ddc5a
Merge: b14daf4 e36af2d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Oct 14 13:39:54 2022 +0100

    ISIS-3248 - merge in jpa



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

commit b14daf4ee8d1aec0d9f7fa3e9d07dc4e2fede2f2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Oct 14 13:31:14 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 7ac0740..a846d28 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-M8</version>
+        <version>2.0.0-M9</version>
         <relativePath/>
     </parent>
 
     <artifactId>helloworld-jdo</artifactId>
     <groupId>org.apache.isis.starters</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-M9</version>
 
     <name>HelloWorld (JDO)</name>