This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch jpa-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git
commit b7f192c2e9cd308d196b16fa3d753cc19e0b8372 Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 6 14:22:50 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 4c9dc50..52cff26 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-M8</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index 5cfba7d..58daec6 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-M8</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index 4db2bbf..d785cb2 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-M8</version> + <version>2.0.0-SNAPSHOT</version> <name>SimpleApp (JPA) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index f4f0430..9e27a28 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-M8</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 89e930b..4c10adb 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-M8</version> + <version>2.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId>
