This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3-jdo-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit 1b93ebf6fa6de95588959653567e02b88bd0be4a Author: danhaywood <[email protected]> AuthorDate: Wed Apr 3 22:36:46 2024 +0100 updates versions to -SNAPSHOT --- 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 60d241b..5dce6a3 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.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.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 57a4462..45df6cf 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index 941ef22..dad6d41 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.apache.causeway.app</groupId> <artifactId>causeway-app-starter-parent</artifactId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> <relativePath/> </parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> <name>SimpleApp (JDO) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index 817ce68..089dc8a 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 518a4ec..fe76a60 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jdo-webapp</artifactId>
