This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to tag tags/v3/01-01-starter-app in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 2f91a58760f1ba3fe828c4655004d474413ec608 Author: Dan Haywood <[email protected]> AuthorDate: Thu May 30 07:11:19 2024 +0100 updates from 2.0.0 to 3.0.0 --- 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 ed95c38..1c2ec77 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>2.0.0</version> + <version>3.0.0</version> </parent> <artifactId>simpleapp-jpa-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index 3ec3035..f5964e3 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>2.0.0</version> + <version>3.0.0</version> </parent> <artifactId>simpleapp-jpa-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index beb1a24..c521cc9 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>2.0.0</version> + <version>3.0.0</version> <relativePath/> </parent> <artifactId>simpleapp-jpa</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>2.0.0</version> + <version>3.0.0</version> <name>SimpleApp (JPA) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index f843cce..cf1c03e 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>2.0.0</version> + <version>3.0.0</version> </parent> <artifactId>simpleapp-jpa-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 86bd151..dcce6be 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>2.0.0</version> + <version>3.0.0</version> </parent> <artifactId>simpleapp-jpa-webapp</artifactId>
