This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC3-jdo in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
commit 76e8e2f7fce08a8b3bbe4f4f09969c040a413803 Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 2 07:50:55 2022 +0100 Revert "ISIS-2965 - updates to 2.0.0-M8 (jdo)" This reverts commit 2afbe9d54a2c8134c870c29e0c253d788465dfee. --- 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 3bff9b1..a7a48a4 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-jdo</artifactId> - <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 1a13b64..972a257 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jdo</artifactId> - <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 19b48b8..f4f6378 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-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jdo</artifactId> - <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 1290bcc..6642f56 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jdo</artifactId> - <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 834cdee..a74f573 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.isis.starters</groupId> <artifactId>simpleapp-jdo</artifactId> - <version>2.0.0-M8</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-webapp</artifactId>
