This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-3.4.0-RC1-jdo in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git
commit 1b849ff30c229b30f2ecefce587280808b7eabdb Author: Dan Haywood <[email protected]> AuthorDate: Fri Jul 4 23:26:27 2025 +0100 CAUSEWAY-3882 - updates to 3.4.0 (jdo) --- 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 9329fa4..76a3d7b 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> </parent> <artifactId>simpleapp-jdo-module-simple-tests</artifactId> diff --git a/module-simple/pom.xml b/module-simple/pom.xml index 1aa7f2e..5938272 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> </parent> <artifactId>simpleapp-jdo-module-simple</artifactId> diff --git a/pom.xml b/pom.xml index fa2489d..5e0a3a1 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath/> </parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>SimpleApp (JDO) - Parent</name> diff --git a/webapp-tests/pom.xml b/webapp-tests/pom.xml index 317ace0..39f0700 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> </parent> <artifactId>simpleapp-jdo-webapp-tests</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 79b48df..348be05 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>simpleapp-jdo</artifactId> <groupId>org.apache.causeway.starters</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> </parent> <artifactId>simpleapp-jdo-webapp</artifactId>
