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/06 13:23:42 UTC

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

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 e17f5b6  Merge branch 'release-2.0.0-M8-RC3-jpa' into release-2.0.0-M8-RC3-jdo
     add e861e18  ISIS-2965 - updates to 2.0.0-M8 (jdo)
     add 4b0ee97  ISIS-2965 - updates to 2.0.0-M8 (jpa)
     add 0feb5cc  ISIS-2965 - merge in jpa
     new 1a82442  reverts back to 2.0.0-SNAPSHOT
     add b7f192c  reverts back to 2.0.0-SNAPSHOT
     new 09320a2  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:


[isis-app-simpleapp] 01/02: reverts back 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 1a82442e9f4886fb9588ed411ea94414fc5de848
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 14:23:30 2022 +0100

    reverts back 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 7224ac4..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-M8</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 44c2a5c..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-M8</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>simpleapp-jdo-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index 7bfad9f..025f747 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-M8</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 1b9757f..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-M8</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 4fcdb95..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-M8</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 09320a2f7f660d9a1e263af0628db95600739a93
Merge: 1a82442 b7f192c
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Oct 6 14:23:34 2022 +0100

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT