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/18 13:05:22 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated (09320a2 -> 379d2ec)

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


    from 09320a2  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     add a7425d1  ISIS-3248 - updates to 2.0.0-M9 (jdo)
     add efa89a0  ISIS-3248 - updates to 2.0.0-M9 (jpa)
     add 9594a65  ISIS-3248 - merge in jpa
     new 7042492  reverts to 2.0.0-SNAPSHOT
     add 7b985fd  reverts to 2.0.0-SNAPSHOT
     new 379d2ec  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

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.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[isis-app-simpleapp] 01/02: reverts to 2.0.0-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-simpleapp.git

commit 7042492cf5ddd7d74dfd2fd3f08fae039daecda6
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 14:04:57 2022 +0100

    reverts to 2.0.0-SNAPSHOT
---
 module-simple-tests/pom.xml | 2 +-
 module-simple/pom.xml       | 2 +-
 pom.xml                     | 2 +-
 webapp-tests/pom.xml        | 2 +-
 webapp/pom.xml              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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


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

commit 379d2ec2c4b2dec43cbd8818472d566234b7876f
Merge: 7042492 7b985fd
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 18 14:05:02 2022 +0100

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT