This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to tag begin-demo in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 05f8b4877c2bc841e026feb686811a919e0e5c0d Author: Dan Haywood <[email protected]> AuthorDate: Tue Jun 25 22:26:24 2024 +0200 begin demo here --- module-petowner/pom.xml | 2 +- module-simple-tests/pom.xml | 2 +- module-simple/pom.xml | 2 +- module-visit/pom.xml | 2 +- pom.xml | 4 ++-- webapp-tests/pom.xml | 2 +- webapp/pom.xml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/module-petowner/pom.xml b/module-petowner/pom.xml index e892f0c..b452a0f 100644 --- a/module-petowner/pom.xml +++ b/module-petowner/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-petowner</artifactId> diff --git a/module-simple-tests/pom.xml b/module-simple-tests/pom.xml index 1c2ec77..fad0103 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.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.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 f5964e3..bcf7ce0 100644 --- a/module-simple/pom.xml +++ b/module-simple/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-simple</artifactId> diff --git a/module-visit/pom.xml b/module-visit/pom.xml index 82a9e1a..79bbcad 100644 --- a/module-visit/pom.xml +++ b/module-visit/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-module-visit</artifactId> diff --git a/pom.xml b/pom.xml index 0bd4884..0f6aba4 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-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> <name>SimpleApp (JPA) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index cf1c03e..d1e0bce 100644 --- a/webapp-tests/pom.xml +++ b/webapp-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 3861c59..66bed15 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId> @@ -87,7 +87,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>simpleapp-jpa-module-visit</artifactId> - <version>3.0.0</version> + <version>3.0.0-SNAPSHOT</version> </dependency> <dependency>
