This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC2-jpa in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
commit 5f70f53c7a70db042db3e70d943b1e6e01146b8e Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 13:46:23 2022 +0100 ISIS-2965 - updates to 2.0.0-M8 (jpa) --- 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 3ec4c63..b5d6c6c 100644 --- a/module-simple-tests/pom.xml +++ b/module-simple-tests/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jpa</artifactId> - <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 8160be8..9ec1348 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jpa</artifactId> - <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 1e28a6f..eea07d4 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-SNAPSHOT</version> + <version>2.0.0-M8</version> <relativePath/> </parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jpa</artifactId> - <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 f717f29..f8c69e2 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jpa</artifactId> - <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 0845607..ff46dd9 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jpa</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-M8</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId>
