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 13:11:52 UTC

[isis-app-simpleapp] branch release-2.0.0-M9-RC1-jdo created (now 9594a65)

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-simpleapp.git


      at 9594a65  ISIS-3248 - merge in jpa

This branch includes the following new commits:

     new a7425d1  ISIS-3248 - updates to 2.0.0-M9 (jdo)
     new 9594a65  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-simpleapp] 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-simpleapp.git

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

    ISIS-3248 - updates to 2.0.0-M9 (jdo)
---
 module-simple-tests/pom.xml | 2 +-
 module-simple/pom.xml       | 2 +-
 pom.xml                     | 4 ++--
 webapp-tests/pom.xml        | 2 +-
 webapp/pom.xml              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml
index 1ebb218..c6df805 100644
--- a/module-simple-tests/pom.xml
+++ b/module-simple-tests/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>simpleapp-jdo</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M9</version>
     </parent>
 
     <artifactId>simpleapp-jdo-module-simple-tests</artifactId>
diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index ce676f4..ec0061d 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>simpleapp-jdo</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M9</version>
     </parent>
 
     <artifactId>simpleapp-jdo-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index 025f747..2a5b2d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,13 +6,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>simpleapp-jdo</artifactId>
     <groupId>org.apache.isis.starters</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-M9</version>
 
     <name>SimpleApp (JDO) - Parent</name>
 
diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index 83607bb..4e7b1e9 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>simpleapp-jdo</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M9</version>
     </parent>
 
     <artifactId>simpleapp-jdo-webapp-tests</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 58606bc..9ad1a45 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>simpleapp-jdo</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M9</version>
     </parent>
 
     <artifactId>simpleapp-jdo-webapp</artifactId>


[isis-app-simpleapp] 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-simpleapp.git

commit 9594a6512e101355d234c2faabd14f3b0027e570
Merge: a7425d1 efa89a0
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Oct 14 14:11:43 2022 +0100

    ISIS-3248 - merge in jpa