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/02 10:27:53 UTC

[isis-app-simpleapp] branch release-2.0.0-M8-RC4-jpa created (now 4b0ee97)

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

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


      at 4b0ee97  ISIS-2965 - updates to 2.0.0-M8 (jpa)

This branch includes the following new commits:

     new 4b0ee97  ISIS-2965 - updates to 2.0.0-M8 (jpa)

The 1 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/01: ISIS-2965 - updates to 2.0.0-M8 (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-M8-RC4-jpa
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git

commit 4b0ee97dd16aea570fda074dd0b5603570f23b35
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Oct 2 11:27:37 2022 +0100

    ISIS-2965 - updates to 2.0.0-M8 (jpa)
---
 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 52cff26..4c9dc50 100644
--- a/module-simple-tests/pom.xml
+++ b/module-simple-tests/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>simpleapp-jpa</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple-tests</artifactId>
diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 58daec6..5cfba7d 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>simpleapp-jpa</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-module-simple</artifactId>
diff --git a/pom.xml b/pom.xml
index d785cb2..4db2bbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <artifactId>simpleapp-jpa</artifactId>
     <groupId>org.apache.isis.starters</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0-M8</version>
 
     <name>SimpleApp (JPA) - Parent</name>
 
diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml
index 9e27a28..f4f0430 100644
--- a/webapp-tests/pom.xml
+++ b/webapp-tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>simpleapp-jpa</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp-tests</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 4c10adb..89e930b 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>simpleapp-jpa</artifactId>
         <groupId>org.apache.isis.starters</groupId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.0.0-M8</version>
     </parent>
 
     <artifactId>simpleapp-jpa-webapp</artifactId>