This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC4-jdo in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
commit e861e1878e0cb279fe198c9af2c97331d7186c53 Author: Dan Haywood <[email protected]> AuthorDate: Sun Oct 2 11:28:02 2022 +0100 ISIS-2965 - updates to 2.0.0-M8 (jdo) --- 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 1ebb218..7224ac4 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-SNAPSHOT</version> + <version>2.0.0-M8</version> </parent> <artifactId>simpleapp-jdo-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index ce676f4..44c2a5c 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-SNAPSHOT</version> + <version>2.0.0-M8</version> </parent> <artifactId>simpleapp-jdo-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index 025f747..7bfad9f 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-SNAPSHOT</version> + <version>2.0.0-M8</version> <name>SimpleApp (JDO) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index 83607bb..1b9757f 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-SNAPSHOT</version> + <version>2.0.0-M8</version> </parent> <artifactId>simpleapp-jdo-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 58606bc..4fcdb95 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-SNAPSHOT</version> + <version>2.0.0-M8</version> </parent> <artifactId>simpleapp-jdo-webapp</artifactId>
